Shades of Manatee #8B8CAA
Tints of Manatee #8B8CAA
RGB
CMYK
RGB Variations
Color information
#8B8CAA (or 0x8B8CAA) is known color: Manatee. HEX triplet: 8B, 8C and AA. RGB value is (139,140,170). Sum of RGB (Red+Green+Blue) = 139+140+170=449 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.96% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B8CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8CAA is #747355. Grayscale: #8E8E8E. Windows color (decimal): -7631702 or 11177099. OLE color: 11177099.
HSL color Cylindrical-coordinate representation of color #8B8CAA: hue angle of 238.06º 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 #8B8CAA is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 140 | 170 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.33 |
| HSL | 238.06º | 0.15% | 0.61% | - |
| HSV(B) | 238.06º | 0.18% | 0.67% | - |
| XYZ | 27.28 | 27.15 | 41.83 | - |
| YUV | 143.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 140 | 170 | 0.18 | 0.18 | 0 | 0.33 | 238.06 | 0.15 | 0.61 |
| Hex | 8B | 8C | AA | 12 | 12 | 0 | 21 | EE | F | 3D |
| Octal | 213 | 214 | 252 | 22 | 22 | 0 | 41 | 356 | 17 | 75 |
| Binary | 10001011 | 10001100 | 10101010 | 10010 | 10010 | 0 | 100001 | 11101110 | 1111 | 111101 |
Color Harmonies of #8B8CAA
Complementary color
Monochromatic Colors of #8B8CAA
Black with #8B8CAA
Text Example
Text Example
White with #8B8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8CAA; }
p { color: rgb(139,140,170); }
H1.HeaderClassName
{
color: #8B8CAA;
}
.AnyTagClassName
{
color: #8B8CAA;
}
</style>
background-color css
<style>
a { background-color: #8B8CAA; }
a { background-color: rgb(139,140,170); }
div.DivClassName
{
background-color: #8B8CAA;
}
.BgClassName
{
background-color: #8B8CAA;
}
</style>
border-color css
<style>
span { border-color: #8B8CAA; }
span { border-color: rgb(139,140,170); }
td.TdClassName
{
border-color: #8B8CAA;
}
.TagClassName
{
border-color: #8B8CAA;
}
</style>