Shades of Manatee #8B8EAA
Tints of Manatee #8B8EAA
RGB
CMYK
RGB Variations
Color information
#8B8EAA (or 0x8B8EAA) is known color: Manatee. HEX triplet: 8B, 8E and AA. RGB value is (139,142,170). Sum of RGB (Red+Green+Blue) = 139+142+170=451 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.82% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B8EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8EAA is #747155. Grayscale: #909090. Windows color (decimal): -7631190 or 11177611. OLE color: 11177611.
HSL color Cylindrical-coordinate representation of color #8B8EAA: hue angle of 234.19º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8B8EAA is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 142 | 170 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.33 |
| HSL | 234.19º | 0.15% | 0.61% | - |
| HSV(B) | 234.19º | 0.18% | 0.67% | - |
| XYZ | 27.58 | 27.74 | 41.93 | - |
| YUV | 144.3 | 142.51 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 142 | 170 | 0.18 | 0.16 | 0 | 0.33 | 234.19 | 0.15 | 0.61 |
| Hex | 8B | 8E | AA | 12 | 10 | 0 | 21 | EA | F | 3D |
| Octal | 213 | 216 | 252 | 22 | 20 | 0 | 41 | 352 | 17 | 75 |
| Binary | 10001011 | 10001110 | 10101010 | 10010 | 10000 | 0 | 100001 | 11101010 | 1111 | 111101 |
Color Harmonies of #8B8EAA
Complementary color
Monochromatic Colors of #8B8EAA
Black with #8B8EAA
Text Example
Text Example
White with #8B8EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8EAA; }
p { color: rgb(139,142,170); }
H1.HeaderClassName
{
color: #8B8EAA;
}
.AnyTagClassName
{
color: #8B8EAA;
}
</style>
background-color css
<style>
a { background-color: #8B8EAA; }
a { background-color: rgb(139,142,170); }
div.DivClassName
{
background-color: #8B8EAA;
}
.BgClassName
{
background-color: #8B8EAA;
}
</style>
border-color css
<style>
span { border-color: #8B8EAA; }
span { border-color: rgb(139,142,170); }
td.TdClassName
{
border-color: #8B8EAA;
}
.TagClassName
{
border-color: #8B8EAA;
}
</style>