Shades of Manatee #848BAA
Tints of Manatee #848BAA
RGB
CMYK
RGB Variations
Color information
#848BAA (or 0x848BAA) is known color: Manatee. HEX triplet: 84, 8B and AA. RGB value is (132,139,170). Sum of RGB (Red+Green+Blue) = 132+139+170=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #848BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848BAA is #7B7455. Grayscale: #8C8C8C. Windows color (decimal): -8090710 or 11176836. OLE color: 11176836.
HSL color Cylindrical-coordinate representation of color #848BAA: hue angle of 228.95º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #848BAA is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 139 | 170 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.33 |
| HSL | 228.95º | 0.18% | 0.59% | - |
| HSV(B) | 228.95º | 0.22% | 0.67% | - |
| XYZ | 26 | 26.27 | 41.73 | - |
| YUV | 140.44 | 144.68 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 139 | 170 | 0.22 | 0.18 | 0 | 0.33 | 228.95 | 0.18 | 0.59 |
| Hex | 84 | 8B | AA | 16 | 12 | 0 | 21 | E5 | 12 | 3B |
| Octal | 204 | 213 | 252 | 26 | 22 | 0 | 41 | 345 | 22 | 73 |
| Binary | 10000100 | 10001011 | 10101010 | 10110 | 10010 | 0 | 100001 | 11100101 | 10010 | 111011 |
Color Harmonies of #848BAA
Complementary color
Monochromatic Colors of #848BAA
Black with #848BAA
Text Example
Text Example
White with #848BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848BAA; }
p { color: rgb(132,139,170); }
H1.HeaderClassName
{
color: #848BAA;
}
.AnyTagClassName
{
color: #848BAA;
}
</style>
background-color css
<style>
a { background-color: #848BAA; }
a { background-color: rgb(132,139,170); }
div.DivClassName
{
background-color: #848BAA;
}
.BgClassName
{
background-color: #848BAA;
}
</style>
border-color css
<style>
span { border-color: #848BAA; }
span { border-color: rgb(132,139,170); }
td.TdClassName
{
border-color: #848BAA;
}
.TagClassName
{
border-color: #848BAA;
}
</style>