Shades of Grey Suit #85829F
Tints of Grey Suit #85829F
RGB
CMYK
RGB Variations
Color information
#85829F (or 0x85829F) is known color: Grey Suit. HEX triplet: 85, 82 and 9F. RGB value is (133,130,159). Sum of RGB (Red+Green+Blue) = 133+130+159=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 159 - color contains mainly: blue. Hex color #85829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85829F is #7A7D60. Grayscale: #868686. Windows color (decimal): -8027489 or 10453637. OLE color: 10453637.
HSL color Cylindrical-coordinate representation of color #85829F: hue angle of 246.21º 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 #85829F is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 130 | 159 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.38 |
| HSL | 246.21º | 0.13% | 0.57% | - |
| HSV(B) | 246.21º | 0.18% | 0.62% | - |
| XYZ | 23.91 | 23.46 | 36.07 | - |
| YUV | 134.2 | 141.99 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 159 | 0.16 | 0.18 | 0 | 0.38 | 246.21 | 0.13 | 0.57 |
| Hex | 85 | 82 | 9F | 10 | 12 | 0 | 26 | F6 | D | 39 |
| Octal | 205 | 202 | 237 | 20 | 22 | 0 | 46 | 366 | 15 | 71 |
| Binary | 10000101 | 10000010 | 10011111 | 10000 | 10010 | 0 | 100110 | 11110110 | 1101 | 111001 |
Color Harmonies of #85829F
Complementary color
Monochromatic Colors of #85829F
Black with #85829F
Text Example
Text Example
White with #85829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85829F; }
p { color: rgb(133,130,159); }
H1.HeaderClassName
{
color: #85829F;
}
.AnyTagClassName
{
color: #85829F;
}
</style>
background-color css
<style>
a { background-color: #85829F; }
a { background-color: rgb(133,130,159); }
div.DivClassName
{
background-color: #85829F;
}
.BgClassName
{
background-color: #85829F;
}
</style>
border-color css
<style>
span { border-color: #85829F; }
span { border-color: rgb(133,130,159); }
td.TdClassName
{
border-color: #85829F;
}
.TagClassName
{
border-color: #85829F;
}
</style>