Shades of Manatee #8E94AA
Tints of Manatee #8E94AA
RGB
CMYK
RGB Variations
Color information
#8E94AA (or 0x8E94AA) is known color: Manatee. HEX triplet: 8E, 94 and AA. RGB value is (142,148,170). Sum of RGB (Red+Green+Blue) = 142+148+170=460 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.87% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E94AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E94AA is #716B55. Grayscale: #949494. Windows color (decimal): -7433046 or 11179150. OLE color: 11179150.
HSL color Cylindrical-coordinate representation of color #8E94AA: hue angle of 227.14º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8E94AA is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 148 | 170 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.33 |
| HSL | 227.14º | 0.14% | 0.61% | - |
| HSV(B) | 227.14º | 0.16% | 0.67% | - |
| XYZ | 29 | 29.83 | 42.26 | - |
| YUV | 148.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 148 | 170 | 0.16 | 0.13 | 0 | 0.33 | 227.14 | 0.14 | 0.61 |
| Hex | 8E | 94 | AA | 10 | D | 0 | 21 | E3 | E | 3D |
| Octal | 216 | 224 | 252 | 20 | 15 | 0 | 41 | 343 | 16 | 75 |
| Binary | 10001110 | 10010100 | 10101010 | 10000 | 1101 | 0 | 100001 | 11100011 | 1110 | 111101 |
Color Harmonies of #8E94AA
Complementary color
Monochromatic Colors of #8E94AA
Black with #8E94AA
Text Example
Text Example
White with #8E94AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E94AA; }
p { color: rgb(142,148,170); }
H1.HeaderClassName
{
color: #8E94AA;
}
.AnyTagClassName
{
color: #8E94AA;
}
</style>
background-color css
<style>
a { background-color: #8E94AA; }
a { background-color: rgb(142,148,170); }
div.DivClassName
{
background-color: #8E94AA;
}
.BgClassName
{
background-color: #8E94AA;
}
</style>
border-color css
<style>
span { border-color: #8E94AA; }
span { border-color: rgb(142,148,170); }
td.TdClassName
{
border-color: #8E94AA;
}
.TagClassName
{
border-color: #8E94AA;
}
</style>