Shades of Light Slate Grey #858F98
Tints of Light Slate Grey #858F98
RGB
CMYK
RGB Variations
Color information
#858F98 (or 0x858F98) is known color: Light Slate Grey. HEX triplet: 85, 8F and 98. RGB value is (133,143,152). Sum of RGB (Red+Green+Blue) = 133+143+152=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 152 - color contains mainly: blue. Hex color #858F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858F98 is #7A7067. Grayscale: #8C8C8C. Windows color (decimal): -8024168 or 9998213. OLE color: 9998213.
HSL color Cylindrical-coordinate representation of color #858F98: hue angle of 208.42º 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 #858F98 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 143 | 152 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.40 |
| HSL | 208.42º | 0.08% | 0.56% | - |
| HSV(B) | 208.42º | 0.13% | 0.6% | - |
| XYZ | 25.16 | 26.9 | 33.57 | - |
| YUV | 141.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 152 | 0.13 | 0.06 | 0 | 0.40 | 208.42 | 0.08 | 0.56 |
| Hex | 85 | 8F | 98 | D | 6 | 0 | 28 | D0 | 8 | 38 |
| Octal | 205 | 217 | 230 | 15 | 6 | 0 | 50 | 320 | 10 | 70 |
| Binary | 10000101 | 10001111 | 10011000 | 1101 | 110 | 0 | 101000 | 11010000 | 1000 | 111000 |
Color Harmonies of #858F98
Complementary color
Monochromatic Colors of #858F98
Black with #858F98
Text Example
Text Example
White with #858F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858F98; }
p { color: rgb(133,143,152); }
H1.HeaderClassName
{
color: #858F98;
}
.AnyTagClassName
{
color: #858F98;
}
</style>
background-color css
<style>
a { background-color: #858F98; }
a { background-color: rgb(133,143,152); }
div.DivClassName
{
background-color: #858F98;
}
.BgClassName
{
background-color: #858F98;
}
</style>
border-color css
<style>
span { border-color: #858F98; }
span { border-color: rgb(133,143,152); }
td.TdClassName
{
border-color: #858F98;
}
.TagClassName
{
border-color: #858F98;
}
</style>