Shades of Light Slate Grey #85909D
Tints of Light Slate Grey #85909D
RGB
CMYK
RGB Variations
Color information
#85909D (or 0x85909D) is known color: Light Slate Grey. HEX triplet: 85, 90 and 9D. RGB value is (133,144,157). Sum of RGB (Red+Green+Blue) = 133+144+157=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 157 - color contains mainly: blue. Hex color #85909D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85909D is #7A6F62. Grayscale: #8E8E8E. Windows color (decimal): -8023907 or 10326149. OLE color: 10326149.
HSL color Cylindrical-coordinate representation of color #85909D: hue angle of 212.5º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #85909D is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 144 | 157 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.38 |
| HSL | 212.5º | 0.11% | 0.57% | - |
| HSV(B) | 212.5º | 0.15% | 0.62% | - |
| XYZ | 25.73 | 27.37 | 35.82 | - |
| YUV | 142.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 144 | 157 | 0.15 | 0.08 | 0 | 0.38 | 212.5 | 0.11 | 0.57 |
| Hex | 85 | 90 | 9D | F | 8 | 0 | 26 | D4 | B | 39 |
| Octal | 205 | 220 | 235 | 17 | 10 | 0 | 46 | 324 | 13 | 71 |
| Binary | 10000101 | 10010000 | 10011101 | 1111 | 1000 | 0 | 100110 | 11010100 | 1011 | 111001 |
Color Harmonies of #85909D
Complementary color
Monochromatic Colors of #85909D
Black with #85909D
Text Example
Text Example
White with #85909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85909D; }
p { color: rgb(133,144,157); }
H1.HeaderClassName
{
color: #85909D;
}
.AnyTagClassName
{
color: #85909D;
}
</style>
background-color css
<style>
a { background-color: #85909D; }
a { background-color: rgb(133,144,157); }
div.DivClassName
{
background-color: #85909D;
}
.BgClassName
{
background-color: #85909D;
}
</style>
border-color css
<style>
span { border-color: #85909D; }
span { border-color: rgb(133,144,157); }
td.TdClassName
{
border-color: #85909D;
}
.TagClassName
{
border-color: #85909D;
}
</style>