Shades of Manatee #8E91AB
Tints of Manatee #8E91AB
RGB
CMYK
RGB Variations
Color information
#8E91AB (or 0x8E91AB) is known color: Manatee. HEX triplet: 8E, 91 and AB. RGB value is (142,145,171). Sum of RGB (Red+Green+Blue) = 142+145+171=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E91AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E91AB is #716E54. Grayscale: #929292. Windows color (decimal): -7433813 or 11243918. OLE color: 11243918.
HSL color Cylindrical-coordinate representation of color #8E91AB: hue angle of 233.79º 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 #8E91AB is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 145 | 171 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.33 |
| HSL | 233.79º | 0.15% | 0.61% | - |
| HSV(B) | 233.79º | 0.17% | 0.67% | - |
| XYZ | 28.63 | 28.94 | 42.61 | - |
| YUV | 147.07 | 141.51 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 145 | 171 | 0.17 | 0.15 | 0 | 0.33 | 233.79 | 0.15 | 0.61 |
| Hex | 8E | 91 | AB | 11 | F | 0 | 21 | EA | F | 3D |
| Octal | 216 | 221 | 253 | 21 | 17 | 0 | 41 | 352 | 17 | 75 |
| Binary | 10001110 | 10010001 | 10101011 | 10001 | 1111 | 0 | 100001 | 11101010 | 1111 | 111101 |
Color Harmonies of #8E91AB
Complementary color
Monochromatic Colors of #8E91AB
Black with #8E91AB
Text Example
Text Example
White with #8E91AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E91AB; }
p { color: rgb(142,145,171); }
H1.HeaderClassName
{
color: #8E91AB;
}
.AnyTagClassName
{
color: #8E91AB;
}
</style>
background-color css
<style>
a { background-color: #8E91AB; }
a { background-color: rgb(142,145,171); }
div.DivClassName
{
background-color: #8E91AB;
}
.BgClassName
{
background-color: #8E91AB;
}
</style>
border-color css
<style>
span { border-color: #8E91AB; }
span { border-color: rgb(142,145,171); }
td.TdClassName
{
border-color: #8E91AB;
}
.TagClassName
{
border-color: #8E91AB;
}
</style>