Shades of Manatee #8384AC
Tints of Manatee #8384AC
RGB
CMYK
RGB Variations
Color information
#8384AC (or 0x8384AC) is known color: Manatee. HEX triplet: 83, 84 and AC. RGB value is (131,132,172). Sum of RGB (Red+Green+Blue) = 131+132+172=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #8384AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8384AC is #7C7B53. Grayscale: #888888. Windows color (decimal): -8158036 or 11306115. OLE color: 11306115.
HSL color Cylindrical-coordinate representation of color #8384AC: hue angle of 238.54º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8384AC is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 132 | 172 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.33 |
| HSL | 238.54º | 0.2% | 0.59% | - |
| HSV(B) | 238.54º | 0.24% | 0.67% | - |
| XYZ | 25.06 | 24.31 | 42.4 | - |
| YUV | 136.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 132 | 172 | 0.24 | 0.23 | 0 | 0.33 | 238.54 | 0.2 | 0.59 |
| Hex | 83 | 84 | AC | 18 | 17 | 0 | 21 | EF | 14 | 3B |
| Octal | 203 | 204 | 254 | 30 | 27 | 0 | 41 | 357 | 24 | 73 |
| Binary | 10000011 | 10000100 | 10101100 | 11000 | 10111 | 0 | 100001 | 11101111 | 10100 | 111011 |
Color Harmonies of #8384AC
Complementary color
Monochromatic Colors of #8384AC
Black with #8384AC
Text Example
Text Example
White with #8384AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8384AC; }
p { color: rgb(131,132,172); }
H1.HeaderClassName
{
color: #8384AC;
}
.AnyTagClassName
{
color: #8384AC;
}
</style>
background-color css
<style>
a { background-color: #8384AC; }
a { background-color: rgb(131,132,172); }
div.DivClassName
{
background-color: #8384AC;
}
.BgClassName
{
background-color: #8384AC;
}
</style>
border-color css
<style>
span { border-color: #8384AC; }
span { border-color: rgb(131,132,172); }
td.TdClassName
{
border-color: #8384AC;
}
.TagClassName
{
border-color: #8384AC;
}
</style>