Shades of Grey Suit #87839A
Tints of Grey Suit #87839A
RGB
CMYK
RGB Variations
Color information
#87839A (or 0x87839A) is known color: Grey Suit. HEX triplet: 87, 83 and 9A. RGB value is (135,131,154). Sum of RGB (Red+Green+Blue) = 135+131+154=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 154 - color contains mainly: blue. Hex color #87839A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87839A is #787C65. Grayscale: #868686. Windows color (decimal): -7896166 or 10126215. OLE color: 10126215.
HSL color Cylindrical-coordinate representation of color #87839A: hue angle of 250.43º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #87839A is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 131 | 154 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.40 |
| HSL | 250.43º | 0.1% | 0.56% | - |
| HSV(B) | 250.43º | 0.15% | 0.6% | - |
| XYZ | 23.94 | 23.72 | 33.89 | - |
| YUV | 134.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 131 | 154 | 0.12 | 0.15 | 0 | 0.40 | 250.43 | 0.1 | 0.56 |
| Hex | 87 | 83 | 9A | C | F | 0 | 28 | FA | A | 38 |
| Octal | 207 | 203 | 232 | 14 | 17 | 0 | 50 | 372 | 12 | 70 |
| Binary | 10000111 | 10000011 | 10011010 | 1100 | 1111 | 0 | 101000 | 11111010 | 1010 | 111000 |
Color Harmonies of #87839A
Complementary color
Monochromatic Colors of #87839A
Black with #87839A
Text Example
Text Example
White with #87839A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87839A; }
p { color: rgb(135,131,154); }
H1.HeaderClassName
{
color: #87839A;
}
.AnyTagClassName
{
color: #87839A;
}
</style>
background-color css
<style>
a { background-color: #87839A; }
a { background-color: rgb(135,131,154); }
div.DivClassName
{
background-color: #87839A;
}
.BgClassName
{
background-color: #87839A;
}
</style>
border-color css
<style>
span { border-color: #87839A; }
span { border-color: rgb(135,131,154); }
td.TdClassName
{
border-color: #87839A;
}
.TagClassName
{
border-color: #87839A;
}
</style>