Shades of Manatee #8B8EA0
Tints of Manatee #8B8EA0
RGB
CMYK
RGB Variations
Color information
#8B8EA0 (or 0x8B8EA0) is known color: Manatee. HEX triplet: 8B, 8E and A0. RGB value is (139,142,160). Sum of RGB (Red+Green+Blue) = 139+142+160=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 160 - color contains mainly: blue. Hex color #8B8EA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8EA0 is #74715F. Grayscale: #8F8F8F. Windows color (decimal): -7631200 or 10522251. OLE color: 10522251.
HSL color Cylindrical-coordinate representation of color #8B8EA0: hue angle of 231.43º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8B8EA0 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 142 | 160 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.37 |
| HSL | 231.43º | 0.1% | 0.59% | - |
| HSV(B) | 231.43º | 0.13% | 0.63% | - |
| XYZ | 26.67 | 27.37 | 37.14 | - |
| YUV | 143.16 | 137.51 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 142 | 160 | 0.13 | 0.11 | 0 | 0.37 | 231.43 | 0.1 | 0.59 |
| Hex | 8B | 8E | A0 | D | B | 0 | 25 | E7 | A | 3B |
| Octal | 213 | 216 | 240 | 15 | 13 | 0 | 45 | 347 | 12 | 73 |
| Binary | 10001011 | 10001110 | 10100000 | 1101 | 1011 | 0 | 100101 | 11100111 | 1010 | 111011 |
Color Harmonies of #8B8EA0
Complementary color
Monochromatic Colors of #8B8EA0
Black with #8B8EA0
Text Example
Text Example
White with #8B8EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8EA0; }
p { color: rgb(139,142,160); }
H1.HeaderClassName
{
color: #8B8EA0;
}
.AnyTagClassName
{
color: #8B8EA0;
}
</style>
background-color css
<style>
a { background-color: #8B8EA0; }
a { background-color: rgb(139,142,160); }
div.DivClassName
{
background-color: #8B8EA0;
}
.BgClassName
{
background-color: #8B8EA0;
}
</style>
border-color css
<style>
span { border-color: #8B8EA0; }
span { border-color: rgb(139,142,160); }
td.TdClassName
{
border-color: #8B8EA0;
}
.TagClassName
{
border-color: #8B8EA0;
}
</style>