Shades of Manatee #8995AA
Tints of Manatee #8995AA
RGB
CMYK
RGB Variations
Color information
#8995AA (or 0x8995AA) is known color: Manatee. HEX triplet: 89, 95 and AA. RGB value is (137,149,170). Sum of RGB (Red+Green+Blue) = 137+149+170=456 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.04% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #8995AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8995AA is #766A55. Grayscale: #939393. Windows color (decimal): -7760470 or 11179401. OLE color: 11179401.
HSL color Cylindrical-coordinate representation of color #8995AA: hue angle of 218.18º 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 #8995AA is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 149 | 170 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.33 |
| HSL | 218.18º | 0.16% | 0.6% | - |
| HSV(B) | 218.18º | 0.19% | 0.67% | - |
| XYZ | 28.32 | 29.72 | 42.27 | - |
| YUV | 147.81 | 140.52 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 170 | 0.19 | 0.12 | 0 | 0.33 | 218.18 | 0.16 | 0.6 |
| Hex | 89 | 95 | AA | 13 | C | 0 | 21 | DA | 10 | 3C |
| Octal | 211 | 225 | 252 | 23 | 14 | 0 | 41 | 332 | 20 | 74 |
| Binary | 10001001 | 10010101 | 10101010 | 10011 | 1100 | 0 | 100001 | 11011010 | 10000 | 111100 |
Color Harmonies of #8995AA
Complementary color
Monochromatic Colors of #8995AA
Black with #8995AA
Text Example
Text Example
White with #8995AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8995AA; }
p { color: rgb(137,149,170); }
H1.HeaderClassName
{
color: #8995AA;
}
.AnyTagClassName
{
color: #8995AA;
}
</style>
background-color css
<style>
a { background-color: #8995AA; }
a { background-color: rgb(137,149,170); }
div.DivClassName
{
background-color: #8995AA;
}
.BgClassName
{
background-color: #8995AA;
}
</style>
border-color css
<style>
span { border-color: #8995AA; }
span { border-color: rgb(137,149,170); }
td.TdClassName
{
border-color: #8995AA;
}
.TagClassName
{
border-color: #8995AA;
}
</style>