Shades of Grey Suit #87829A
Tints of Grey Suit #87829A
RGB
CMYK
RGB Variations
Color information
#87829A (or 0x87829A) is known color: Grey Suit. HEX triplet: 87, 82 and 9A. RGB value is (135,130,154). Sum of RGB (Red+Green+Blue) = 135+130+154=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 154 - color contains mainly: blue. Hex color #87829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87829A is #787D65. Grayscale: #868686. Windows color (decimal): -7896422 or 10125959. OLE color: 10125959.
HSL color Cylindrical-coordinate representation of color #87829A: hue angle of 252.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #87829A is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 130 | 154 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.40 |
| HSL | 252.5º | 0.11% | 0.56% | - |
| HSV(B) | 252.5º | 0.16% | 0.6% | - |
| XYZ | 23.81 | 23.45 | 33.84 | - |
| YUV | 134.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 130 | 154 | 0.12 | 0.16 | 0 | 0.40 | 252.5 | 0.11 | 0.56 |
| Hex | 87 | 82 | 9A | C | 10 | 0 | 28 | FD | B | 38 |
| Octal | 207 | 202 | 232 | 14 | 20 | 0 | 50 | 375 | 13 | 70 |
| Binary | 10000111 | 10000010 | 10011010 | 1100 | 10000 | 0 | 101000 | 11111101 | 1011 | 111000 |
Color Harmonies of #87829A
Complementary color
Monochromatic Colors of #87829A
Black with #87829A
Text Example
Text Example
White with #87829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87829A; }
p { color: rgb(135,130,154); }
H1.HeaderClassName
{
color: #87829A;
}
.AnyTagClassName
{
color: #87829A;
}
</style>
background-color css
<style>
a { background-color: #87829A; }
a { background-color: rgb(135,130,154); }
div.DivClassName
{
background-color: #87829A;
}
.BgClassName
{
background-color: #87829A;
}
</style>
border-color css
<style>
span { border-color: #87829A; }
span { border-color: rgb(135,130,154); }
td.TdClassName
{
border-color: #87829A;
}
.TagClassName
{
border-color: #87829A;
}
</style>