Shades of Manatee #8E909F
Tints of Manatee #8E909F
RGB
CMYK
RGB Variations
Color information
#8E909F (or 0x8E909F) is known color: Manatee. HEX triplet: 8E, 90 and 9F. RGB value is (142,144,159). Sum of RGB (Red+Green+Blue) = 142+144+159=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E909F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E909F is #716F60. Grayscale: #919191. Windows color (decimal): -7434081 or 10457230. OLE color: 10457230.
HSL color Cylindrical-coordinate representation of color #8E909F: hue angle of 232.94º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8E909F is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 144 | 159 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.38 |
| HSL | 232.94º | 0.08% | 0.59% | - |
| HSV(B) | 232.94º | 0.11% | 0.62% | - |
| XYZ | 27.39 | 28.2 | 36.8 | - |
| YUV | 145.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 144 | 159 | 0.11 | 0.09 | 0 | 0.38 | 232.94 | 0.08 | 0.59 |
| Hex | 8E | 90 | 9F | B | 9 | 0 | 26 | E9 | 8 | 3B |
| Octal | 216 | 220 | 237 | 13 | 11 | 0 | 46 | 351 | 10 | 73 |
| Binary | 10001110 | 10010000 | 10011111 | 1011 | 1001 | 0 | 100110 | 11101001 | 1000 | 111011 |
Color Harmonies of #8E909F
Complementary color
Monochromatic Colors of #8E909F
Black with #8E909F
Text Example
Text Example
White with #8E909F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E909F; }
p { color: rgb(142,144,159); }
H1.HeaderClassName
{
color: #8E909F;
}
.AnyTagClassName
{
color: #8E909F;
}
</style>
background-color css
<style>
a { background-color: #8E909F; }
a { background-color: rgb(142,144,159); }
div.DivClassName
{
background-color: #8E909F;
}
.BgClassName
{
background-color: #8E909F;
}
</style>
border-color css
<style>
span { border-color: #8E909F; }
span { border-color: rgb(142,144,159); }
td.TdClassName
{
border-color: #8E909F;
}
.TagClassName
{
border-color: #8E909F;
}
</style>