Shades of Manatee #848BA8
Tints of Manatee #848BA8
RGB
CMYK
RGB Variations
Color information
#848BA8 (or 0x848BA8) is known color: Manatee. HEX triplet: 84, 8B and A8. RGB value is (132,139,168). Sum of RGB (Red+Green+Blue) = 132+139+168=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 168 - color contains mainly: blue. Hex color #848BA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848BA8 is #7B7457. Grayscale: #8C8C8C. Windows color (decimal): -8090712 or 11045764. OLE color: 11045764.
HSL color Cylindrical-coordinate representation of color #848BA8: hue angle of 228.33º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #848BA8 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 139 | 168 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.34 |
| HSL | 228.33º | 0.17% | 0.59% | - |
| HSV(B) | 228.33º | 0.21% | 0.66% | - |
| XYZ | 25.82 | 26.2 | 40.74 | - |
| YUV | 140.21 | 143.68 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 139 | 168 | 0.21 | 0.17 | 0 | 0.34 | 228.33 | 0.17 | 0.59 |
| Hex | 84 | 8B | A8 | 15 | 11 | 0 | 22 | E4 | 11 | 3B |
| Octal | 204 | 213 | 250 | 25 | 21 | 0 | 42 | 344 | 21 | 73 |
| Binary | 10000100 | 10001011 | 10101000 | 10101 | 10001 | 0 | 100010 | 11100100 | 10001 | 111011 |
Color Harmonies of #848BA8
Complementary color
Monochromatic Colors of #848BA8
Black with #848BA8
Text Example
Text Example
White with #848BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848BA8; }
p { color: rgb(132,139,168); }
H1.HeaderClassName
{
color: #848BA8;
}
.AnyTagClassName
{
color: #848BA8;
}
</style>
background-color css
<style>
a { background-color: #848BA8; }
a { background-color: rgb(132,139,168); }
div.DivClassName
{
background-color: #848BA8;
}
.BgClassName
{
background-color: #848BA8;
}
</style>
border-color css
<style>
span { border-color: #848BA8; }
span { border-color: rgb(132,139,168); }
td.TdClassName
{
border-color: #848BA8;
}
.TagClassName
{
border-color: #848BA8;
}
</style>