Shades of Grey Suit #868491
Tints of Grey Suit #868491
RGB
CMYK
RGB Variations
Color information
#868491 (or 0x868491) is known color: Grey Suit. HEX triplet: 86, 84 and 91. RGB value is (134,132,145). Sum of RGB (Red+Green+Blue) = 134+132+145=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 145 - color contains mainly: blue. Hex color #868491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868491 is #797B6E. Grayscale: #868686. Windows color (decimal): -7961455 or 9536646. OLE color: 9536646.
HSL color Cylindrical-coordinate representation of color #868491: hue angle of 249.23º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #868491 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 132 | 145 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.43 |
| HSL | 249.23º | 0.06% | 0.54% | - |
| HSV(B) | 249.23º | 0.09% | 0.57% | - |
| XYZ | 23.19 | 23.62 | 30.12 | - |
| YUV | 134.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 132 | 145 | 0.08 | 0.09 | 0 | 0.43 | 249.23 | 0.06 | 0.54 |
| Hex | 86 | 84 | 91 | 8 | 9 | 0 | 2B | F9 | 6 | 36 |
| Octal | 206 | 204 | 221 | 10 | 11 | 0 | 53 | 371 | 6 | 66 |
| Binary | 10000110 | 10000100 | 10010001 | 1000 | 1001 | 0 | 101011 | 11111001 | 110 | 110110 |
Color Harmonies of #868491
Complementary color
Monochromatic Colors of #868491
Black with #868491
Text Example
Text Example
White with #868491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868491; }
p { color: rgb(134,132,145); }
H1.HeaderClassName
{
color: #868491;
}
.AnyTagClassName
{
color: #868491;
}
</style>
background-color css
<style>
a { background-color: #868491; }
a { background-color: rgb(134,132,145); }
div.DivClassName
{
background-color: #868491;
}
.BgClassName
{
background-color: #868491;
}
</style>
border-color css
<style>
span { border-color: #868491; }
span { border-color: rgb(134,132,145); }
td.TdClassName
{
border-color: #868491;
}
.TagClassName
{
border-color: #868491;
}
</style>