Shades of Light Slate Grey #858E98
Tints of Light Slate Grey #858E98
RGB
CMYK
RGB Variations
Color information
#858E98 (or 0x858E98) is known color: Light Slate Grey. HEX triplet: 85, 8E and 98. RGB value is (133,142,152). Sum of RGB (Red+Green+Blue) = 133+142+152=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 152 - color contains mainly: blue. Hex color #858E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858E98 is #7A7167. Grayscale: #8C8C8C. Windows color (decimal): -8024424 or 9997957. OLE color: 9997957.
HSL color Cylindrical-coordinate representation of color #858E98: hue angle of 211.58º 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 #858E98 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 142 | 152 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.40 |
| HSL | 211.58º | 0.08% | 0.56% | - |
| HSV(B) | 211.58º | 0.13% | 0.6% | - |
| XYZ | 25.01 | 26.6 | 33.52 | - |
| YUV | 140.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 152 | 0.13 | 0.07 | 0 | 0.40 | 211.58 | 0.08 | 0.56 |
| Hex | 85 | 8E | 98 | D | 7 | 0 | 28 | D4 | 8 | 38 |
| Octal | 205 | 216 | 230 | 15 | 7 | 0 | 50 | 324 | 10 | 70 |
| Binary | 10000101 | 10001110 | 10011000 | 1101 | 111 | 0 | 101000 | 11010100 | 1000 | 111000 |
Color Harmonies of #858E98
Complementary color
Monochromatic Colors of #858E98
Black with #858E98
Text Example
Text Example
White with #858E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858E98; }
p { color: rgb(133,142,152); }
H1.HeaderClassName
{
color: #858E98;
}
.AnyTagClassName
{
color: #858E98;
}
</style>
background-color css
<style>
a { background-color: #858E98; }
a { background-color: rgb(133,142,152); }
div.DivClassName
{
background-color: #858E98;
}
.BgClassName
{
background-color: #858E98;
}
</style>
border-color css
<style>
span { border-color: #858E98; }
span { border-color: rgb(133,142,152); }
td.TdClassName
{
border-color: #858E98;
}
.TagClassName
{
border-color: #858E98;
}
</style>