Shades of Manatee #8E93AC
Tints of Manatee #8E93AC
RGB
CMYK
RGB Variations
Color information
#8E93AC (or 0x8E93AC) is known color: Manatee. HEX triplet: 8E, 93 and AC. RGB value is (142,147,172). Sum of RGB (Red+Green+Blue) = 142+147+172=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E93AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E93AC is #716C53. Grayscale: #949494. Windows color (decimal): -7433300 or 11309966. OLE color: 11309966.
HSL color Cylindrical-coordinate representation of color #8E93AC: hue angle of 230º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8E93AC is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 147 | 172 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.33 |
| HSL | 230º | 0.15% | 0.62% | - |
| HSV(B) | 230º | 0.17% | 0.67% | - |
| XYZ | 29.04 | 29.6 | 43.21 | - |
| YUV | 148.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 147 | 172 | 0.17 | 0.15 | 0 | 0.33 | 230 | 0.15 | 0.62 |
| Hex | 8E | 93 | AC | 11 | F | 0 | 21 | E6 | F | 3E |
| Octal | 216 | 223 | 254 | 21 | 17 | 0 | 41 | 346 | 17 | 76 |
| Binary | 10001110 | 10010011 | 10101100 | 10001 | 1111 | 0 | 100001 | 11100110 | 1111 | 111110 |
Color Harmonies of #8E93AC
Complementary color
Monochromatic Colors of #8E93AC
Black with #8E93AC
Text Example
Text Example
White with #8E93AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E93AC; }
p { color: rgb(142,147,172); }
H1.HeaderClassName
{
color: #8E93AC;
}
.AnyTagClassName
{
color: #8E93AC;
}
</style>
background-color css
<style>
a { background-color: #8E93AC; }
a { background-color: rgb(142,147,172); }
div.DivClassName
{
background-color: #8E93AC;
}
.BgClassName
{
background-color: #8E93AC;
}
</style>
border-color css
<style>
span { border-color: #8E93AC; }
span { border-color: rgb(142,147,172); }
td.TdClassName
{
border-color: #8E93AC;
}
.TagClassName
{
border-color: #8E93AC;
}
</style>