Shades of Light Slate Grey #8C9198
Tints of Light Slate Grey #8C9198
RGB
CMYK
RGB Variations
Color information
#8C9198 (or 0x8C9198) is known color: Light Slate Grey. HEX triplet: 8C, 91 and 98. RGB value is (140,145,152). Sum of RGB (Red+Green+Blue) = 140+145+152=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 152 - color contains mainly: blue. Hex color #8C9198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9198 is #736E67. Grayscale: #909090. Windows color (decimal): -7564904 or 9998732. OLE color: 9998732.
HSL color Cylindrical-coordinate representation of color #8C9198: hue angle of 215º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8C9198 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 145 | 152 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.40 |
| HSL | 215º | 0.06% | 0.57% | - |
| HSV(B) | 215º | 0.08% | 0.6% | - |
| XYZ | 26.61 | 28.09 | 33.73 | - |
| YUV | 144.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 145 | 152 | 0.08 | 0.05 | 0 | 0.40 | 215 | 0.06 | 0.57 |
| Hex | 8C | 91 | 98 | 8 | 5 | 0 | 28 | D7 | 6 | 39 |
| Octal | 214 | 221 | 230 | 10 | 5 | 0 | 50 | 327 | 6 | 71 |
| Binary | 10001100 | 10010001 | 10011000 | 1000 | 101 | 0 | 101000 | 11010111 | 110 | 111001 |
Color Harmonies of #8C9198
Complementary color
Monochromatic Colors of #8C9198
Black with #8C9198
Text Example
Text Example
White with #8C9198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9198; }
p { color: rgb(140,145,152); }
H1.HeaderClassName
{
color: #8C9198;
}
.AnyTagClassName
{
color: #8C9198;
}
</style>
background-color css
<style>
a { background-color: #8C9198; }
a { background-color: rgb(140,145,152); }
div.DivClassName
{
background-color: #8C9198;
}
.BgClassName
{
background-color: #8C9198;
}
</style>
border-color css
<style>
span { border-color: #8C9198; }
span { border-color: rgb(140,145,152); }
td.TdClassName
{
border-color: #8C9198;
}
.TagClassName
{
border-color: #8C9198;
}
</style>