Shades of Manatee #8889AC
Tints of Manatee #8889AC
RGB
CMYK
RGB Variations
Color information
#8889AC (or 0x8889AC) is known color: Manatee. HEX triplet: 88, 89 and AC. RGB value is (136,137,172). Sum of RGB (Red+Green+Blue) = 136+137+172=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #8889AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8889AC is #777653. Grayscale: #8C8C8C. Windows color (decimal): -7829076 or 11307400. OLE color: 11307400.
HSL color Cylindrical-coordinate representation of color #8889AC: hue angle of 238.33º 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 #8889AC is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 137 | 172 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.33 |
| HSL | 238.33º | 0.18% | 0.6% | - |
| HSV(B) | 238.33º | 0.21% | 0.67% | - |
| XYZ | 26.55 | 26.1 | 42.67 | - |
| YUV | 140.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 137 | 172 | 0.21 | 0.20 | 0 | 0.33 | 238.33 | 0.18 | 0.6 |
| Hex | 88 | 89 | AC | 15 | 14 | 0 | 21 | EE | 12 | 3C |
| Octal | 210 | 211 | 254 | 25 | 24 | 0 | 41 | 356 | 22 | 74 |
| Binary | 10001000 | 10001001 | 10101100 | 10101 | 10100 | 0 | 100001 | 11101110 | 10010 | 111100 |
Color Harmonies of #8889AC
Complementary color
Monochromatic Colors of #8889AC
Black with #8889AC
Text Example
Text Example
White with #8889AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8889AC; }
p { color: rgb(136,137,172); }
H1.HeaderClassName
{
color: #8889AC;
}
.AnyTagClassName
{
color: #8889AC;
}
</style>
background-color css
<style>
a { background-color: #8889AC; }
a { background-color: rgb(136,137,172); }
div.DivClassName
{
background-color: #8889AC;
}
.BgClassName
{
background-color: #8889AC;
}
</style>
border-color css
<style>
span { border-color: #8889AC; }
span { border-color: rgb(136,137,172); }
td.TdClassName
{
border-color: #8889AC;
}
.TagClassName
{
border-color: #8889AC;
}
</style>