Shades of Light Slate Grey #858F99
Tints of Light Slate Grey #858F99
RGB
CMYK
RGB Variations
Color information
#858F99 (or 0x858F99) is known color: Light Slate Grey. HEX triplet: 85, 8F and 99. RGB value is (133,143,153). Sum of RGB (Red+Green+Blue) = 133+143+153=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 153 - color contains mainly: blue. Hex color #858F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858F99 is #7A7066. Grayscale: #8D8D8D. Windows color (decimal): -8024167 or 10063749. OLE color: 10063749.
HSL color Cylindrical-coordinate representation of color #858F99: hue angle of 210º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #858F99 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 143 | 153 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.4 |
| HSL | 210º | 0.09% | 0.56% | - |
| HSV(B) | 210º | 0.13% | 0.6% | - |
| XYZ | 25.25 | 26.93 | 34 | - |
| YUV | 141.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 153 | 0.13 | 0.07 | 0 | 0.4 | 210 | 0.09 | 0.56 |
| Hex | 85 | 8F | 99 | D | 7 | 0 | 28 | D2 | 9 | 38 |
| Octal | 205 | 217 | 231 | 15 | 7 | 0 | 50 | 322 | 11 | 70 |
| Binary | 10000101 | 10001111 | 10011001 | 1101 | 111 | 0 | 101000 | 11010010 | 1001 | 111000 |
Color Harmonies of #858F99
Complementary color
Monochromatic Colors of #858F99
Black with #858F99
Text Example
Text Example
White with #858F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858F99; }
p { color: rgb(133,143,153); }
H1.HeaderClassName
{
color: #858F99;
}
.AnyTagClassName
{
color: #858F99;
}
</style>
background-color css
<style>
a { background-color: #858F99; }
a { background-color: rgb(133,143,153); }
div.DivClassName
{
background-color: #858F99;
}
.BgClassName
{
background-color: #858F99;
}
</style>
border-color css
<style>
span { border-color: #858F99; }
span { border-color: rgb(133,143,153); }
td.TdClassName
{
border-color: #858F99;
}
.TagClassName
{
border-color: #858F99;
}
</style>