Shades of Manatee #8385AC
Tints of Manatee #8385AC
RGB
CMYK
RGB Variations
Color information
#8385AC (or 0x8385AC) is known color: Manatee. HEX triplet: 83, 85 and AC. RGB value is (131,133,172). Sum of RGB (Red+Green+Blue) = 131+133+172=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #8385AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8385AC is #7C7A53. Grayscale: #888888. Windows color (decimal): -8157780 or 11306371. OLE color: 11306371.
HSL color Cylindrical-coordinate representation of color #8385AC: hue angle of 237.07º 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 #8385AC is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 133 | 172 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.33 |
| HSL | 237.07º | 0.2% | 0.59% | - |
| HSV(B) | 237.07º | 0.24% | 0.67% | - |
| XYZ | 25.19 | 24.58 | 42.45 | - |
| YUV | 136.85 | 147.84 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 133 | 172 | 0.24 | 0.23 | 0 | 0.33 | 237.07 | 0.2 | 0.59 |
| Hex | 83 | 85 | AC | 18 | 17 | 0 | 21 | ED | 14 | 3B |
| Octal | 203 | 205 | 254 | 30 | 27 | 0 | 41 | 355 | 24 | 73 |
| Binary | 10000011 | 10000101 | 10101100 | 11000 | 10111 | 0 | 100001 | 11101101 | 10100 | 111011 |
Color Harmonies of #8385AC
Complementary color
Monochromatic Colors of #8385AC
Black with #8385AC
Text Example
Text Example
White with #8385AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8385AC; }
p { color: rgb(131,133,172); }
H1.HeaderClassName
{
color: #8385AC;
}
.AnyTagClassName
{
color: #8385AC;
}
</style>
background-color css
<style>
a { background-color: #8385AC; }
a { background-color: rgb(131,133,172); }
div.DivClassName
{
background-color: #8385AC;
}
.BgClassName
{
background-color: #8385AC;
}
</style>
border-color css
<style>
span { border-color: #8385AC; }
span { border-color: rgb(131,133,172); }
td.TdClassName
{
border-color: #8385AC;
}
.TagClassName
{
border-color: #8385AC;
}
</style>