Shades of Light Slate Grey #85929F
Tints of Light Slate Grey #85929F
RGB
CMYK
RGB Variations
Color information
#85929F (or 0x85929F) is known color: Light Slate Grey. HEX triplet: 85, 92 and 9F. RGB value is (133,146,159). Sum of RGB (Red+Green+Blue) = 133+146+159=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 159 - color contains mainly: blue. Hex color #85929F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85929F is #7A6D60. Grayscale: #8F8F8F. Windows color (decimal): -8023393 or 10457733. OLE color: 10457733.
HSL color Cylindrical-coordinate representation of color #85929F: hue angle of 210º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #85929F is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 146 | 159 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.38 |
| HSL | 210º | 0.12% | 0.57% | - |
| HSV(B) | 210º | 0.16% | 0.62% | - |
| XYZ | 26.21 | 28.05 | 36.83 | - |
| YUV | 143.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 146 | 159 | 0.16 | 0.08 | 0 | 0.38 | 210 | 0.12 | 0.57 |
| Hex | 85 | 92 | 9F | 10 | 8 | 0 | 26 | D2 | C | 39 |
| Octal | 205 | 222 | 237 | 20 | 10 | 0 | 46 | 322 | 14 | 71 |
| Binary | 10000101 | 10010010 | 10011111 | 10000 | 1000 | 0 | 100110 | 11010010 | 1100 | 111001 |
Color Harmonies of #85929F
Complementary color
Monochromatic Colors of #85929F
Black with #85929F
Text Example
Text Example
White with #85929F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85929F; }
p { color: rgb(133,146,159); }
H1.HeaderClassName
{
color: #85929F;
}
.AnyTagClassName
{
color: #85929F;
}
</style>
background-color css
<style>
a { background-color: #85929F; }
a { background-color: rgb(133,146,159); }
div.DivClassName
{
background-color: #85929F;
}
.BgClassName
{
background-color: #85929F;
}
</style>
border-color css
<style>
span { border-color: #85929F; }
span { border-color: rgb(133,146,159); }
td.TdClassName
{
border-color: #85929F;
}
.TagClassName
{
border-color: #85929F;
}
</style>