Shades of Manatee #8E90B3
Tints of Manatee #8E90B3
RGB
CMYK
RGB Variations
Color information
#8E90B3 (or 0x8E90B3) is known color: Manatee. HEX triplet: 8E, 90 and B3. RGB value is (142,144,179). Sum of RGB (Red+Green+Blue) = 142+144+179=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 179 (70.31% from 255 or 38.49% from 465); Max value from RGB is 179 - color contains mainly: blue. Hex color #8E90B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E90B3 is #716F4C. Grayscale: #939393. Windows color (decimal): -7434061 or 11767950. OLE color: 11767950.
HSL color Cylindrical-coordinate representation of color #8E90B3: hue angle of 236.76º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E90B3 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 142 | 144 | 179 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.30 |
| HSL | 236.76º | 0.2% | 0.63% | - |
| HSV(B) | 236.76º | 0.21% | 0.7% | - |
| XYZ | 29.27 | 28.95 | 46.69 | - |
| YUV | 147.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 144 | 179 | 0.21 | 0.20 | 0 | 0.30 | 236.76 | 0.2 | 0.63 |
| Hex | 8E | 90 | B3 | 15 | 14 | 0 | 1E | ED | 14 | 3F |
| Octal | 216 | 220 | 263 | 25 | 24 | 0 | 36 | 355 | 24 | 77 |
| Binary | 10001110 | 10010000 | 10110011 | 10101 | 10100 | 0 | 11110 | 11101101 | 10100 | 111111 |
Color Harmonies of #8E90B3
Complementary color
Monochromatic Colors of #8E90B3
Black with #8E90B3
Text Example
Text Example
White with #8E90B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E90B3; }
p { color: rgb(142,144,179); }
H1.HeaderClassName
{
color: #8E90B3;
}
.AnyTagClassName
{
color: #8E90B3;
}
</style>
background-color css
<style>
a { background-color: #8E90B3; }
a { background-color: rgb(142,144,179); }
div.DivClassName
{
background-color: #8E90B3;
}
.BgClassName
{
background-color: #8E90B3;
}
</style>
border-color css
<style>
span { border-color: #8E90B3; }
span { border-color: rgb(142,144,179); }
td.TdClassName
{
border-color: #8E90B3;
}
.TagClassName
{
border-color: #8E90B3;
}
</style>