Shades of Manatee #8E919E
Tints of Manatee #8E919E
RGB
CMYK
RGB Variations
Color information
#8E919E (or 0x8E919E) is known color: Manatee. HEX triplet: 8E, 91 and 9E. RGB value is (142,145,158). Sum of RGB (Red+Green+Blue) = 142+145+158=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E919E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E919E is #716E61. Grayscale: #919191. Windows color (decimal): -7433826 or 10391950. OLE color: 10391950.
HSL color Cylindrical-coordinate representation of color #8E919E: hue angle of 228.75º 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 #8E919E is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 145 | 158 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.38 |
| HSL | 228.75º | 0.08% | 0.59% | - |
| HSV(B) | 228.75º | 0.1% | 0.62% | - |
| XYZ | 27.45 | 28.47 | 36.4 | - |
| YUV | 145.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 145 | 158 | 0.10 | 0.08 | 0 | 0.38 | 228.75 | 0.08 | 0.59 |
| Hex | 8E | 91 | 9E | A | 8 | 0 | 26 | E5 | 8 | 3B |
| Octal | 216 | 221 | 236 | 12 | 10 | 0 | 46 | 345 | 10 | 73 |
| Binary | 10001110 | 10010001 | 10011110 | 1010 | 1000 | 0 | 100110 | 11100101 | 1000 | 111011 |
Color Harmonies of #8E919E
Complementary color
Monochromatic Colors of #8E919E
Black with #8E919E
Text Example
Text Example
White with #8E919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E919E; }
p { color: rgb(142,145,158); }
H1.HeaderClassName
{
color: #8E919E;
}
.AnyTagClassName
{
color: #8E919E;
}
</style>
background-color css
<style>
a { background-color: #8E919E; }
a { background-color: rgb(142,145,158); }
div.DivClassName
{
background-color: #8E919E;
}
.BgClassName
{
background-color: #8E919E;
}
</style>
border-color css
<style>
span { border-color: #8E919E; }
span { border-color: rgb(142,145,158); }
td.TdClassName
{
border-color: #8E919E;
}
.TagClassName
{
border-color: #8E919E;
}
</style>