Shades of Light Slate Grey #85919D
Tints of Light Slate Grey #85919D
RGB
CMYK
RGB Variations
Color information
#85919D (or 0x85919D) is known color: Light Slate Grey. HEX triplet: 85, 91 and 9D. RGB value is (133,145,157). Sum of RGB (Red+Green+Blue) = 133+145+157=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 157 - color contains mainly: blue. Hex color #85919D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85919D is #7A6E62. Grayscale: #8E8E8E. Windows color (decimal): -8023651 or 10326405. OLE color: 10326405.
HSL color Cylindrical-coordinate representation of color #85919D: hue angle of 210º 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 #85919D is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 145 | 157 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.38 |
| HSL | 210º | 0.11% | 0.57% | - |
| HSV(B) | 210º | 0.15% | 0.62% | - |
| XYZ | 25.88 | 27.67 | 35.88 | - |
| YUV | 142.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 157 | 0.15 | 0.08 | 0 | 0.38 | 210 | 0.11 | 0.57 |
| Hex | 85 | 91 | 9D | F | 8 | 0 | 26 | D2 | B | 39 |
| Octal | 205 | 221 | 235 | 17 | 10 | 0 | 46 | 322 | 13 | 71 |
| Binary | 10000101 | 10010001 | 10011101 | 1111 | 1000 | 0 | 100110 | 11010010 | 1011 | 111001 |
Color Harmonies of #85919D
Complementary color
Monochromatic Colors of #85919D
Black with #85919D
Text Example
Text Example
White with #85919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85919D; }
p { color: rgb(133,145,157); }
H1.HeaderClassName
{
color: #85919D;
}
.AnyTagClassName
{
color: #85919D;
}
</style>
background-color css
<style>
a { background-color: #85919D; }
a { background-color: rgb(133,145,157); }
div.DivClassName
{
background-color: #85919D;
}
.BgClassName
{
background-color: #85919D;
}
</style>
border-color css
<style>
span { border-color: #85919D; }
span { border-color: rgb(133,145,157); }
td.TdClassName
{
border-color: #85919D;
}
.TagClassName
{
border-color: #85919D;
}
</style>