Shades of Manatee #8B8DAB
Tints of Manatee #8B8DAB
RGB
CMYK
RGB Variations
Color information
#8B8DAB (or 0x8B8DAB) is known color: Manatee. HEX triplet: 8B, 8D and AB. RGB value is (139,141,171). Sum of RGB (Red+Green+Blue) = 139+141+171=451 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.82% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B8DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8DAB is #747254. Grayscale: #8F8F8F. Windows color (decimal): -7631445 or 11242891. OLE color: 11242891.
HSL color Cylindrical-coordinate representation of color #8B8DAB: hue angle of 236.25º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B8DAB is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 141 | 171 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.33 |
| HSL | 236.25º | 0.16% | 0.61% | - |
| HSV(B) | 236.25º | 0.19% | 0.67% | - |
| XYZ | 27.52 | 27.48 | 42.38 | - |
| YUV | 143.82 | 143.34 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 141 | 171 | 0.19 | 0.18 | 0 | 0.33 | 236.25 | 0.16 | 0.61 |
| Hex | 8B | 8D | AB | 13 | 12 | 0 | 21 | EC | 10 | 3D |
| Octal | 213 | 215 | 253 | 23 | 22 | 0 | 41 | 354 | 20 | 75 |
| Binary | 10001011 | 10001101 | 10101011 | 10011 | 10010 | 0 | 100001 | 11101100 | 10000 | 111101 |
Color Harmonies of #8B8DAB
Complementary color
Monochromatic Colors of #8B8DAB
Black with #8B8DAB
Text Example
Text Example
White with #8B8DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8DAB; }
p { color: rgb(139,141,171); }
H1.HeaderClassName
{
color: #8B8DAB;
}
.AnyTagClassName
{
color: #8B8DAB;
}
</style>
background-color css
<style>
a { background-color: #8B8DAB; }
a { background-color: rgb(139,141,171); }
div.DivClassName
{
background-color: #8B8DAB;
}
.BgClassName
{
background-color: #8B8DAB;
}
</style>
border-color css
<style>
span { border-color: #8B8DAB; }
span { border-color: rgb(139,141,171); }
td.TdClassName
{
border-color: #8B8DAB;
}
.TagClassName
{
border-color: #8B8DAB;
}
</style>