Shades of Light Slate Grey #888F99
Tints of Light Slate Grey #888F99
RGB
CMYK
RGB Variations
Color information
#888F99 (or 0x888F99) is known color: Light Slate Grey. HEX triplet: 88, 8F and 99. RGB value is (136,143,153). Sum of RGB (Red+Green+Blue) = 136+143+153=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 153 - color contains mainly: blue. Hex color #888F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888F99 is #777066. Grayscale: #8E8E8E. Windows color (decimal): -7827559 or 10063752. OLE color: 10063752.
HSL color Cylindrical-coordinate representation of color #888F99: hue angle of 215.29º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #888F99 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 136 | 143 | 153 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.4 |
| HSL | 215.29º | 0.08% | 0.57% | - |
| HSV(B) | 215.29º | 0.11% | 0.6% | - |
| XYZ | 25.73 | 27.18 | 34.03 | - |
| YUV | 142.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 153 | 0.11 | 0.07 | 0 | 0.4 | 215.29 | 0.08 | 0.57 |
| Hex | 88 | 8F | 99 | B | 7 | 0 | 28 | D7 | 8 | 39 |
| Octal | 210 | 217 | 231 | 13 | 7 | 0 | 50 | 327 | 10 | 71 |
| Binary | 10001000 | 10001111 | 10011001 | 1011 | 111 | 0 | 101000 | 11010111 | 1000 | 111001 |
Color Harmonies of #888F99
Complementary color
Monochromatic Colors of #888F99
Black with #888F99
Text Example
Text Example
White with #888F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888F99; }
p { color: rgb(136,143,153); }
H1.HeaderClassName
{
color: #888F99;
}
.AnyTagClassName
{
color: #888F99;
}
</style>
background-color css
<style>
a { background-color: #888F99; }
a { background-color: rgb(136,143,153); }
div.DivClassName
{
background-color: #888F99;
}
.BgClassName
{
background-color: #888F99;
}
</style>
border-color css
<style>
span { border-color: #888F99; }
span { border-color: rgb(136,143,153); }
td.TdClassName
{
border-color: #888F99;
}
.TagClassName
{
border-color: #888F99;
}
</style>