Shades of Light Slate Grey #888E96
Tints of Light Slate Grey #888E96
RGB
CMYK
RGB Variations
Color information
#888E96 (or 0x888E96) is known color: Light Slate Grey. HEX triplet: 88, 8E and 96. RGB value is (136,142,150). Sum of RGB (Red+Green+Blue) = 136+142+150=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 150 - color contains mainly: blue. Hex color #888E96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888E96 is #777169. Grayscale: #8D8D8D. Windows color (decimal): -7827818 or 9866888. OLE color: 9866888.
HSL color Cylindrical-coordinate representation of color #888E96: hue angle of 214.29º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #888E96 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 136 | 142 | 150 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.41 |
| HSL | 214.29º | 0.06% | 0.56% | - |
| HSV(B) | 214.29º | 0.09% | 0.59% | - |
| XYZ | 25.33 | 26.78 | 32.69 | - |
| YUV | 141.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 142 | 150 | 0.09 | 0.05 | 0 | 0.41 | 214.29 | 0.06 | 0.56 |
| Hex | 88 | 8E | 96 | 9 | 5 | 0 | 29 | D6 | 6 | 38 |
| Octal | 210 | 216 | 226 | 11 | 5 | 0 | 51 | 326 | 6 | 70 |
| Binary | 10001000 | 10001110 | 10010110 | 1001 | 101 | 0 | 101001 | 11010110 | 110 | 111000 |
Color Harmonies of #888E96
Complementary color
Monochromatic Colors of #888E96
Black with #888E96
Text Example
Text Example
White with #888E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888E96; }
p { color: rgb(136,142,150); }
H1.HeaderClassName
{
color: #888E96;
}
.AnyTagClassName
{
color: #888E96;
}
</style>
background-color css
<style>
a { background-color: #888E96; }
a { background-color: rgb(136,142,150); }
div.DivClassName
{
background-color: #888E96;
}
.BgClassName
{
background-color: #888E96;
}
</style>
border-color css
<style>
span { border-color: #888E96; }
span { border-color: rgb(136,142,150); }
td.TdClassName
{
border-color: #888E96;
}
.TagClassName
{
border-color: #888E96;
}
</style>