Shades of Grey Suit #87829C
Tints of Grey Suit #87829C
RGB
CMYK
RGB Variations
Color information
#87829C (or 0x87829C) is known color: Grey Suit. HEX triplet: 87, 82 and 9C. RGB value is (135,130,156). Sum of RGB (Red+Green+Blue) = 135+130+156=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 156 - color contains mainly: blue. Hex color #87829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87829C is #787D63. Grayscale: #868686. Windows color (decimal): -7896420 or 10257031. OLE color: 10257031.
HSL color Cylindrical-coordinate representation of color #87829C: hue angle of 251.54º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #87829C is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 135 | 130 | 156 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.39 |
| HSL | 251.54º | 0.12% | 0.56% | - |
| HSV(B) | 251.54º | 0.17% | 0.61% | - |
| XYZ | 23.98 | 23.52 | 34.73 | - |
| YUV | 134.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 130 | 156 | 0.13 | 0.17 | 0 | 0.39 | 251.54 | 0.12 | 0.56 |
| Hex | 87 | 82 | 9C | D | 11 | 0 | 27 | FC | C | 38 |
| Octal | 207 | 202 | 234 | 15 | 21 | 0 | 47 | 374 | 14 | 70 |
| Binary | 10000111 | 10000010 | 10011100 | 1101 | 10001 | 0 | 100111 | 11111100 | 1100 | 111000 |
Color Harmonies of #87829C
Complementary color
Monochromatic Colors of #87829C
Black with #87829C
Text Example
Text Example
White with #87829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87829C; }
p { color: rgb(135,130,156); }
H1.HeaderClassName
{
color: #87829C;
}
.AnyTagClassName
{
color: #87829C;
}
</style>
background-color css
<style>
a { background-color: #87829C; }
a { background-color: rgb(135,130,156); }
div.DivClassName
{
background-color: #87829C;
}
.BgClassName
{
background-color: #87829C;
}
</style>
border-color css
<style>
span { border-color: #87829C; }
span { border-color: rgb(135,130,156); }
td.TdClassName
{
border-color: #87829C;
}
.TagClassName
{
border-color: #87829C;
}
</style>