Light Slate Gray Hex Code — #778899
RGB, HSL, and CMYK values for Light Slate Gray.
Light Slate Gray Color Values
| Format | Value |
|---|---|
| HEX | #778899 |
| RGB | rgb(119, 136, 153) |
| HSL | hsl(210, 14%, 53%) |
| CMYK | cmyk(22%, 11%, 0%, 40%) |
Want to explore more shades? Use our Color Converter
About Light Slate Gray
Color psychology: Balance, calm.
Light Slate Gray (#778899) is a medium shade of gray. It's commonly used in web design, graphic design, and branding where balance, calm are desired associations.
How to Use Light Slate Gray in CSS
/* Using HEX */ color: #778899; background-color: #778899; /* Using RGB */ color: rgb(119, 136, 153); /* Using HSL */ color: hsl(210, 14%, 53%);