Shades of Manatee #89899B
Tints of Manatee #89899B
RGB
CMYK
RGB Variations
Color information
#89899B (or 0x89899B) is known color: Manatee. HEX triplet: 89, 89 and 9B. RGB value is (137,137,155). Sum of RGB (Red+Green+Blue) = 137+137+155=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 155 - color contains mainly: blue. Hex color #89899B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89899B is #767664. Grayscale: #8A8A8A. Windows color (decimal): -7763557 or 10193289. OLE color: 10193289.
HSL color Cylindrical-coordinate representation of color #89899B: hue angle of 240º degrees, saturation: 0.08, 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 #89899B is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 137 | 155 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.39 |
| HSL | 240º | 0.08% | 0.57% | - |
| HSV(B) | 240º | 0.12% | 0.61% | - |
| XYZ | 25.18 | 25.58 | 34.62 | - |
| YUV | 139.05 | 137 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 137 | 155 | 0.12 | 0.12 | 0 | 0.39 | 240 | 0.08 | 0.57 |
| Hex | 89 | 89 | 9B | C | C | 0 | 27 | F0 | 8 | 39 |
| Octal | 211 | 211 | 233 | 14 | 14 | 0 | 47 | 360 | 10 | 71 |
| Binary | 10001001 | 10001001 | 10011011 | 1100 | 1100 | 0 | 100111 | 11110000 | 1000 | 111001 |
Color Harmonies of #89899B
Complementary color
Monochromatic Colors of #89899B
Black with #89899B
Text Example
Text Example
White with #89899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89899B; }
p { color: rgb(137,137,155); }
H1.HeaderClassName
{
color: #89899B;
}
.AnyTagClassName
{
color: #89899B;
}
</style>
background-color css
<style>
a { background-color: #89899B; }
a { background-color: rgb(137,137,155); }
div.DivClassName
{
background-color: #89899B;
}
.BgClassName
{
background-color: #89899B;
}
</style>
border-color css
<style>
span { border-color: #89899B; }
span { border-color: rgb(137,137,155); }
td.TdClassName
{
border-color: #89899B;
}
.TagClassName
{
border-color: #89899B;
}
</style>