Slate Gray Hex Code — #708090
RGB, HSL, and CMYK values for Slate Gray.
Slate Gray Color Values
| Format | Value |
|---|---|
| HEX | #708090 |
| RGB | rgb(112, 128, 144) |
| HSL | hsl(210, 13%, 50%) |
| CMYK | cmyk(22%, 11%, 0%, 44%) |
Want to explore more shades? Use our Color Converter
About Slate Gray
Color psychology: Reliability, intelligence.
Slate Gray (#708090) is a medium shade of gray. It's commonly used in web design, graphic design, and branding where reliability, intelligence are desired associations.
How to Use Slate Gray in CSS
/* Using HEX */ color: #708090; background-color: #708090; /* Using RGB */ color: rgb(112, 128, 144); /* Using HSL */ color: hsl(210, 13%, 50%);