Shades of Manatee #848BA1
Tints of Manatee #848BA1
RGB
CMYK
RGB Variations
Color information
#848BA1 (or 0x848BA1) is known color: Manatee. HEX triplet: 84, 8B and A1. RGB value is (132,139,161). Sum of RGB (Red+Green+Blue) = 132+139+161=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 161 - color contains mainly: blue. Hex color #848BA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848BA1 is #7B745E. Grayscale: #8B8B8B. Windows color (decimal): -8090719 or 10587012. OLE color: 10587012.
HSL color Cylindrical-coordinate representation of color #848BA1: hue angle of 225.52º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #848BA1 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 139 | 161 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.37 |
| HSL | 225.52º | 0.13% | 0.57% | - |
| HSV(B) | 225.52º | 0.18% | 0.63% | - |
| XYZ | 25.18 | 25.94 | 37.4 | - |
| YUV | 139.42 | 140.18 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 139 | 161 | 0.18 | 0.14 | 0 | 0.37 | 225.52 | 0.13 | 0.57 |
| Hex | 84 | 8B | A1 | 12 | E | 0 | 25 | E2 | D | 39 |
| Octal | 204 | 213 | 241 | 22 | 16 | 0 | 45 | 342 | 15 | 71 |
| Binary | 10000100 | 10001011 | 10100001 | 10010 | 1110 | 0 | 100101 | 11100010 | 1101 | 111001 |
Color Harmonies of #848BA1
Complementary color
Monochromatic Colors of #848BA1
Black with #848BA1
Text Example
Text Example
White with #848BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848BA1; }
p { color: rgb(132,139,161); }
H1.HeaderClassName
{
color: #848BA1;
}
.AnyTagClassName
{
color: #848BA1;
}
</style>
background-color css
<style>
a { background-color: #848BA1; }
a { background-color: rgb(132,139,161); }
div.DivClassName
{
background-color: #848BA1;
}
.BgClassName
{
background-color: #848BA1;
}
</style>
border-color css
<style>
span { border-color: #848BA1; }
span { border-color: rgb(132,139,161); }
td.TdClassName
{
border-color: #848BA1;
}
.TagClassName
{
border-color: #848BA1;
}
</style>