Shades of Manatee #8E96AA
Tints of Manatee #8E96AA
RGB
CMYK
RGB Variations
Color information
#8E96AA (or 0x8E96AA) is known color: Manatee. HEX triplet: 8E, 96 and AA. RGB value is (142,150,170). Sum of RGB (Red+Green+Blue) = 142+150+170=462 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.74% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E96AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E96AA is #716955. Grayscale: #959595. Windows color (decimal): -7432534 or 11179662. OLE color: 11179662.
HSL color Cylindrical-coordinate representation of color #8E96AA: hue angle of 222.86º 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 #8E96AA is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 150 | 170 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.33 |
| HSL | 222.86º | 0.14% | 0.61% | - |
| HSV(B) | 222.86º | 0.16% | 0.67% | - |
| XYZ | 29.32 | 30.47 | 42.37 | - |
| YUV | 149.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 150 | 170 | 0.16 | 0.12 | 0 | 0.33 | 222.86 | 0.14 | 0.61 |
| Hex | 8E | 96 | AA | 10 | C | 0 | 21 | DF | E | 3D |
| Octal | 216 | 226 | 252 | 20 | 14 | 0 | 41 | 337 | 16 | 75 |
| Binary | 10001110 | 10010110 | 10101010 | 10000 | 1100 | 0 | 100001 | 11011111 | 1110 | 111101 |
Color Harmonies of #8E96AA
Complementary color
Monochromatic Colors of #8E96AA
Black with #8E96AA
Text Example
Text Example
White with #8E96AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E96AA; }
p { color: rgb(142,150,170); }
H1.HeaderClassName
{
color: #8E96AA;
}
.AnyTagClassName
{
color: #8E96AA;
}
</style>
background-color css
<style>
a { background-color: #8E96AA; }
a { background-color: rgb(142,150,170); }
div.DivClassName
{
background-color: #8E96AA;
}
.BgClassName
{
background-color: #8E96AA;
}
</style>
border-color css
<style>
span { border-color: #8E96AA; }
span { border-color: rgb(142,150,170); }
td.TdClassName
{
border-color: #8E96AA;
}
.TagClassName
{
border-color: #8E96AA;
}
</style>