Shades of Manatee #8888AC
Tints of Manatee #8888AC
RGB
CMYK
RGB Variations
Color information
#8888AC (or 0x8888AC) is known color: Manatee. HEX triplet: 88, 88 and AC. RGB value is (136,136,172). Sum of RGB (Red+Green+Blue) = 136+136+172=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #8888AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8888AC is #777753. Grayscale: #8B8B8B. Windows color (decimal): -7829332 or 11307144. OLE color: 11307144.
HSL color Cylindrical-coordinate representation of color #8888AC: hue angle of 240º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8888AC is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 136 | 172 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.33 |
| HSL | 240º | 0.18% | 0.6% | - |
| HSV(B) | 240º | 0.21% | 0.67% | - |
| XYZ | 26.4 | 25.82 | 42.62 | - |
| YUV | 140.1 | 146 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 172 | 0.21 | 0.21 | 0 | 0.33 | 240 | 0.18 | 0.6 |
| Hex | 88 | 88 | AC | 15 | 15 | 0 | 21 | F0 | 12 | 3C |
| Octal | 210 | 210 | 254 | 25 | 25 | 0 | 41 | 360 | 22 | 74 |
| Binary | 10001000 | 10001000 | 10101100 | 10101 | 10101 | 0 | 100001 | 11110000 | 10010 | 111100 |
Color Harmonies of #8888AC
Complementary color
Monochromatic Colors of #8888AC
Black with #8888AC
Text Example
Text Example
White with #8888AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8888AC; }
p { color: rgb(136,136,172); }
H1.HeaderClassName
{
color: #8888AC;
}
.AnyTagClassName
{
color: #8888AC;
}
</style>
background-color css
<style>
a { background-color: #8888AC; }
a { background-color: rgb(136,136,172); }
div.DivClassName
{
background-color: #8888AC;
}
.BgClassName
{
background-color: #8888AC;
}
</style>
border-color css
<style>
span { border-color: #8888AC; }
span { border-color: rgb(136,136,172); }
td.TdClassName
{
border-color: #8888AC;
}
.TagClassName
{
border-color: #8888AC;
}
</style>