Shades of Manatee #8B8DB5
Tints of Manatee #8B8DB5
RGB
CMYK
RGB Variations
Color information
#8B8DB5 (or 0x8B8DB5) is known color: Manatee. HEX triplet: 8B, 8D and B5. RGB value is (139,141,181). Sum of RGB (Red+Green+Blue) = 139+141+181=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 181 - color contains mainly: blue. Hex color #8B8DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8DB5 is #74724A. Grayscale: #909090. Windows color (decimal): -7631435 or 11898251. OLE color: 11898251.
HSL color Cylindrical-coordinate representation of color #8B8DB5: hue angle of 237.14º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8B8DB5 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 141 | 181 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.29 |
| HSL | 237.14º | 0.22% | 0.63% | - |
| HSV(B) | 237.14º | 0.23% | 0.71% | - |
| XYZ | 28.51 | 27.87 | 47.59 | - |
| YUV | 144.96 | 148.34 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 141 | 181 | 0.23 | 0.22 | 0 | 0.29 | 237.14 | 0.22 | 0.63 |
| Hex | 8B | 8D | B5 | 17 | 16 | 0 | 1D | ED | 16 | 3F |
| Octal | 213 | 215 | 265 | 27 | 26 | 0 | 35 | 355 | 26 | 77 |
| Binary | 10001011 | 10001101 | 10110101 | 10111 | 10110 | 0 | 11101 | 11101101 | 10110 | 111111 |
Color Harmonies of #8B8DB5
Complementary color
Monochromatic Colors of #8B8DB5
Black with #8B8DB5
Text Example
Text Example
White with #8B8DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8DB5; }
p { color: rgb(139,141,181); }
H1.HeaderClassName
{
color: #8B8DB5;
}
.AnyTagClassName
{
color: #8B8DB5;
}
</style>
background-color css
<style>
a { background-color: #8B8DB5; }
a { background-color: rgb(139,141,181); }
div.DivClassName
{
background-color: #8B8DB5;
}
.BgClassName
{
background-color: #8B8DB5;
}
</style>
border-color css
<style>
span { border-color: #8B8DB5; }
span { border-color: rgb(139,141,181); }
td.TdClassName
{
border-color: #8B8DB5;
}
.TagClassName
{
border-color: #8B8DB5;
}
</style>