Shades of Grey Suit #8886A3
Tints of Grey Suit #8886A3
RGB
CMYK
RGB Variations
Color information
#8886A3 (or 0x8886A3) is known color: Grey Suit. HEX triplet: 88, 86 and A3. RGB value is (136,134,163). Sum of RGB (Red+Green+Blue) = 136+134+163=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 163 - color contains mainly: blue. Hex color #8886A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8886A3 is #77795C. Grayscale: #898989. Windows color (decimal): -7829853 or 10716808. OLE color: 10716808.
HSL color Cylindrical-coordinate representation of color #8886A3: hue angle of 244.14º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8886A3 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 134 | 163 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.36 |
| HSL | 244.14º | 0.14% | 0.58% | - |
| HSV(B) | 244.14º | 0.18% | 0.64% | - |
| XYZ | 25.29 | 24.93 | 38.13 | - |
| YUV | 137.9 | 142.16 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 163 | 0.17 | 0.18 | 0 | 0.36 | 244.14 | 0.14 | 0.58 |
| Hex | 88 | 86 | A3 | 11 | 12 | 0 | 24 | F4 | E | 3A |
| Octal | 210 | 206 | 243 | 21 | 22 | 0 | 44 | 364 | 16 | 72 |
| Binary | 10001000 | 10000110 | 10100011 | 10001 | 10010 | 0 | 100100 | 11110100 | 1110 | 111010 |
Color Harmonies of #8886A3
Complementary color
Monochromatic Colors of #8886A3
Black with #8886A3
Text Example
Text Example
White with #8886A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8886A3; }
p { color: rgb(136,134,163); }
H1.HeaderClassName
{
color: #8886A3;
}
.AnyTagClassName
{
color: #8886A3;
}
</style>
background-color css
<style>
a { background-color: #8886A3; }
a { background-color: rgb(136,134,163); }
div.DivClassName
{
background-color: #8886A3;
}
.BgClassName
{
background-color: #8886A3;
}
</style>
border-color css
<style>
span { border-color: #8886A3; }
span { border-color: rgb(136,134,163); }
td.TdClassName
{
border-color: #8886A3;
}
.TagClassName
{
border-color: #8886A3;
}
</style>