Shades of Manatee #8A8EAC
Tints of Manatee #8A8EAC
RGB
CMYK
RGB Variations
Color information
#8A8EAC (or 0x8A8EAC) is known color: Manatee. HEX triplet: 8A, 8E and AC. RGB value is (138,142,172). Sum of RGB (Red+Green+Blue) = 138+142+172=452 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.53% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A8EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8EAC is #757153. Grayscale: #909090. Windows color (decimal): -7696724 or 11308682. OLE color: 11308682.
HSL color Cylindrical-coordinate representation of color #8A8EAC: hue angle of 232.94º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A8EAC is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 142 | 172 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.33 |
| HSL | 232.94º | 0.17% | 0.61% | - |
| HSV(B) | 232.94º | 0.2% | 0.67% | - |
| XYZ | 27.6 | 27.73 | 42.93 | - |
| YUV | 144.22 | 143.67 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 142 | 172 | 0.20 | 0.17 | 0 | 0.33 | 232.94 | 0.17 | 0.61 |
| Hex | 8A | 8E | AC | 14 | 11 | 0 | 21 | E9 | 11 | 3D |
| Octal | 212 | 216 | 254 | 24 | 21 | 0 | 41 | 351 | 21 | 75 |
| Binary | 10001010 | 10001110 | 10101100 | 10100 | 10001 | 0 | 100001 | 11101001 | 10001 | 111101 |
Color Harmonies of #8A8EAC
Complementary color
Monochromatic Colors of #8A8EAC
Black with #8A8EAC
Text Example
Text Example
White with #8A8EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8EAC; }
p { color: rgb(138,142,172); }
H1.HeaderClassName
{
color: #8A8EAC;
}
.AnyTagClassName
{
color: #8A8EAC;
}
</style>
background-color css
<style>
a { background-color: #8A8EAC; }
a { background-color: rgb(138,142,172); }
div.DivClassName
{
background-color: #8A8EAC;
}
.BgClassName
{
background-color: #8A8EAC;
}
</style>
border-color css
<style>
span { border-color: #8A8EAC; }
span { border-color: rgb(138,142,172); }
td.TdClassName
{
border-color: #8A8EAC;
}
.TagClassName
{
border-color: #8A8EAC;
}
</style>