Shades of Manatee #8E93B4
Tints of Manatee #8E93B4
RGB
CMYK
RGB Variations
Color information
#8E93B4 (or 0x8E93B4) is known color: Manatee. HEX triplet: 8E, 93 and B4. RGB value is (142,147,180). Sum of RGB (Red+Green+Blue) = 142+147+180=469 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.28% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 180 - color contains mainly: blue. Hex color #8E93B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E93B4 is #716C4B. Grayscale: #959595. Windows color (decimal): -7433292 or 11834254. OLE color: 11834254.
HSL color Cylindrical-coordinate representation of color #8E93B4: hue angle of 232.11º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E93B4 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 142 | 147 | 180 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.29 |
| HSL | 232.11º | 0.2% | 0.63% | - |
| HSV(B) | 232.11º | 0.21% | 0.71% | - |
| XYZ | 29.83 | 29.91 | 47.38 | - |
| YUV | 149.27 | 145.34 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 147 | 180 | 0.21 | 0.18 | 0 | 0.29 | 232.11 | 0.2 | 0.63 |
| Hex | 8E | 93 | B4 | 15 | 12 | 0 | 1D | E8 | 14 | 3F |
| Octal | 216 | 223 | 264 | 25 | 22 | 0 | 35 | 350 | 24 | 77 |
| Binary | 10001110 | 10010011 | 10110100 | 10101 | 10010 | 0 | 11101 | 11101000 | 10100 | 111111 |
Color Harmonies of #8E93B4
Complementary color
Monochromatic Colors of #8E93B4
Black with #8E93B4
Text Example
Text Example
White with #8E93B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E93B4; }
p { color: rgb(142,147,180); }
H1.HeaderClassName
{
color: #8E93B4;
}
.AnyTagClassName
{
color: #8E93B4;
}
</style>
background-color css
<style>
a { background-color: #8E93B4; }
a { background-color: rgb(142,147,180); }
div.DivClassName
{
background-color: #8E93B4;
}
.BgClassName
{
background-color: #8E93B4;
}
</style>
border-color css
<style>
span { border-color: #8E93B4; }
span { border-color: rgb(142,147,180); }
td.TdClassName
{
border-color: #8E93B4;
}
.TagClassName
{
border-color: #8E93B4;
}
</style>