Shades of Manatee #8990AF
Tints of Manatee #8990AF
RGB
CMYK
RGB Variations
Color information
#8990AF (or 0x8990AF) is known color: Manatee. HEX triplet: 89, 90 and AF. RGB value is (137,144,175). Sum of RGB (Red+Green+Blue) = 137+144+175=456 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.04% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 175 - color contains mainly: blue. Hex color #8990AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8990AF is #766F50. Grayscale: #919191. Windows color (decimal): -7761745 or 11505801. OLE color: 11505801.
HSL color Cylindrical-coordinate representation of color #8990AF: hue angle of 228.95º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8990AF is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 144 | 175 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.31 |
| HSL | 228.95º | 0.19% | 0.61% | - |
| HSV(B) | 228.95º | 0.22% | 0.69% | - |
| XYZ | 28.03 | 28.36 | 44.55 | - |
| YUV | 145.44 | 144.68 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 175 | 0.22 | 0.18 | 0 | 0.31 | 228.95 | 0.19 | 0.61 |
| Hex | 89 | 90 | AF | 16 | 12 | 0 | 1F | E5 | 13 | 3D |
| Octal | 211 | 220 | 257 | 26 | 22 | 0 | 37 | 345 | 23 | 75 |
| Binary | 10001001 | 10010000 | 10101111 | 10110 | 10010 | 0 | 11111 | 11100101 | 10011 | 111101 |
Color Harmonies of #8990AF
Complementary color
Monochromatic Colors of #8990AF
Black with #8990AF
Text Example
Text Example
White with #8990AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8990AF; }
p { color: rgb(137,144,175); }
H1.HeaderClassName
{
color: #8990AF;
}
.AnyTagClassName
{
color: #8990AF;
}
</style>
background-color css
<style>
a { background-color: #8990AF; }
a { background-color: rgb(137,144,175); }
div.DivClassName
{
background-color: #8990AF;
}
.BgClassName
{
background-color: #8990AF;
}
</style>
border-color css
<style>
span { border-color: #8990AF; }
span { border-color: rgb(137,144,175); }
td.TdClassName
{
border-color: #8990AF;
}
.TagClassName
{
border-color: #8990AF;
}
</style>