Shades of Light Slate Grey #878C93
Tints of Light Slate Grey #878C93
RGB
CMYK
RGB Variations
Color information
#878C93 (or 0x878C93) is known color: Light Slate Grey. HEX triplet: 87, 8C and 93. RGB value is (135,140,147). Sum of RGB (Red+Green+Blue) = 135+140+147=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 147 - color contains mainly: blue. Hex color #878C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878C93 is #78736C. Grayscale: #8B8B8B. Windows color (decimal): -7893869 or 9669767. OLE color: 9669767.
HSL color Cylindrical-coordinate representation of color #878C93: hue angle of 215º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #878C93 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 140 | 147 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.42 |
| HSL | 215º | 0.05% | 0.55% | - |
| HSV(B) | 215º | 0.08% | 0.58% | - |
| XYZ | 24.64 | 26.01 | 31.33 | - |
| YUV | 139.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 140 | 147 | 0.08 | 0.05 | 0 | 0.42 | 215 | 0.05 | 0.55 |
| Hex | 87 | 8C | 93 | 8 | 5 | 0 | 2A | D7 | 5 | 37 |
| Octal | 207 | 214 | 223 | 10 | 5 | 0 | 52 | 327 | 5 | 67 |
| Binary | 10000111 | 10001100 | 10010011 | 1000 | 101 | 0 | 101010 | 11010111 | 101 | 110111 |
Color Harmonies of #878C93
Complementary color
Monochromatic Colors of #878C93
Black with #878C93
Text Example
Text Example
White with #878C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878C93; }
p { color: rgb(135,140,147); }
H1.HeaderClassName
{
color: #878C93;
}
.AnyTagClassName
{
color: #878C93;
}
</style>
background-color css
<style>
a { background-color: #878C93; }
a { background-color: rgb(135,140,147); }
div.DivClassName
{
background-color: #878C93;
}
.BgClassName
{
background-color: #878C93;
}
</style>
border-color css
<style>
span { border-color: #878C93; }
span { border-color: rgb(135,140,147); }
td.TdClassName
{
border-color: #878C93;
}
.TagClassName
{
border-color: #878C93;
}
</style>