Shades of Manatee #848AAC
Tints of Manatee #848AAC
RGB
CMYK
RGB Variations
Color information
#848AAC (or 0x848AAC) is known color: Manatee. HEX triplet: 84, 8A and AC. RGB value is (132,138,172). Sum of RGB (Red+Green+Blue) = 132+138+172=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #848AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848AAC is #7B7553. Grayscale: #8B8B8B. Windows color (decimal): -8090964 or 11307652. OLE color: 11307652.
HSL color Cylindrical-coordinate representation of color #848AAC: hue angle of 231º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #848AAC is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 138 | 172 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.33 |
| HSL | 231º | 0.19% | 0.6% | - |
| HSV(B) | 231º | 0.23% | 0.67% | - |
| XYZ | 26.05 | 26.06 | 42.69 | - |
| YUV | 140.08 | 146.01 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 138 | 172 | 0.23 | 0.20 | 0 | 0.33 | 231 | 0.19 | 0.6 |
| Hex | 84 | 8A | AC | 17 | 14 | 0 | 21 | E7 | 13 | 3C |
| Octal | 204 | 212 | 254 | 27 | 24 | 0 | 41 | 347 | 23 | 74 |
| Binary | 10000100 | 10001010 | 10101100 | 10111 | 10100 | 0 | 100001 | 11100111 | 10011 | 111100 |
Color Harmonies of #848AAC
Complementary color
Monochromatic Colors of #848AAC
Black with #848AAC
Text Example
Text Example
White with #848AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848AAC; }
p { color: rgb(132,138,172); }
H1.HeaderClassName
{
color: #848AAC;
}
.AnyTagClassName
{
color: #848AAC;
}
</style>
background-color css
<style>
a { background-color: #848AAC; }
a { background-color: rgb(132,138,172); }
div.DivClassName
{
background-color: #848AAC;
}
.BgClassName
{
background-color: #848AAC;
}
</style>
border-color css
<style>
span { border-color: #848AAC; }
span { border-color: rgb(132,138,172); }
td.TdClassName
{
border-color: #848AAC;
}
.TagClassName
{
border-color: #848AAC;
}
</style>