Shades of Manatee #89898B
Tints of Manatee #89898B
RGB
CMYK
RGB Variations
Color information
#89898B (or 0x89898B) is known color: Manatee. HEX triplet: 89, 89 and 8B. RGB value is (137,137,139). Sum of RGB (Red+Green+Blue) = 137+137+139=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 139 - color contains mainly: blue. Hex color #89898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89898B is #767674. Grayscale: #898989. Windows color (decimal): -7763573 or 9144713. OLE color: 9144713.
HSL color Cylindrical-coordinate representation of color #89898B: hue angle of 240º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #89898B is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 137 | 137 | 139 | - |
CMYK | 0.01 | 0.01 | 0 | 0.45 |
HSL | 240º | 0.01% | 0.54% | - |
HSV(B) | 240º | 0.01% | 0.55% | - |
XYZ | 23.92 | 25.07 | 28 | - |
YUV | 137.23 | 129 | 127.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 137 | 137 | 139 | 0.01 | 0.01 | 0 | 0.45 | 240 | 0.01 | 0.54 |
Hex | 89 | 89 | 8B | 1 | 1 | 0 | 2D | F0 | 1 | 36 |
Octal | 211 | 211 | 213 | 1 | 1 | 0 | 55 | 360 | 1 | 66 |
Binary | 10001001 | 10001001 | 10001011 | 1 | 1 | 0 | 101101 | 11110000 | 1 | 110110 |
Color Harmonies of #89898B
Complementary color
Monochromatic Colors of #89898B
Black with #89898B
Text Example
Text Example
White with #89898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89898B; }
p { color: rgb(137,137,139); }
H1.HeaderClassName
{
color: #89898B;
}
.AnyTagClassName
{
color: #89898B;
}
</style>
background-color css
<style>
a { background-color: #89898B; }
a { background-color: rgb(137,137,139); }
div.DivClassName
{
background-color: #89898B;
}
.BgClassName
{
background-color: #89898B;
}
</style>
border-color css
<style>
span { border-color: #89898B; }
span { border-color: rgb(137,137,139); }
td.TdClassName
{
border-color: #89898B;
}
.TagClassName
{
border-color: #89898B;
}
</style>