Shades of Manatee #8483AA
Tints of Manatee #8483AA
RGB
CMYK
RGB Variations
Color information
#8483AA (or 0x8483AA) is known color: Manatee. HEX triplet: 84, 83 and AA. RGB value is (132,131,170). Sum of RGB (Red+Green+Blue) = 132+131+170=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #8483AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8483AA is #7B7C55. Grayscale: #878787. Windows color (decimal): -8092758 or 11174788. OLE color: 11174788.
HSL color Cylindrical-coordinate representation of color #8483AA: hue angle of 241.54º 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 #8483AA is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 131 | 170 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.33 |
| HSL | 241.54º | 0.19% | 0.59% | - |
| HSV(B) | 241.54º | 0.23% | 0.67% | - |
| XYZ | 24.89 | 24.04 | 41.36 | - |
| YUV | 135.75 | 147.33 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 170 | 0.22 | 0.23 | 0 | 0.33 | 241.54 | 0.19 | 0.59 |
| Hex | 84 | 83 | AA | 16 | 17 | 0 | 21 | F2 | 13 | 3B |
| Octal | 204 | 203 | 252 | 26 | 27 | 0 | 41 | 362 | 23 | 73 |
| Binary | 10000100 | 10000011 | 10101010 | 10110 | 10111 | 0 | 100001 | 11110010 | 10011 | 111011 |
Color Harmonies of #8483AA
Complementary color
Monochromatic Colors of #8483AA
Black with #8483AA
Text Example
Text Example
White with #8483AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8483AA; }
p { color: rgb(132,131,170); }
H1.HeaderClassName
{
color: #8483AA;
}
.AnyTagClassName
{
color: #8483AA;
}
</style>
background-color css
<style>
a { background-color: #8483AA; }
a { background-color: rgb(132,131,170); }
div.DivClassName
{
background-color: #8483AA;
}
.BgClassName
{
background-color: #8483AA;
}
</style>
border-color css
<style>
span { border-color: #8483AA; }
span { border-color: rgb(132,131,170); }
td.TdClassName
{
border-color: #8483AA;
}
.TagClassName
{
border-color: #8483AA;
}
</style>