Dark Slate Blue Hex Code — #483D8B
RGB, HSL, and CMYK values for Dark Slate Blue.
Dark Slate Blue Color Values
| Format | Value |
|---|---|
| HEX | #483D8B |
| RGB | rgb(72, 61, 139) |
| HSL | hsl(248, 39%, 39%) |
| CMYK | cmyk(48%, 56%, 0%, 45%) |
Want to explore more shades? Use our Color Converter
About Dark Slate Blue
Color psychology: Power, sophistication.
Dark Slate Blue (#483D8B) is a dark shade of blue. It's commonly used in web design, graphic design, and branding where power, sophistication are desired associations.
How to Use Dark Slate Blue in CSS
/* Using HEX */ color: #483D8B; background-color: #483D8B; /* Using RGB */ color: rgb(72, 61, 139); /* Using HSL */ color: hsl(248, 39%, 39%);