Shades of Grey Suit #8884AB
Tints of Grey Suit #8884AB
RGB
CMYK
RGB Variations
Color information
#8884AB (or 0x8884AB) is known color: Grey Suit. HEX triplet: 88, 84 and AB. RGB value is (136,132,171). Sum of RGB (Red+Green+Blue) = 136+132+171=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #8884AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8884AB is #777B54. Grayscale: #898989. Windows color (decimal): -7830357 or 11240584. OLE color: 11240584.
HSL color Cylindrical-coordinate representation of color #8884AB: hue angle of 246.15º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8884AB is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 132 | 171 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.33 |
| HSL | 246.15º | 0.19% | 0.59% | - |
| HSV(B) | 246.15º | 0.23% | 0.67% | - |
| XYZ | 25.76 | 24.68 | 41.93 | - |
| YUV | 137.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 171 | 0.20 | 0.23 | 0 | 0.33 | 246.15 | 0.19 | 0.59 |
| Hex | 88 | 84 | AB | 14 | 17 | 0 | 21 | F6 | 13 | 3B |
| Octal | 210 | 204 | 253 | 24 | 27 | 0 | 41 | 366 | 23 | 73 |
| Binary | 10001000 | 10000100 | 10101011 | 10100 | 10111 | 0 | 100001 | 11110110 | 10011 | 111011 |
Color Harmonies of #8884AB
Complementary color
Monochromatic Colors of #8884AB
Black with #8884AB
Text Example
Text Example
White with #8884AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8884AB; }
p { color: rgb(136,132,171); }
H1.HeaderClassName
{
color: #8884AB;
}
.AnyTagClassName
{
color: #8884AB;
}
</style>
background-color css
<style>
a { background-color: #8884AB; }
a { background-color: rgb(136,132,171); }
div.DivClassName
{
background-color: #8884AB;
}
.BgClassName
{
background-color: #8884AB;
}
</style>
border-color css
<style>
span { border-color: #8884AB; }
span { border-color: rgb(136,132,171); }
td.TdClassName
{
border-color: #8884AB;
}
.TagClassName
{
border-color: #8884AB;
}
</style>