Shades of Manatee #898F9B
Tints of Manatee #898F9B
RGB
CMYK
RGB Variations
Color information
#898F9B (or 0x898F9B) is known color: Manatee. HEX triplet: 89, 8F and 9B. RGB value is (137,143,155). Sum of RGB (Red+Green+Blue) = 137+143+155=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 155 - color contains mainly: blue. Hex color #898F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898F9B is #767064. Grayscale: #8E8E8E. Windows color (decimal): -7762021 or 10194825. OLE color: 10194825.
HSL color Cylindrical-coordinate representation of color #898F9B: hue angle of 220º 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 #898F9B is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 143 | 155 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.39 |
| HSL | 220º | 0.08% | 0.57% | - |
| HSV(B) | 220º | 0.12% | 0.61% | - |
| XYZ | 26.06 | 27.33 | 34.91 | - |
| YUV | 142.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 155 | 0.12 | 0.08 | 0 | 0.39 | 220 | 0.08 | 0.57 |
| Hex | 89 | 8F | 9B | C | 8 | 0 | 27 | DC | 8 | 39 |
| Octal | 211 | 217 | 233 | 14 | 10 | 0 | 47 | 334 | 10 | 71 |
| Binary | 10001001 | 10001111 | 10011011 | 1100 | 1000 | 0 | 100111 | 11011100 | 1000 | 111001 |
Color Harmonies of #898F9B
Complementary color
Monochromatic Colors of #898F9B
Black with #898F9B
Text Example
Text Example
White with #898F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898F9B; }
p { color: rgb(137,143,155); }
H1.HeaderClassName
{
color: #898F9B;
}
.AnyTagClassName
{
color: #898F9B;
}
</style>
background-color css
<style>
a { background-color: #898F9B; }
a { background-color: rgb(137,143,155); }
div.DivClassName
{
background-color: #898F9B;
}
.BgClassName
{
background-color: #898F9B;
}
</style>
border-color css
<style>
span { border-color: #898F9B; }
span { border-color: rgb(137,143,155); }
td.TdClassName
{
border-color: #898F9B;
}
.TagClassName
{
border-color: #898F9B;
}
</style>