Shades of Manatee #89909C
Tints of Manatee #89909C
RGB
CMYK
RGB Variations
Color information
#89909C (or 0x89909C) is known color: Manatee. HEX triplet: 89, 90 and 9C. RGB value is (137,144,156). Sum of RGB (Red+Green+Blue) = 137+144+156=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 156 - color contains mainly: blue. Hex color #89909C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89909C is #766F63. Grayscale: #8F8F8F. Windows color (decimal): -7761764 or 10260617. OLE color: 10260617.
HSL color Cylindrical-coordinate representation of color #89909C: hue angle of 217.89º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #89909C is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 144 | 156 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.39 |
| HSL | 217.89º | 0.09% | 0.57% | - |
| HSV(B) | 217.89º | 0.12% | 0.61% | - |
| XYZ | 26.29 | 27.67 | 35.41 | - |
| YUV | 143.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 156 | 0.12 | 0.08 | 0 | 0.39 | 217.89 | 0.09 | 0.57 |
| Hex | 89 | 90 | 9C | C | 8 | 0 | 27 | DA | 9 | 39 |
| Octal | 211 | 220 | 234 | 14 | 10 | 0 | 47 | 332 | 11 | 71 |
| Binary | 10001001 | 10010000 | 10011100 | 1100 | 1000 | 0 | 100111 | 11011010 | 1001 | 111001 |
Color Harmonies of #89909C
Complementary color
Monochromatic Colors of #89909C
Black with #89909C
Text Example
Text Example
White with #89909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89909C; }
p { color: rgb(137,144,156); }
H1.HeaderClassName
{
color: #89909C;
}
.AnyTagClassName
{
color: #89909C;
}
</style>
background-color css
<style>
a { background-color: #89909C; }
a { background-color: rgb(137,144,156); }
div.DivClassName
{
background-color: #89909C;
}
.BgClassName
{
background-color: #89909C;
}
</style>
border-color css
<style>
span { border-color: #89909C; }
span { border-color: rgb(137,144,156); }
td.TdClassName
{
border-color: #89909C;
}
.TagClassName
{
border-color: #89909C;
}
</style>