LightSlateGray Color Name
| Color Name: | LightSlateGray |
| Hex Code: | #778899 |
| RGB Decimal: | RGB(119, 136, 153) |
| CMYK Value: | 210°, 14%, 53%. |
| HSL Value: | 22.2%, 11.1%, 0%, 40% |
| Color: |
LightSlateGray #778899 Html Codes
Text with hexadecimal color #778899
<span style="color:#778899;">Text here</span>
LightSlateGray #778899 border color
<span style="border:2px solid #778899;">Text here</span>
LightSlateGray #778899 background color
<p style="background-color:#778899;">Content here</p>
LightSlateGray #778899 CSS codes
.text {color:#778899;}
.background {background-color:#778899;}
.border {border:1px solid #778899;}