Shades of Manatee #89898A
Tints of Manatee #89898A
RGB
CMYK
RGB Variations
Color information
#89898A (or 0x89898A) is known color: Manatee. HEX triplet: 89, 89 and 8A. RGB value is (137,137,138). Sum of RGB (Red+Green+Blue) = 137+137+138=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 138 - color contains mainly: blue. Hex color #89898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89898A is #767675. Grayscale: #898989. Windows color (decimal): -7763574 or 9079177. OLE color: 9079177.
HSL color Cylindrical-coordinate representation of color #89898A: hue angle of 240º degrees, saturation: 0, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #89898A is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
RGB | 137 | 137 | 138 | - |
CMYK | 0.01 | 0.01 | 0 | 0.46 |
HSL | 240º | 0% | 0.54% | - |
HSV(B) | 240º | 0.01% | 0.54% | - |
XYZ | 23.85 | 25.04 | 27.62 | - |
YUV | 137.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 137 | 137 | 138 | 0.01 | 0.01 | 0 | 0.46 | 240 | 0 | 0.54 |
Hex | 89 | 89 | 8A | 1 | 1 | 0 | 2E | F0 | 0 | 36 |
Octal | 211 | 211 | 212 | 1 | 1 | 0 | 56 | 360 | 0 | 66 |
Binary | 10001001 | 10001001 | 10001010 | 1 | 1 | 0 | 101110 | 11110000 | 0 | 110110 |
Color Harmonies of #89898A
Complementary color
Monochromatic Colors of #89898A
Black with #89898A
Text Example
Text Example
White with #89898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89898A; }
p { color: rgb(137,137,138); }
H1.HeaderClassName
{
color: #89898A;
}
.AnyTagClassName
{
color: #89898A;
}
</style>
background-color css
<style>
a { background-color: #89898A; }
a { background-color: rgb(137,137,138); }
div.DivClassName
{
background-color: #89898A;
}
.BgClassName
{
background-color: #89898A;
}
</style>
border-color css
<style>
span { border-color: #89898A; }
span { border-color: rgb(137,137,138); }
td.TdClassName
{
border-color: #89898A;
}
.TagClassName
{
border-color: #89898A;
}
</style>