Shades of Manatee #8E939E
Tints of Manatee #8E939E
RGB
CMYK
RGB Variations
Color information
#8E939E (or 0x8E939E) is known color: Manatee. HEX triplet: 8E, 93 and 9E. RGB value is (142,147,158). Sum of RGB (Red+Green+Blue) = 142+147+158=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E939E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E939E is #716C61. Grayscale: #929292. Windows color (decimal): -7433314 or 10392462. OLE color: 10392462.
HSL color Cylindrical-coordinate representation of color #8E939E: hue angle of 221.25º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8E939E is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 147 | 158 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.38 |
| HSL | 221.25º | 0.08% | 0.59% | - |
| HSV(B) | 221.25º | 0.1% | 0.62% | - |
| XYZ | 27.76 | 29.09 | 36.5 | - |
| YUV | 146.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 147 | 158 | 0.10 | 0.07 | 0 | 0.38 | 221.25 | 0.08 | 0.59 |
| Hex | 8E | 93 | 9E | A | 7 | 0 | 26 | DD | 8 | 3B |
| Octal | 216 | 223 | 236 | 12 | 7 | 0 | 46 | 335 | 10 | 73 |
| Binary | 10001110 | 10010011 | 10011110 | 1010 | 111 | 0 | 100110 | 11011101 | 1000 | 111011 |
Color Harmonies of #8E939E
Complementary color
Monochromatic Colors of #8E939E
Black with #8E939E
Text Example
Text Example
White with #8E939E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E939E; }
p { color: rgb(142,147,158); }
H1.HeaderClassName
{
color: #8E939E;
}
.AnyTagClassName
{
color: #8E939E;
}
</style>
background-color css
<style>
a { background-color: #8E939E; }
a { background-color: rgb(142,147,158); }
div.DivClassName
{
background-color: #8E939E;
}
.BgClassName
{
background-color: #8E939E;
}
</style>
border-color css
<style>
span { border-color: #8E939E; }
span { border-color: rgb(142,147,158); }
td.TdClassName
{
border-color: #8E939E;
}
.TagClassName
{
border-color: #8E939E;
}
</style>