Shades of Manatee #8990AA
Tints of Manatee #8990AA
RGB
CMYK
RGB Variations
Color information
#8990AA (or 0x8990AA) is known color: Manatee. HEX triplet: 89, 90 and AA. RGB value is (137,144,170). Sum of RGB (Red+Green+Blue) = 137+144+170=451 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.38% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #8990AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8990AA is #766F55. Grayscale: #909090. Windows color (decimal): -7761750 or 11178121. OLE color: 11178121.
HSL color Cylindrical-coordinate representation of color #8990AA: hue angle of 227.27º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8990AA is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 144 | 170 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.33 |
| HSL | 227.27º | 0.16% | 0.6% | - |
| HSV(B) | 227.27º | 0.19% | 0.67% | - |
| XYZ | 27.55 | 28.17 | 42.02 | - |
| YUV | 144.87 | 142.18 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 170 | 0.19 | 0.15 | 0 | 0.33 | 227.27 | 0.16 | 0.6 |
| Hex | 89 | 90 | AA | 13 | F | 0 | 21 | E3 | 10 | 3C |
| Octal | 211 | 220 | 252 | 23 | 17 | 0 | 41 | 343 | 20 | 74 |
| Binary | 10001001 | 10010000 | 10101010 | 10011 | 1111 | 0 | 100001 | 11100011 | 10000 | 111100 |
Color Harmonies of #8990AA
Complementary color
Monochromatic Colors of #8990AA
Black with #8990AA
Text Example
Text Example
White with #8990AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8990AA; }
p { color: rgb(137,144,170); }
H1.HeaderClassName
{
color: #8990AA;
}
.AnyTagClassName
{
color: #8990AA;
}
</style>
background-color css
<style>
a { background-color: #8990AA; }
a { background-color: rgb(137,144,170); }
div.DivClassName
{
background-color: #8990AA;
}
.BgClassName
{
background-color: #8990AA;
}
</style>
border-color css
<style>
span { border-color: #8990AA; }
span { border-color: rgb(137,144,170); }
td.TdClassName
{
border-color: #8990AA;
}
.TagClassName
{
border-color: #8990AA;
}
</style>