Shades of Manatee #848AAB
Tints of Manatee #848AAB
RGB
CMYK
RGB Variations
Color information
#848AAB (or 0x848AAB) is known color: Manatee. HEX triplet: 84, 8A and AB. RGB value is (132,138,171). Sum of RGB (Red+Green+Blue) = 132+138+171=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #848AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848AAB is #7B7554. Grayscale: #8B8B8B. Windows color (decimal): -8090965 or 11242116. OLE color: 11242116.
HSL color Cylindrical-coordinate representation of color #848AAB: hue angle of 230.77º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #848AAB is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 138 | 171 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.33 |
| HSL | 230.77º | 0.19% | 0.59% | - |
| HSV(B) | 230.77º | 0.23% | 0.67% | - |
| XYZ | 25.95 | 26.02 | 42.18 | - |
| YUV | 139.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 138 | 171 | 0.23 | 0.19 | 0 | 0.33 | 230.77 | 0.19 | 0.59 |
| Hex | 84 | 8A | AB | 17 | 13 | 0 | 21 | E7 | 13 | 3B |
| Octal | 204 | 212 | 253 | 27 | 23 | 0 | 41 | 347 | 23 | 73 |
| Binary | 10000100 | 10001010 | 10101011 | 10111 | 10011 | 0 | 100001 | 11100111 | 10011 | 111011 |
Color Harmonies of #848AAB
Complementary color
Monochromatic Colors of #848AAB
Black with #848AAB
Text Example
Text Example
White with #848AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848AAB; }
p { color: rgb(132,138,171); }
H1.HeaderClassName
{
color: #848AAB;
}
.AnyTagClassName
{
color: #848AAB;
}
</style>
background-color css
<style>
a { background-color: #848AAB; }
a { background-color: rgb(132,138,171); }
div.DivClassName
{
background-color: #848AAB;
}
.BgClassName
{
background-color: #848AAB;
}
</style>
border-color css
<style>
span { border-color: #848AAB; }
span { border-color: rgb(132,138,171); }
td.TdClassName
{
border-color: #848AAB;
}
.TagClassName
{
border-color: #848AAB;
}
</style>