Shades of Light Slate Grey #858C96
Tints of Light Slate Grey #858C96
RGB
CMYK
RGB Variations
Color information
#858C96 (or 0x858C96) is known color: Light Slate Grey. HEX triplet: 85, 8C and 96. RGB value is (133,140,150). Sum of RGB (Red+Green+Blue) = 133+140+150=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 150 - color contains mainly: blue. Hex color #858C96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858C96 is #7A7369. Grayscale: #8B8B8B. Windows color (decimal): -8024938 or 9866373. OLE color: 9866373.
HSL color Cylindrical-coordinate representation of color #858C96: hue angle of 215.29º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #858C96 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 140 | 150 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.41 |
| HSL | 215.29º | 0.07% | 0.55% | - |
| HSV(B) | 215.29º | 0.11% | 0.59% | - |
| XYZ | 24.56 | 25.94 | 32.57 | - |
| YUV | 139.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 150 | 0.11 | 0.07 | 0 | 0.41 | 215.29 | 0.07 | 0.55 |
| Hex | 85 | 8C | 96 | B | 7 | 0 | 29 | D7 | 7 | 37 |
| Octal | 205 | 214 | 226 | 13 | 7 | 0 | 51 | 327 | 7 | 67 |
| Binary | 10000101 | 10001100 | 10010110 | 1011 | 111 | 0 | 101001 | 11010111 | 111 | 110111 |
Color Harmonies of #858C96
Complementary color
Monochromatic Colors of #858C96
Black with #858C96
Text Example
Text Example
White with #858C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858C96; }
p { color: rgb(133,140,150); }
H1.HeaderClassName
{
color: #858C96;
}
.AnyTagClassName
{
color: #858C96;
}
</style>
background-color css
<style>
a { background-color: #858C96; }
a { background-color: rgb(133,140,150); }
div.DivClassName
{
background-color: #858C96;
}
.BgClassName
{
background-color: #858C96;
}
</style>
border-color css
<style>
span { border-color: #858C96; }
span { border-color: rgb(133,140,150); }
td.TdClassName
{
border-color: #858C96;
}
.TagClassName
{
border-color: #858C96;
}
</style>