Shades of Manatee #8A8BA0
Tints of Manatee #8A8BA0
RGB
CMYK
RGB Variations
Color information
#8A8BA0 (or 0x8A8BA0) is known color: Manatee. HEX triplet: 8A, 8B and A0. RGB value is (138,139,160). Sum of RGB (Red+Green+Blue) = 138+139+160=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 160 - color contains mainly: blue. Hex color #8A8BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8BA0 is #75745F. Grayscale: #8D8D8D. Windows color (decimal): -7697504 or 10521482. OLE color: 10521482.
HSL color Cylindrical-coordinate representation of color #8A8BA0: hue angle of 237.27º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8A8BA0 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 139 | 160 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.37 |
| HSL | 237.27º | 0.1% | 0.58% | - |
| HSV(B) | 237.27º | 0.14% | 0.63% | - |
| XYZ | 26.06 | 26.41 | 36.98 | - |
| YUV | 141.1 | 138.67 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 139 | 160 | 0.14 | 0.13 | 0 | 0.37 | 237.27 | 0.1 | 0.58 |
| Hex | 8A | 8B | A0 | E | D | 0 | 25 | ED | A | 3A |
| Octal | 212 | 213 | 240 | 16 | 15 | 0 | 45 | 355 | 12 | 72 |
| Binary | 10001010 | 10001011 | 10100000 | 1110 | 1101 | 0 | 100101 | 11101101 | 1010 | 111010 |
Color Harmonies of #8A8BA0
Complementary color
Monochromatic Colors of #8A8BA0
Black with #8A8BA0
Text Example
Text Example
White with #8A8BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8BA0; }
p { color: rgb(138,139,160); }
H1.HeaderClassName
{
color: #8A8BA0;
}
.AnyTagClassName
{
color: #8A8BA0;
}
</style>
background-color css
<style>
a { background-color: #8A8BA0; }
a { background-color: rgb(138,139,160); }
div.DivClassName
{
background-color: #8A8BA0;
}
.BgClassName
{
background-color: #8A8BA0;
}
</style>
border-color css
<style>
span { border-color: #8A8BA0; }
span { border-color: rgb(138,139,160); }
td.TdClassName
{
border-color: #8A8BA0;
}
.TagClassName
{
border-color: #8A8BA0;
}
</style>