Shades of Light Slate Grey #878F99
Tints of Light Slate Grey #878F99
RGB
CMYK
RGB Variations
Color information
#878F99 (or 0x878F99) is known color: Light Slate Grey. HEX triplet: 87, 8F and 99. RGB value is (135,143,153). Sum of RGB (Red+Green+Blue) = 135+143+153=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 153 - color contains mainly: blue. Hex color #878F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878F99 is #787066. Grayscale: #8D8D8D. Windows color (decimal): -7893095 or 10063751. OLE color: 10063751.
HSL color Cylindrical-coordinate representation of color #878F99: hue angle of 213.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #878F99 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 143 | 153 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.4 |
| HSL | 213.33º | 0.08% | 0.56% | - |
| HSV(B) | 213.33º | 0.12% | 0.6% | - |
| XYZ | 25.56 | 27.1 | 34.02 | - |
| YUV | 141.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 143 | 153 | 0.12 | 0.07 | 0 | 0.4 | 213.33 | 0.08 | 0.56 |
| Hex | 87 | 8F | 99 | C | 7 | 0 | 28 | D5 | 8 | 38 |
| Octal | 207 | 217 | 231 | 14 | 7 | 0 | 50 | 325 | 10 | 70 |
| Binary | 10000111 | 10001111 | 10011001 | 1100 | 111 | 0 | 101000 | 11010101 | 1000 | 111000 |
Color Harmonies of #878F99
Complementary color
Monochromatic Colors of #878F99
Black with #878F99
Text Example
Text Example
White with #878F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878F99; }
p { color: rgb(135,143,153); }
H1.HeaderClassName
{
color: #878F99;
}
.AnyTagClassName
{
color: #878F99;
}
</style>
background-color css
<style>
a { background-color: #878F99; }
a { background-color: rgb(135,143,153); }
div.DivClassName
{
background-color: #878F99;
}
.BgClassName
{
background-color: #878F99;
}
</style>
border-color css
<style>
span { border-color: #878F99; }
span { border-color: rgb(135,143,153); }
td.TdClassName
{
border-color: #878F99;
}
.TagClassName
{
border-color: #878F99;
}
</style>