Shades of Manatee #898B93
Tints of Manatee #898B93
RGB
CMYK
RGB Variations
Color information
#898B93 (or 0x898B93) is known color: Manatee. HEX triplet: 89, 8B and 93. RGB value is (137,139,147). Sum of RGB (Red+Green+Blue) = 137+139+147=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 147 - color contains mainly: blue. Hex color #898B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898B93 is #76746C. Grayscale: #8B8B8B. Windows color (decimal): -7763053 or 9669513. OLE color: 9669513.
HSL color Cylindrical-coordinate representation of color #898B93: hue angle of 228º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #898B93 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 139 | 147 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.42 |
| HSL | 228º | 0.04% | 0.56% | - |
| HSV(B) | 228º | 0.07% | 0.58% | - |
| XYZ | 24.82 | 25.89 | 31.29 | - |
| YUV | 139.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 139 | 147 | 0.07 | 0.05 | 0 | 0.42 | 228 | 0.04 | 0.56 |
| Hex | 89 | 8B | 93 | 7 | 5 | 0 | 2A | E4 | 4 | 38 |
| Octal | 211 | 213 | 223 | 7 | 5 | 0 | 52 | 344 | 4 | 70 |
| Binary | 10001001 | 10001011 | 10010011 | 111 | 101 | 0 | 101010 | 11100100 | 100 | 111000 |
Color Harmonies of #898B93
Complementary color
Monochromatic Colors of #898B93
Black with #898B93
Text Example
Text Example
White with #898B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898B93; }
p { color: rgb(137,139,147); }
H1.HeaderClassName
{
color: #898B93;
}
.AnyTagClassName
{
color: #898B93;
}
</style>
background-color css
<style>
a { background-color: #898B93; }
a { background-color: rgb(137,139,147); }
div.DivClassName
{
background-color: #898B93;
}
.BgClassName
{
background-color: #898B93;
}
</style>
border-color css
<style>
span { border-color: #898B93; }
span { border-color: rgb(137,139,147); }
td.TdClassName
{
border-color: #898B93;
}
.TagClassName
{
border-color: #898B93;
}
</style>