Shades of Manatee #8382AD
Tints of Manatee #8382AD
RGB
CMYK
RGB Variations
Color information
#8382AD (or 0x8382AD) is known color: Manatee. HEX triplet: 83, 82 and AD. RGB value is (131,130,173). Sum of RGB (Red+Green+Blue) = 131+130+173=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #8382AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8382AD is #7C7D52. Grayscale: #878787. Windows color (decimal): -8158547 or 11371139. OLE color: 11371139.
HSL color Cylindrical-coordinate representation of color #8382AD: hue angle of 241.4º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8382AD is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 130 | 173 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.32 |
| HSL | 241.4º | 0.21% | 0.59% | - |
| HSV(B) | 241.4º | 0.25% | 0.68% | - |
| XYZ | 24.89 | 23.81 | 42.82 | - |
| YUV | 135.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 130 | 173 | 0.24 | 0.25 | 0 | 0.32 | 241.4 | 0.21 | 0.59 |
| Hex | 83 | 82 | AD | 18 | 19 | 0 | 20 | F1 | 15 | 3B |
| Octal | 203 | 202 | 255 | 30 | 31 | 0 | 40 | 361 | 25 | 73 |
| Binary | 10000011 | 10000010 | 10101101 | 11000 | 11001 | 0 | 100000 | 11110001 | 10101 | 111011 |
Color Harmonies of #8382AD
Complementary color
Monochromatic Colors of #8382AD
Black with #8382AD
Text Example
Text Example
White with #8382AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8382AD; }
p { color: rgb(131,130,173); }
H1.HeaderClassName
{
color: #8382AD;
}
.AnyTagClassName
{
color: #8382AD;
}
</style>
background-color css
<style>
a { background-color: #8382AD; }
a { background-color: rgb(131,130,173); }
div.DivClassName
{
background-color: #8382AD;
}
.BgClassName
{
background-color: #8382AD;
}
</style>
border-color css
<style>
span { border-color: #8382AD; }
span { border-color: rgb(131,130,173); }
td.TdClassName
{
border-color: #8382AD;
}
.TagClassName
{
border-color: #8382AD;
}
</style>