Shades of Manatee #848CA0
Tints of Manatee #848CA0
RGB
CMYK
RGB Variations
Color information
#848CA0 (or 0x848CA0) is known color: Manatee. HEX triplet: 84, 8C and A0. RGB value is (132,140,160). Sum of RGB (Red+Green+Blue) = 132+140+160=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 160 - color contains mainly: blue. Hex color #848CA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848CA0 is #7B735F. Grayscale: #8B8B8B. Windows color (decimal): -8090464 or 10521732. OLE color: 10521732.
HSL color Cylindrical-coordinate representation of color #848CA0: hue angle of 222.86º 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 #848CA0 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 140 | 160 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.37 |
| HSL | 222.86º | 0.13% | 0.57% | - |
| HSV(B) | 222.86º | 0.18% | 0.63% | - |
| XYZ | 25.24 | 26.2 | 36.98 | - |
| YUV | 139.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 140 | 160 | 0.17 | 0.12 | 0 | 0.37 | 222.86 | 0.13 | 0.57 |
| Hex | 84 | 8C | A0 | 11 | C | 0 | 25 | DF | D | 39 |
| Octal | 204 | 214 | 240 | 21 | 14 | 0 | 45 | 337 | 15 | 71 |
| Binary | 10000100 | 10001100 | 10100000 | 10001 | 1100 | 0 | 100101 | 11011111 | 1101 | 111001 |
Color Harmonies of #848CA0
Complementary color
Monochromatic Colors of #848CA0
Black with #848CA0
Text Example
Text Example
White with #848CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848CA0; }
p { color: rgb(132,140,160); }
H1.HeaderClassName
{
color: #848CA0;
}
.AnyTagClassName
{
color: #848CA0;
}
</style>
background-color css
<style>
a { background-color: #848CA0; }
a { background-color: rgb(132,140,160); }
div.DivClassName
{
background-color: #848CA0;
}
.BgClassName
{
background-color: #848CA0;
}
</style>
border-color css
<style>
span { border-color: #848CA0; }
span { border-color: rgb(132,140,160); }
td.TdClassName
{
border-color: #848CA0;
}
.TagClassName
{
border-color: #848CA0;
}
</style>