Shades of Grey Suit #8883AA
Tints of Grey Suit #8883AA
RGB
CMYK
RGB Variations
Color information
#8883AA (or 0x8883AA) is known color: Grey Suit. HEX triplet: 88, 83 and AA. RGB value is (136,131,170). Sum of RGB (Red+Green+Blue) = 136+131+170=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #8883AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8883AA is #777C55. Grayscale: #888888. Windows color (decimal): -7830614 or 11174792. OLE color: 11174792.
HSL color Cylindrical-coordinate representation of color #8883AA: hue angle of 247.69º 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 #8883AA is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 131 | 170 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.33 |
| HSL | 247.69º | 0.19% | 0.59% | - |
| HSV(B) | 247.69º | 0.23% | 0.67% | - |
| XYZ | 25.53 | 24.37 | 41.39 | - |
| YUV | 136.94 | 146.66 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 131 | 170 | 0.20 | 0.23 | 0 | 0.33 | 247.69 | 0.19 | 0.59 |
| Hex | 88 | 83 | AA | 14 | 17 | 0 | 21 | F8 | 13 | 3B |
| Octal | 210 | 203 | 252 | 24 | 27 | 0 | 41 | 370 | 23 | 73 |
| Binary | 10001000 | 10000011 | 10101010 | 10100 | 10111 | 0 | 100001 | 11111000 | 10011 | 111011 |
Color Harmonies of #8883AA
Complementary color
Monochromatic Colors of #8883AA
Black with #8883AA
Text Example
Text Example
White with #8883AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8883AA; }
p { color: rgb(136,131,170); }
H1.HeaderClassName
{
color: #8883AA;
}
.AnyTagClassName
{
color: #8883AA;
}
</style>
background-color css
<style>
a { background-color: #8883AA; }
a { background-color: rgb(136,131,170); }
div.DivClassName
{
background-color: #8883AA;
}
.BgClassName
{
background-color: #8883AA;
}
</style>
border-color css
<style>
span { border-color: #8883AA; }
span { border-color: rgb(136,131,170); }
td.TdClassName
{
border-color: #8883AA;
}
.TagClassName
{
border-color: #8883AA;
}
</style>