Shades of Grey Suit #86829B
Tints of Grey Suit #86829B
RGB
CMYK
RGB Variations
Color information
#86829B (or 0x86829B) is known color: Grey Suit. HEX triplet: 86, 82 and 9B. RGB value is (134,130,155). Sum of RGB (Red+Green+Blue) = 134+130+155=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 130 (51.17% from 255 or 31.03% 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 #86829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86829B is #797D64. Grayscale: #858585. Windows color (decimal): -7961957 or 10191494. OLE color: 10191494.
HSL color Cylindrical-coordinate representation of color #86829B: hue angle of 249.6º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #86829B is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 130 | 155 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.39 |
| HSL | 249.6º | 0.11% | 0.56% | - |
| HSV(B) | 249.6º | 0.16% | 0.61% | - |
| XYZ | 23.73 | 23.4 | 34.28 | - |
| YUV | 134.05 | 139.83 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 130 | 155 | 0.14 | 0.16 | 0 | 0.39 | 249.6 | 0.11 | 0.56 |
| Hex | 86 | 82 | 9B | E | 10 | 0 | 27 | FA | B | 38 |
| Octal | 206 | 202 | 233 | 16 | 20 | 0 | 47 | 372 | 13 | 70 |
| Binary | 10000110 | 10000010 | 10011011 | 1110 | 10000 | 0 | 100111 | 11111010 | 1011 | 111000 |
Color Harmonies of #86829B
Complementary color
Monochromatic Colors of #86829B
Black with #86829B
Text Example
Text Example
White with #86829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86829B; }
p { color: rgb(134,130,155); }
H1.HeaderClassName
{
color: #86829B;
}
.AnyTagClassName
{
color: #86829B;
}
</style>
background-color css
<style>
a { background-color: #86829B; }
a { background-color: rgb(134,130,155); }
div.DivClassName
{
background-color: #86829B;
}
.BgClassName
{
background-color: #86829B;
}
</style>
border-color css
<style>
span { border-color: #86829B; }
span { border-color: rgb(134,130,155); }
td.TdClassName
{
border-color: #86829B;
}
.TagClassName
{
border-color: #86829B;
}
</style>