Shades of Manatee #8888AE
Tints of Manatee #8888AE
RGB
CMYK
RGB Variations
Color information
#8888AE (or 0x8888AE) is known color: Manatee. HEX triplet: 88, 88 and AE. RGB value is (136,136,174). Sum of RGB (Red+Green+Blue) = 136+136+174=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #8888AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8888AE is #777751. Grayscale: #8C8C8C. Windows color (decimal): -7829330 or 11438216. OLE color: 11438216.
HSL color Cylindrical-coordinate representation of color #8888AE: hue angle of 240º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8888AE is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 136 | 174 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.32 |
| HSL | 240º | 0.19% | 0.61% | - |
| HSV(B) | 240º | 0.22% | 0.68% | - |
| XYZ | 26.6 | 25.9 | 43.64 | - |
| YUV | 140.33 | 147 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 174 | 0.22 | 0.22 | 0 | 0.32 | 240 | 0.19 | 0.61 |
| Hex | 88 | 88 | AE | 16 | 16 | 0 | 20 | F0 | 13 | 3D |
| Octal | 210 | 210 | 256 | 26 | 26 | 0 | 40 | 360 | 23 | 75 |
| Binary | 10001000 | 10001000 | 10101110 | 10110 | 10110 | 0 | 100000 | 11110000 | 10011 | 111101 |
Color Harmonies of #8888AE
Complementary color
Monochromatic Colors of #8888AE
Black with #8888AE
Text Example
Text Example
White with #8888AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8888AE; }
p { color: rgb(136,136,174); }
H1.HeaderClassName
{
color: #8888AE;
}
.AnyTagClassName
{
color: #8888AE;
}
</style>
background-color css
<style>
a { background-color: #8888AE; }
a { background-color: rgb(136,136,174); }
div.DivClassName
{
background-color: #8888AE;
}
.BgClassName
{
background-color: #8888AE;
}
</style>
border-color css
<style>
span { border-color: #8888AE; }
span { border-color: rgb(136,136,174); }
td.TdClassName
{
border-color: #8888AE;
}
.TagClassName
{
border-color: #8888AE;
}
</style>