Shades of Grey Suit #86839A
Tints of Grey Suit #86839A
RGB
CMYK
RGB Variations
Color information
#86839A (or 0x86839A) is known color: Grey Suit. HEX triplet: 86, 83 and 9A. RGB value is (134,131,154). Sum of RGB (Red+Green+Blue) = 134+131+154=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 131 (51.56% from 255 or 31.26% 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 #86839A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86839A is #797C65. Grayscale: #868686. Windows color (decimal): -7961702 or 10126214. OLE color: 10126214.
HSL color Cylindrical-coordinate representation of color #86839A: hue angle of 247.83º 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 #86839A is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 131 | 154 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.40 |
| HSL | 247.83º | 0.1% | 0.56% | - |
| HSV(B) | 247.83º | 0.15% | 0.6% | - |
| XYZ | 23.78 | 23.63 | 33.88 | - |
| YUV | 134.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 154 | 0.13 | 0.15 | 0 | 0.40 | 247.83 | 0.1 | 0.56 |
| Hex | 86 | 83 | 9A | D | F | 0 | 28 | F8 | A | 38 |
| Octal | 206 | 203 | 232 | 15 | 17 | 0 | 50 | 370 | 12 | 70 |
| Binary | 10000110 | 10000011 | 10011010 | 1101 | 1111 | 0 | 101000 | 11111000 | 1010 | 111000 |
Color Harmonies of #86839A
Complementary color
Monochromatic Colors of #86839A
Black with #86839A
Text Example
Text Example
White with #86839A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86839A; }
p { color: rgb(134,131,154); }
H1.HeaderClassName
{
color: #86839A;
}
.AnyTagClassName
{
color: #86839A;
}
</style>
background-color css
<style>
a { background-color: #86839A; }
a { background-color: rgb(134,131,154); }
div.DivClassName
{
background-color: #86839A;
}
.BgClassName
{
background-color: #86839A;
}
</style>
border-color css
<style>
span { border-color: #86839A; }
span { border-color: rgb(134,131,154); }
td.TdClassName
{
border-color: #86839A;
}
.TagClassName
{
border-color: #86839A;
}
</style>