Shades of Manatee #8B8BB1
Tints of Manatee #8B8BB1
RGB
CMYK
RGB Variations
Color information
#8B8BB1 (or 0x8B8BB1) is known color: Manatee. HEX triplet: 8B, 8B and B1. RGB value is (139,139,177). Sum of RGB (Red+Green+Blue) = 139+139+177=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 177 - color contains mainly: blue. Hex color #8B8BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8BB1 is #74744E. Grayscale: #8F8F8F. Windows color (decimal): -7631951 or 11635595. OLE color: 11635595.
HSL color Cylindrical-coordinate representation of color #8B8BB1: hue angle of 240º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8B8BB1 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 139 | 177 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.31 |
| HSL | 240º | 0.2% | 0.62% | - |
| HSV(B) | 240º | 0.21% | 0.69% | - |
| XYZ | 27.82 | 27.13 | 45.37 | - |
| YUV | 143.33 | 147 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 139 | 177 | 0.21 | 0.21 | 0 | 0.31 | 240 | 0.2 | 0.62 |
| Hex | 8B | 8B | B1 | 15 | 15 | 0 | 1F | F0 | 14 | 3E |
| Octal | 213 | 213 | 261 | 25 | 25 | 0 | 37 | 360 | 24 | 76 |
| Binary | 10001011 | 10001011 | 10110001 | 10101 | 10101 | 0 | 11111 | 11110000 | 10100 | 111110 |
Color Harmonies of #8B8BB1
Complementary color
Monochromatic Colors of #8B8BB1
Black with #8B8BB1
Text Example
Text Example
White with #8B8BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8BB1; }
p { color: rgb(139,139,177); }
H1.HeaderClassName
{
color: #8B8BB1;
}
.AnyTagClassName
{
color: #8B8BB1;
}
</style>
background-color css
<style>
a { background-color: #8B8BB1; }
a { background-color: rgb(139,139,177); }
div.DivClassName
{
background-color: #8B8BB1;
}
.BgClassName
{
background-color: #8B8BB1;
}
</style>
border-color css
<style>
span { border-color: #8B8BB1; }
span { border-color: rgb(139,139,177); }
td.TdClassName
{
border-color: #8B8BB1;
}
.TagClassName
{
border-color: #8B8BB1;
}
</style>