Shades of Manatee #848CA3
Tints of Manatee #848CA3
RGB
CMYK
RGB Variations
Color information
#848CA3 (or 0x848CA3) is known color: Manatee. HEX triplet: 84, 8C and A3. RGB value is (132,140,163). Sum of RGB (Red+Green+Blue) = 132+140+163=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 163 - color contains mainly: blue. Hex color #848CA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848CA3 is #7B735C. Grayscale: #8C8C8C. Windows color (decimal): -8090461 or 10718340. OLE color: 10718340.
HSL color Cylindrical-coordinate representation of color #848CA3: hue angle of 224.52º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #848CA3 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 140 | 163 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.36 |
| HSL | 224.52º | 0.14% | 0.58% | - |
| HSV(B) | 224.52º | 0.19% | 0.64% | - |
| XYZ | 25.5 | 26.31 | 38.38 | - |
| YUV | 140.23 | 140.85 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 140 | 163 | 0.19 | 0.14 | 0 | 0.36 | 224.52 | 0.14 | 0.58 |
| Hex | 84 | 8C | A3 | 13 | E | 0 | 24 | E1 | E | 3A |
| Octal | 204 | 214 | 243 | 23 | 16 | 0 | 44 | 341 | 16 | 72 |
| Binary | 10000100 | 10001100 | 10100011 | 10011 | 1110 | 0 | 100100 | 11100001 | 1110 | 111010 |
Color Harmonies of #848CA3
Complementary color
Monochromatic Colors of #848CA3
Black with #848CA3
Text Example
Text Example
White with #848CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848CA3; }
p { color: rgb(132,140,163); }
H1.HeaderClassName
{
color: #848CA3;
}
.AnyTagClassName
{
color: #848CA3;
}
</style>
background-color css
<style>
a { background-color: #848CA3; }
a { background-color: rgb(132,140,163); }
div.DivClassName
{
background-color: #848CA3;
}
.BgClassName
{
background-color: #848CA3;
}
</style>
border-color css
<style>
span { border-color: #848CA3; }
span { border-color: rgb(132,140,163); }
td.TdClassName
{
border-color: #848CA3;
}
.TagClassName
{
border-color: #848CA3;
}
</style>