Shades of Light Slate Grey #85919B
Tints of Light Slate Grey #85919B
RGB
CMYK
RGB Variations
Color information
#85919B (or 0x85919B) is known color: Light Slate Grey. HEX triplet: 85, 91 and 9B. RGB value is (133,145,155). Sum of RGB (Red+Green+Blue) = 133+145+155=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 155 - color contains mainly: blue. Hex color #85919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85919B is #7A6E64. Grayscale: #8E8E8E. Windows color (decimal): -8023653 or 10195333. OLE color: 10195333.
HSL color Cylindrical-coordinate representation of color #85919B: hue angle of 207.27º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #85919B is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 145 | 155 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.39 |
| HSL | 207.27º | 0.1% | 0.56% | - |
| HSV(B) | 207.27º | 0.14% | 0.61% | - |
| XYZ | 25.71 | 27.6 | 34.98 | - |
| YUV | 142.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 155 | 0.14 | 0.06 | 0 | 0.39 | 207.27 | 0.1 | 0.56 |
| Hex | 85 | 91 | 9B | E | 6 | 0 | 27 | CF | A | 38 |
| Octal | 205 | 221 | 233 | 16 | 6 | 0 | 47 | 317 | 12 | 70 |
| Binary | 10000101 | 10010001 | 10011011 | 1110 | 110 | 0 | 100111 | 11001111 | 1010 | 111000 |
Color Harmonies of #85919B
Complementary color
Monochromatic Colors of #85919B
Black with #85919B
Text Example
Text Example
White with #85919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85919B; }
p { color: rgb(133,145,155); }
H1.HeaderClassName
{
color: #85919B;
}
.AnyTagClassName
{
color: #85919B;
}
</style>
background-color css
<style>
a { background-color: #85919B; }
a { background-color: rgb(133,145,155); }
div.DivClassName
{
background-color: #85919B;
}
.BgClassName
{
background-color: #85919B;
}
</style>
border-color css
<style>
span { border-color: #85919B; }
span { border-color: rgb(133,145,155); }
td.TdClassName
{
border-color: #85919B;
}
.TagClassName
{
border-color: #85919B;
}
</style>