Shades of Grey Suit #85839B
Tints of Grey Suit #85839B
RGB
CMYK
RGB Variations
Color information
#85839B (or 0x85839B) is known color: Grey Suit. HEX triplet: 85, 83 and 9B. RGB value is (133,131,155). Sum of RGB (Red+Green+Blue) = 133+131+155=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 155 - color contains mainly: blue. Hex color #85839B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85839B is #7A7C64. Grayscale: #868686. Windows color (decimal): -8027237 or 10191749. OLE color: 10191749.
HSL color Cylindrical-coordinate representation of color #85839B: hue angle of 245º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #85839B is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 131 | 155 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.39 |
| HSL | 245º | 0.11% | 0.56% | - |
| HSV(B) | 245º | 0.15% | 0.61% | - |
| XYZ | 23.71 | 23.59 | 34.31 | - |
| YUV | 134.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 131 | 155 | 0.14 | 0.15 | 0 | 0.39 | 245 | 0.11 | 0.56 |
| Hex | 85 | 83 | 9B | E | F | 0 | 27 | F5 | B | 38 |
| Octal | 205 | 203 | 233 | 16 | 17 | 0 | 47 | 365 | 13 | 70 |
| Binary | 10000101 | 10000011 | 10011011 | 1110 | 1111 | 0 | 100111 | 11110101 | 1011 | 111000 |
Color Harmonies of #85839B
Complementary color
Monochromatic Colors of #85839B
Black with #85839B
Text Example
Text Example
White with #85839B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85839B; }
p { color: rgb(133,131,155); }
H1.HeaderClassName
{
color: #85839B;
}
.AnyTagClassName
{
color: #85839B;
}
</style>
background-color css
<style>
a { background-color: #85839B; }
a { background-color: rgb(133,131,155); }
div.DivClassName
{
background-color: #85839B;
}
.BgClassName
{
background-color: #85839B;
}
</style>
border-color css
<style>
span { border-color: #85839B; }
span { border-color: rgb(133,131,155); }
td.TdClassName
{
border-color: #85839B;
}
.TagClassName
{
border-color: #85839B;
}
</style>