Shades of Manatee #8B8BAB
Tints of Manatee #8B8BAB
RGB
CMYK
RGB Variations
Color information
#8B8BAB (or 0x8B8BAB) is known color: Manatee. HEX triplet: 8B, 8B and AB. RGB value is (139,139,171). Sum of RGB (Red+Green+Blue) = 139+139+171=449 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.96% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B8BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8BAB is #747454. Grayscale: #8E8E8E. Windows color (decimal): -7631957 or 11242379. OLE color: 11242379.
HSL color Cylindrical-coordinate representation of color #8B8BAB: hue angle of 240º 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 #8B8BAB is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 139 | 171 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.33 |
| HSL | 240º | 0.16% | 0.61% | - |
| HSV(B) | 240º | 0.19% | 0.67% | - |
| XYZ | 27.23 | 26.89 | 42.28 | - |
| YUV | 142.65 | 144 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 139 | 171 | 0.19 | 0.19 | 0 | 0.33 | 240 | 0.16 | 0.61 |
| Hex | 8B | 8B | AB | 13 | 13 | 0 | 21 | F0 | 10 | 3D |
| Octal | 213 | 213 | 253 | 23 | 23 | 0 | 41 | 360 | 20 | 75 |
| Binary | 10001011 | 10001011 | 10101011 | 10011 | 10011 | 0 | 100001 | 11110000 | 10000 | 111101 |
Color Harmonies of #8B8BAB
Complementary color
Monochromatic Colors of #8B8BAB
Black with #8B8BAB
Text Example
Text Example
White with #8B8BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8BAB; }
p { color: rgb(139,139,171); }
H1.HeaderClassName
{
color: #8B8BAB;
}
.AnyTagClassName
{
color: #8B8BAB;
}
</style>
background-color css
<style>
a { background-color: #8B8BAB; }
a { background-color: rgb(139,139,171); }
div.DivClassName
{
background-color: #8B8BAB;
}
.BgClassName
{
background-color: #8B8BAB;
}
</style>
border-color css
<style>
span { border-color: #8B8BAB; }
span { border-color: rgb(139,139,171); }
td.TdClassName
{
border-color: #8B8BAB;
}
.TagClassName
{
border-color: #8B8BAB;
}
</style>