Shades of Manatee #8B94B1
Tints of Manatee #8B94B1
RGB
CMYK
RGB Variations
Color information
#8B94B1 (or 0x8B94B1) is known color: Manatee. HEX triplet: 8B, 94 and B1. RGB value is (139,148,177). Sum of RGB (Red+Green+Blue) = 139+148+177=464 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.96% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 177 - color contains mainly: blue. Hex color #8B94B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B94B1 is #746B4E. Grayscale: #949494. Windows color (decimal): -7629647 or 11637899. OLE color: 11637899.
HSL color Cylindrical-coordinate representation of color #8B94B1: hue angle of 225.79º 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 #8B94B1 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 148 | 177 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.31 |
| HSL | 225.79º | 0.2% | 0.62% | - |
| HSV(B) | 225.79º | 0.21% | 0.69% | - |
| XYZ | 29.17 | 29.84 | 45.82 | - |
| YUV | 148.62 | 144.02 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 148 | 177 | 0.21 | 0.16 | 0 | 0.31 | 225.79 | 0.2 | 0.62 |
| Hex | 8B | 94 | B1 | 15 | 10 | 0 | 1F | E2 | 14 | 3E |
| Octal | 213 | 224 | 261 | 25 | 20 | 0 | 37 | 342 | 24 | 76 |
| Binary | 10001011 | 10010100 | 10110001 | 10101 | 10000 | 0 | 11111 | 11100010 | 10100 | 111110 |
Color Harmonies of #8B94B1
Complementary color
Monochromatic Colors of #8B94B1
Black with #8B94B1
Text Example
Text Example
White with #8B94B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B94B1; }
p { color: rgb(139,148,177); }
H1.HeaderClassName
{
color: #8B94B1;
}
.AnyTagClassName
{
color: #8B94B1;
}
</style>
background-color css
<style>
a { background-color: #8B94B1; }
a { background-color: rgb(139,148,177); }
div.DivClassName
{
background-color: #8B94B1;
}
.BgClassName
{
background-color: #8B94B1;
}
</style>
border-color css
<style>
span { border-color: #8B94B1; }
span { border-color: rgb(139,148,177); }
td.TdClassName
{
border-color: #8B94B1;
}
.TagClassName
{
border-color: #8B94B1;
}
</style>