Shades of Grey Suit #85839F
Tints of Grey Suit #85839F
RGB
CMYK
RGB Variations
Color information
#85839F (or 0x85839F) is known color: Grey Suit. HEX triplet: 85, 83 and 9F. RGB value is (133,131,159). Sum of RGB (Red+Green+Blue) = 133+131+159=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 159 - color contains mainly: blue. Hex color #85839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85839F is #7A7C60. Grayscale: #868686. Windows color (decimal): -8027233 or 10453893. OLE color: 10453893.
HSL color Cylindrical-coordinate representation of color #85839F: hue angle of 244.29º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85839F is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 131 | 159 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.38 |
| HSL | 244.29º | 0.13% | 0.57% | - |
| HSV(B) | 244.29º | 0.18% | 0.62% | - |
| XYZ | 24.05 | 23.72 | 36.11 | - |
| YUV | 134.79 | 141.66 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 131 | 159 | 0.16 | 0.18 | 0 | 0.38 | 244.29 | 0.13 | 0.57 |
| Hex | 85 | 83 | 9F | 10 | 12 | 0 | 26 | F4 | D | 39 |
| Octal | 205 | 203 | 237 | 20 | 22 | 0 | 46 | 364 | 15 | 71 |
| Binary | 10000101 | 10000011 | 10011111 | 10000 | 10010 | 0 | 100110 | 11110100 | 1101 | 111001 |
Color Harmonies of #85839F
Complementary color
Monochromatic Colors of #85839F
Black with #85839F
Text Example
Text Example
White with #85839F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85839F; }
p { color: rgb(133,131,159); }
H1.HeaderClassName
{
color: #85839F;
}
.AnyTagClassName
{
color: #85839F;
}
</style>
background-color css
<style>
a { background-color: #85839F; }
a { background-color: rgb(133,131,159); }
div.DivClassName
{
background-color: #85839F;
}
.BgClassName
{
background-color: #85839F;
}
</style>
border-color css
<style>
span { border-color: #85839F; }
span { border-color: rgb(133,131,159); }
td.TdClassName
{
border-color: #85839F;
}
.TagClassName
{
border-color: #85839F;
}
</style>