Shades of Grey Suit #8886A1
Tints of Grey Suit #8886A1
RGB
CMYK
RGB Variations
Color information
#8886A1 (or 0x8886A1) is known color: Grey Suit. HEX triplet: 88, 86 and A1. RGB value is (136,134,161). Sum of RGB (Red+Green+Blue) = 136+134+161=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 161 - color contains mainly: blue. Hex color #8886A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8886A1 is #77795E. Grayscale: #898989. Windows color (decimal): -7829855 or 10585736. OLE color: 10585736.
HSL color Cylindrical-coordinate representation of color #8886A1: hue angle of 244.44º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8886A1 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 134 | 161 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.37 |
| HSL | 244.44º | 0.13% | 0.58% | - |
| HSV(B) | 244.44º | 0.17% | 0.63% | - |
| XYZ | 25.11 | 24.86 | 37.19 | - |
| YUV | 137.68 | 141.16 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 161 | 0.16 | 0.17 | 0 | 0.37 | 244.44 | 0.13 | 0.58 |
| Hex | 88 | 86 | A1 | 10 | 11 | 0 | 25 | F4 | D | 3A |
| Octal | 210 | 206 | 241 | 20 | 21 | 0 | 45 | 364 | 15 | 72 |
| Binary | 10001000 | 10000110 | 10100001 | 10000 | 10001 | 0 | 100101 | 11110100 | 1101 | 111010 |
Color Harmonies of #8886A1
Complementary color
Monochromatic Colors of #8886A1
Black with #8886A1
Text Example
Text Example
White with #8886A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8886A1; }
p { color: rgb(136,134,161); }
H1.HeaderClassName
{
color: #8886A1;
}
.AnyTagClassName
{
color: #8886A1;
}
</style>
background-color css
<style>
a { background-color: #8886A1; }
a { background-color: rgb(136,134,161); }
div.DivClassName
{
background-color: #8886A1;
}
.BgClassName
{
background-color: #8886A1;
}
</style>
border-color css
<style>
span { border-color: #8886A1; }
span { border-color: rgb(136,134,161); }
td.TdClassName
{
border-color: #8886A1;
}
.TagClassName
{
border-color: #8886A1;
}
</style>