Shades of Manatee #8E94AD
Tints of Manatee #8E94AD
RGB
CMYK
RGB Variations
Color information
#8E94AD (or 0x8E94AD) is known color: Manatee. HEX triplet: 8E, 94 and AD. RGB value is (142,148,173). Sum of RGB (Red+Green+Blue) = 142+148+173=463 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.67% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #8E94AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E94AD is #716B52. Grayscale: #949494. Windows color (decimal): -7433043 or 11375758. OLE color: 11375758.
HSL color Cylindrical-coordinate representation of color #8E94AD: hue angle of 228.39º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8E94AD is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 148 | 173 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.32 |
| HSL | 228.39º | 0.16% | 0.62% | - |
| HSV(B) | 228.39º | 0.18% | 0.68% | - |
| XYZ | 29.29 | 29.95 | 43.77 | - |
| YUV | 149.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 148 | 173 | 0.18 | 0.14 | 0 | 0.32 | 228.39 | 0.16 | 0.62 |
| Hex | 8E | 94 | AD | 12 | E | 0 | 20 | E4 | 10 | 3E |
| Octal | 216 | 224 | 255 | 22 | 16 | 0 | 40 | 344 | 20 | 76 |
| Binary | 10001110 | 10010100 | 10101101 | 10010 | 1110 | 0 | 100000 | 11100100 | 10000 | 111110 |
Color Harmonies of #8E94AD
Complementary color
Monochromatic Colors of #8E94AD
Black with #8E94AD
Text Example
Text Example
White with #8E94AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E94AD; }
p { color: rgb(142,148,173); }
H1.HeaderClassName
{
color: #8E94AD;
}
.AnyTagClassName
{
color: #8E94AD;
}
</style>
background-color css
<style>
a { background-color: #8E94AD; }
a { background-color: rgb(142,148,173); }
div.DivClassName
{
background-color: #8E94AD;
}
.BgClassName
{
background-color: #8E94AD;
}
</style>
border-color css
<style>
span { border-color: #8E94AD; }
span { border-color: rgb(142,148,173); }
td.TdClassName
{
border-color: #8E94AD;
}
.TagClassName
{
border-color: #8E94AD;
}
</style>