Shades of Grey Suit #86829C
Tints of Grey Suit #86829C
RGB
CMYK
RGB Variations
Color information
#86829C (or 0x86829C) is known color: Grey Suit. HEX triplet: 86, 82 and 9C. RGB value is (134,130,156). Sum of RGB (Red+Green+Blue) = 134+130+156=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 156 - color contains mainly: blue. Hex color #86829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86829C is #797D63. Grayscale: #868686. Windows color (decimal): -7961956 or 10257030. OLE color: 10257030.
HSL color Cylindrical-coordinate representation of color #86829C: hue angle of 249.23º 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 #86829C is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 130 | 156 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.39 |
| HSL | 249.23º | 0.12% | 0.56% | - |
| HSV(B) | 249.23º | 0.17% | 0.61% | - |
| XYZ | 23.81 | 23.43 | 34.72 | - |
| YUV | 134.16 | 140.33 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 130 | 156 | 0.14 | 0.17 | 0 | 0.39 | 249.23 | 0.12 | 0.56 |
| Hex | 86 | 82 | 9C | E | 11 | 0 | 27 | F9 | C | 38 |
| Octal | 206 | 202 | 234 | 16 | 21 | 0 | 47 | 371 | 14 | 70 |
| Binary | 10000110 | 10000010 | 10011100 | 1110 | 10001 | 0 | 100111 | 11111001 | 1100 | 111000 |
Color Harmonies of #86829C
Complementary color
Monochromatic Colors of #86829C
Black with #86829C
Text Example
Text Example
White with #86829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86829C; }
p { color: rgb(134,130,156); }
H1.HeaderClassName
{
color: #86829C;
}
.AnyTagClassName
{
color: #86829C;
}
</style>
background-color css
<style>
a { background-color: #86829C; }
a { background-color: rgb(134,130,156); }
div.DivClassName
{
background-color: #86829C;
}
.BgClassName
{
background-color: #86829C;
}
</style>
border-color css
<style>
span { border-color: #86829C; }
span { border-color: rgb(134,130,156); }
td.TdClassName
{
border-color: #86829C;
}
.TagClassName
{
border-color: #86829C;
}
</style>