Shades of Manatee #848AA1
Tints of Manatee #848AA1
RGB
CMYK
RGB Variations
Color information
#848AA1 (or 0x848AA1) is known color: Manatee. HEX triplet: 84, 8A and A1. RGB value is (132,138,161). Sum of RGB (Red+Green+Blue) = 132+138+161=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 161 - color contains mainly: blue. Hex color #848AA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848AA1 is #7B755E. Grayscale: #8A8A8A. Windows color (decimal): -8090975 or 10586756. OLE color: 10586756.
HSL color Cylindrical-coordinate representation of color #848AA1: hue angle of 227.59º 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 #848AA1 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 138 | 161 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.37 |
| HSL | 227.59º | 0.13% | 0.57% | - |
| HSV(B) | 227.59º | 0.18% | 0.63% | - |
| XYZ | 25.04 | 25.66 | 37.35 | - |
| YUV | 138.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 138 | 161 | 0.18 | 0.14 | 0 | 0.37 | 227.59 | 0.13 | 0.57 |
| Hex | 84 | 8A | A1 | 12 | E | 0 | 25 | E4 | D | 39 |
| Octal | 204 | 212 | 241 | 22 | 16 | 0 | 45 | 344 | 15 | 71 |
| Binary | 10000100 | 10001010 | 10100001 | 10010 | 1110 | 0 | 100101 | 11100100 | 1101 | 111001 |
Color Harmonies of #848AA1
Complementary color
Monochromatic Colors of #848AA1
Black with #848AA1
Text Example
Text Example
White with #848AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848AA1; }
p { color: rgb(132,138,161); }
H1.HeaderClassName
{
color: #848AA1;
}
.AnyTagClassName
{
color: #848AA1;
}
</style>
background-color css
<style>
a { background-color: #848AA1; }
a { background-color: rgb(132,138,161); }
div.DivClassName
{
background-color: #848AA1;
}
.BgClassName
{
background-color: #848AA1;
}
</style>
border-color css
<style>
span { border-color: #848AA1; }
span { border-color: rgb(132,138,161); }
td.TdClassName
{
border-color: #848AA1;
}
.TagClassName
{
border-color: #848AA1;
}
</style>