Shades of Light Slate Grey #858C95
Tints of Light Slate Grey #858C95
RGB
CMYK
RGB Variations
Color information
#858C95 (or 0x858C95) is known color: Light Slate Grey. HEX triplet: 85, 8C and 95. RGB value is (133,140,149). Sum of RGB (Red+Green+Blue) = 133+140+149=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 149 - color contains mainly: blue. Hex color #858C95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858C95 is #7A736A. Grayscale: #8A8A8A. Windows color (decimal): -8024939 or 9800837. OLE color: 9800837.
HSL color Cylindrical-coordinate representation of color #858C95: hue angle of 213.75º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #858C95 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 140 | 149 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.42 |
| HSL | 213.75º | 0.07% | 0.55% | - |
| HSV(B) | 213.75º | 0.11% | 0.58% | - |
| XYZ | 24.48 | 25.91 | 32.15 | - |
| YUV | 138.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 149 | 0.11 | 0.06 | 0 | 0.42 | 213.75 | 0.07 | 0.55 |
| Hex | 85 | 8C | 95 | B | 6 | 0 | 2A | D6 | 7 | 37 |
| Octal | 205 | 214 | 225 | 13 | 6 | 0 | 52 | 326 | 7 | 67 |
| Binary | 10000101 | 10001100 | 10010101 | 1011 | 110 | 0 | 101010 | 11010110 | 111 | 110111 |
Color Harmonies of #858C95
Complementary color
Monochromatic Colors of #858C95
Black with #858C95
Text Example
Text Example
White with #858C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858C95; }
p { color: rgb(133,140,149); }
H1.HeaderClassName
{
color: #858C95;
}
.AnyTagClassName
{
color: #858C95;
}
</style>
background-color css
<style>
a { background-color: #858C95; }
a { background-color: rgb(133,140,149); }
div.DivClassName
{
background-color: #858C95;
}
.BgClassName
{
background-color: #858C95;
}
</style>
border-color css
<style>
span { border-color: #858C95; }
span { border-color: rgb(133,140,149); }
td.TdClassName
{
border-color: #858C95;
}
.TagClassName
{
border-color: #858C95;
}
</style>