Shades of Manatee #8483AB
Tints of Manatee #8483AB
RGB
CMYK
RGB Variations
Color information
#8483AB (or 0x8483AB) is known color: Manatee. HEX triplet: 84, 83 and AB. RGB value is (132,131,171). Sum of RGB (Red+Green+Blue) = 132+131+171=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #8483AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8483AB is #7B7C54. Grayscale: #878787. Windows color (decimal): -8092757 or 11240324. OLE color: 11240324.
HSL color Cylindrical-coordinate representation of color #8483AB: hue angle of 241.5º 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 #8483AB is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 131 | 171 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.33 |
| HSL | 241.5º | 0.19% | 0.59% | - |
| HSV(B) | 241.5º | 0.23% | 0.67% | - |
| XYZ | 24.98 | 24.08 | 41.86 | - |
| YUV | 135.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 171 | 0.23 | 0.23 | 0 | 0.33 | 241.5 | 0.19 | 0.59 |
| Hex | 84 | 83 | AB | 17 | 17 | 0 | 21 | F2 | 13 | 3B |
| Octal | 204 | 203 | 253 | 27 | 27 | 0 | 41 | 362 | 23 | 73 |
| Binary | 10000100 | 10000011 | 10101011 | 10111 | 10111 | 0 | 100001 | 11110010 | 10011 | 111011 |
Color Harmonies of #8483AB
Complementary color
Monochromatic Colors of #8483AB
Black with #8483AB
Text Example
Text Example
White with #8483AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8483AB; }
p { color: rgb(132,131,171); }
H1.HeaderClassName
{
color: #8483AB;
}
.AnyTagClassName
{
color: #8483AB;
}
</style>
background-color css
<style>
a { background-color: #8483AB; }
a { background-color: rgb(132,131,171); }
div.DivClassName
{
background-color: #8483AB;
}
.BgClassName
{
background-color: #8483AB;
}
</style>
border-color css
<style>
span { border-color: #8483AB; }
span { border-color: rgb(132,131,171); }
td.TdClassName
{
border-color: #8483AB;
}
.TagClassName
{
border-color: #8483AB;
}
</style>