Shades of Manatee #8E90A7
Tints of Manatee #8E90A7
RGB
CMYK
RGB Variations
Color information
#8E90A7 (or 0x8E90A7) is known color: Manatee. HEX triplet: 8E, 90 and A7. RGB value is (142,144,167). Sum of RGB (Red+Green+Blue) = 142+144+167=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 167 (65.62% from 255 or 36.87% from 453); Max value from RGB is 167 - color contains mainly: blue. Hex color #8E90A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E90A7 is #716F58. Grayscale: #919191. Windows color (decimal): -7434073 or 10981518. OLE color: 10981518.
HSL color Cylindrical-coordinate representation of color #8E90A7: hue angle of 235.2º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8E90A7 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 142 | 144 | 167 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.35 |
| HSL | 235.2º | 0.12% | 0.61% | - |
| HSV(B) | 235.2º | 0.15% | 0.65% | - |
| XYZ | 28.1 | 28.49 | 40.58 | - |
| YUV | 146.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 144 | 167 | 0.15 | 0.14 | 0 | 0.35 | 235.2 | 0.12 | 0.61 |
| Hex | 8E | 90 | A7 | F | E | 0 | 23 | EB | C | 3D |
| Octal | 216 | 220 | 247 | 17 | 16 | 0 | 43 | 353 | 14 | 75 |
| Binary | 10001110 | 10010000 | 10100111 | 1111 | 1110 | 0 | 100011 | 11101011 | 1100 | 111101 |
Color Harmonies of #8E90A7
Complementary color
Monochromatic Colors of #8E90A7
Black with #8E90A7
Text Example
Text Example
White with #8E90A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E90A7; }
p { color: rgb(142,144,167); }
H1.HeaderClassName
{
color: #8E90A7;
}
.AnyTagClassName
{
color: #8E90A7;
}
</style>
background-color css
<style>
a { background-color: #8E90A7; }
a { background-color: rgb(142,144,167); }
div.DivClassName
{
background-color: #8E90A7;
}
.BgClassName
{
background-color: #8E90A7;
}
</style>
border-color css
<style>
span { border-color: #8E90A7; }
span { border-color: rgb(142,144,167); }
td.TdClassName
{
border-color: #8E90A7;
}
.TagClassName
{
border-color: #8E90A7;
}
</style>