Shades of Manatee #848AAD
Tints of Manatee #848AAD
RGB
CMYK
RGB Variations
Color information
#848AAD (or 0x848AAD) is known color: Manatee. HEX triplet: 84, 8A and AD. RGB value is (132,138,173). Sum of RGB (Red+Green+Blue) = 132+138+173=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #848AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848AAD is #7B7552. Grayscale: #8C8C8C. Windows color (decimal): -8090963 or 11373188. OLE color: 11373188.
HSL color Cylindrical-coordinate representation of color #848AAD: hue angle of 231.22º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #848AAD is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 138 | 173 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.32 |
| HSL | 231.22º | 0.2% | 0.6% | - |
| HSV(B) | 231.22º | 0.24% | 0.68% | - |
| XYZ | 26.15 | 26.1 | 43.19 | - |
| YUV | 140.2 | 146.51 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 138 | 173 | 0.24 | 0.20 | 0 | 0.32 | 231.22 | 0.2 | 0.6 |
| Hex | 84 | 8A | AD | 18 | 14 | 0 | 20 | E7 | 14 | 3C |
| Octal | 204 | 212 | 255 | 30 | 24 | 0 | 40 | 347 | 24 | 74 |
| Binary | 10000100 | 10001010 | 10101101 | 11000 | 10100 | 0 | 100000 | 11100111 | 10100 | 111100 |
Color Harmonies of #848AAD
Complementary color
Monochromatic Colors of #848AAD
Black with #848AAD
Text Example
Text Example
White with #848AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848AAD; }
p { color: rgb(132,138,173); }
H1.HeaderClassName
{
color: #848AAD;
}
.AnyTagClassName
{
color: #848AAD;
}
</style>
background-color css
<style>
a { background-color: #848AAD; }
a { background-color: rgb(132,138,173); }
div.DivClassName
{
background-color: #848AAD;
}
.BgClassName
{
background-color: #848AAD;
}
</style>
border-color css
<style>
span { border-color: #848AAD; }
span { border-color: rgb(132,138,173); }
td.TdClassName
{
border-color: #848AAD;
}
.TagClassName
{
border-color: #848AAD;
}
</style>