Shades of Manatee #8993AA
Tints of Manatee #8993AA
RGB
CMYK
RGB Variations
Color information
#8993AA (or 0x8993AA) is known color: Manatee. HEX triplet: 89, 93 and AA. RGB value is (137,147,170). Sum of RGB (Red+Green+Blue) = 137+147+170=454 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.18% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 170 - color contains mainly: blue. Hex color #8993AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8993AA is #766C55. Grayscale: #929292. Windows color (decimal): -7760982 or 11178889. OLE color: 11178889.
HSL color Cylindrical-coordinate representation of color #8993AA: hue angle of 221.82º 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 #8993AA is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 147 | 170 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.33 |
| HSL | 221.82º | 0.16% | 0.6% | - |
| HSV(B) | 221.82º | 0.19% | 0.67% | - |
| XYZ | 28.01 | 29.09 | 42.17 | - |
| YUV | 146.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 170 | 0.19 | 0.14 | 0 | 0.33 | 221.82 | 0.16 | 0.6 |
| Hex | 89 | 93 | AA | 13 | E | 0 | 21 | DE | 10 | 3C |
| Octal | 211 | 223 | 252 | 23 | 16 | 0 | 41 | 336 | 20 | 74 |
| Binary | 10001001 | 10010011 | 10101010 | 10011 | 1110 | 0 | 100001 | 11011110 | 10000 | 111100 |
Color Harmonies of #8993AA
Complementary color
Monochromatic Colors of #8993AA
Black with #8993AA
Text Example
Text Example
White with #8993AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8993AA; }
p { color: rgb(137,147,170); }
H1.HeaderClassName
{
color: #8993AA;
}
.AnyTagClassName
{
color: #8993AA;
}
</style>
background-color css
<style>
a { background-color: #8993AA; }
a { background-color: rgb(137,147,170); }
div.DivClassName
{
background-color: #8993AA;
}
.BgClassName
{
background-color: #8993AA;
}
</style>
border-color css
<style>
span { border-color: #8993AA; }
span { border-color: rgb(137,147,170); }
td.TdClassName
{
border-color: #8993AA;
}
.TagClassName
{
border-color: #8993AA;
}
</style>