Shades of Manatee #8E9199
Tints of Manatee #8E9199
RGB
CMYK
RGB Variations
Color information
#8E9199 (or 0x8E9199) is known color: Manatee. HEX triplet: 8E, 91 and 99. RGB value is (142,145,153). Sum of RGB (Red+Green+Blue) = 142+145+153=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E9199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9199 is #716E66. Grayscale: #909090. Windows color (decimal): -7433831 or 10064270. OLE color: 10064270.
HSL color Cylindrical-coordinate representation of color #8E9199: hue angle of 223.64º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8E9199 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 142 | 145 | 153 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.4 |
| HSL | 223.64º | 0.05% | 0.58% | - |
| HSV(B) | 223.64º | 0.07% | 0.6% | - |
| XYZ | 27.03 | 28.3 | 34.18 | - |
| YUV | 145.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 145 | 153 | 0.07 | 0.05 | 0 | 0.4 | 223.64 | 0.05 | 0.58 |
| Hex | 8E | 91 | 99 | 7 | 5 | 0 | 28 | E0 | 5 | 3A |
| Octal | 216 | 221 | 231 | 7 | 5 | 0 | 50 | 340 | 5 | 72 |
| Binary | 10001110 | 10010001 | 10011001 | 111 | 101 | 0 | 101000 | 11100000 | 101 | 111010 |
Color Harmonies of #8E9199
Complementary color
Monochromatic Colors of #8E9199
Black with #8E9199
Text Example
Text Example
White with #8E9199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9199; }
p { color: rgb(142,145,153); }
H1.HeaderClassName
{
color: #8E9199;
}
.AnyTagClassName
{
color: #8E9199;
}
</style>
background-color css
<style>
a { background-color: #8E9199; }
a { background-color: rgb(142,145,153); }
div.DivClassName
{
background-color: #8E9199;
}
.BgClassName
{
background-color: #8E9199;
}
</style>
border-color css
<style>
span { border-color: #8E9199; }
span { border-color: rgb(142,145,153); }
td.TdClassName
{
border-color: #8E9199;
}
.TagClassName
{
border-color: #8E9199;
}
</style>