Shades of Manatee #8E94AB
Tints of Manatee #8E94AB
RGB
CMYK
RGB Variations
Color information
#8E94AB (or 0x8E94AB) is known color: Manatee. HEX triplet: 8E, 94 and AB. RGB value is (142,148,171). Sum of RGB (Red+Green+Blue) = 142+148+171=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E94AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E94AB is #716B54. Grayscale: #949494. Windows color (decimal): -7433045 or 11244686. OLE color: 11244686.
HSL color Cylindrical-coordinate representation of color #8E94AB: hue angle of 227.59º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8E94AB is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 148 | 171 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.33 |
| HSL | 227.59º | 0.15% | 0.61% | - |
| HSV(B) | 227.59º | 0.17% | 0.67% | - |
| XYZ | 29.1 | 29.87 | 42.76 | - |
| YUV | 148.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 148 | 171 | 0.17 | 0.13 | 0 | 0.33 | 227.59 | 0.15 | 0.61 |
| Hex | 8E | 94 | AB | 11 | D | 0 | 21 | E4 | F | 3D |
| Octal | 216 | 224 | 253 | 21 | 15 | 0 | 41 | 344 | 17 | 75 |
| Binary | 10001110 | 10010100 | 10101011 | 10001 | 1101 | 0 | 100001 | 11100100 | 1111 | 111101 |
Color Harmonies of #8E94AB
Complementary color
Monochromatic Colors of #8E94AB
Black with #8E94AB
Text Example
Text Example
White with #8E94AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E94AB; }
p { color: rgb(142,148,171); }
H1.HeaderClassName
{
color: #8E94AB;
}
.AnyTagClassName
{
color: #8E94AB;
}
</style>
background-color css
<style>
a { background-color: #8E94AB; }
a { background-color: rgb(142,148,171); }
div.DivClassName
{
background-color: #8E94AB;
}
.BgClassName
{
background-color: #8E94AB;
}
</style>
border-color css
<style>
span { border-color: #8E94AB; }
span { border-color: rgb(142,148,171); }
td.TdClassName
{
border-color: #8E94AB;
}
.TagClassName
{
border-color: #8E94AB;
}
</style>