Shades of Manatee #8E90B0
Tints of Manatee #8E90B0
RGB
CMYK
RGB Variations
Color information
#8E90B0 (or 0x8E90B0) is known color: Manatee. HEX triplet: 8E, 90 and B0. RGB value is (142,144,176). Sum of RGB (Red+Green+Blue) = 142+144+176=462 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.74% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 176 - color contains mainly: blue. Hex color #8E90B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E90B0 is #716F4F. Grayscale: #929292. Windows color (decimal): -7434064 or 11571342. OLE color: 11571342.
HSL color Cylindrical-coordinate representation of color #8E90B0: hue angle of 236.47º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8E90B0 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 144 | 176 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.31 |
| HSL | 236.47º | 0.18% | 0.62% | - |
| HSV(B) | 236.47º | 0.19% | 0.69% | - |
| XYZ | 28.97 | 28.83 | 45.11 | - |
| YUV | 147.05 | 144.34 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 144 | 176 | 0.19 | 0.18 | 0 | 0.31 | 236.47 | 0.18 | 0.62 |
| Hex | 8E | 90 | B0 | 13 | 12 | 0 | 1F | EC | 12 | 3E |
| Octal | 216 | 220 | 260 | 23 | 22 | 0 | 37 | 354 | 22 | 76 |
| Binary | 10001110 | 10010000 | 10110000 | 10011 | 10010 | 0 | 11111 | 11101100 | 10010 | 111110 |
Color Harmonies of #8E90B0
Complementary color
Monochromatic Colors of #8E90B0
Black with #8E90B0
Text Example
Text Example
White with #8E90B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E90B0; }
p { color: rgb(142,144,176); }
H1.HeaderClassName
{
color: #8E90B0;
}
.AnyTagClassName
{
color: #8E90B0;
}
</style>
background-color css
<style>
a { background-color: #8E90B0; }
a { background-color: rgb(142,144,176); }
div.DivClassName
{
background-color: #8E90B0;
}
.BgClassName
{
background-color: #8E90B0;
}
</style>
border-color css
<style>
span { border-color: #8E90B0; }
span { border-color: rgb(142,144,176); }
td.TdClassName
{
border-color: #8E90B0;
}
.TagClassName
{
border-color: #8E90B0;
}
</style>