Shades of Light Slate Grey #878C94
Tints of Light Slate Grey #878C94
RGB
CMYK
RGB Variations
Color information
#878C94 (or 0x878C94) is known color: Light Slate Grey. HEX triplet: 87, 8C and 94. RGB value is (135,140,148). Sum of RGB (Red+Green+Blue) = 135+140+148=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 148 - color contains mainly: blue. Hex color #878C94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878C94 is #78736B. Grayscale: #8B8B8B. Windows color (decimal): -7893868 or 9735303. OLE color: 9735303.
HSL color Cylindrical-coordinate representation of color #878C94: hue angle of 216.92º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #878C94 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 140 | 148 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.42 |
| HSL | 216.92º | 0.06% | 0.55% | - |
| HSV(B) | 216.92º | 0.09% | 0.58% | - |
| XYZ | 24.72 | 26.05 | 31.74 | - |
| YUV | 139.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 140 | 148 | 0.09 | 0.05 | 0 | 0.42 | 216.92 | 0.06 | 0.55 |
| Hex | 87 | 8C | 94 | 9 | 5 | 0 | 2A | D9 | 6 | 37 |
| Octal | 207 | 214 | 224 | 11 | 5 | 0 | 52 | 331 | 6 | 67 |
| Binary | 10000111 | 10001100 | 10010100 | 1001 | 101 | 0 | 101010 | 11011001 | 110 | 110111 |
Color Harmonies of #878C94
Complementary color
Monochromatic Colors of #878C94
Black with #878C94
Text Example
Text Example
White with #878C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878C94; }
p { color: rgb(135,140,148); }
H1.HeaderClassName
{
color: #878C94;
}
.AnyTagClassName
{
color: #878C94;
}
</style>
background-color css
<style>
a { background-color: #878C94; }
a { background-color: rgb(135,140,148); }
div.DivClassName
{
background-color: #878C94;
}
.BgClassName
{
background-color: #878C94;
}
</style>
border-color css
<style>
span { border-color: #878C94; }
span { border-color: rgb(135,140,148); }
td.TdClassName
{
border-color: #878C94;
}
.TagClassName
{
border-color: #878C94;
}
</style>