Shades of Manatee #8385AA
Tints of Manatee #8385AA
RGB
CMYK
RGB Variations
Color information
#8385AA (or 0x8385AA) is known color: Manatee. HEX triplet: 83, 85 and AA. RGB value is (131,133,170). Sum of RGB (Red+Green+Blue) = 131+133+170=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #8385AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8385AA is #7C7A55. Grayscale: #888888. Windows color (decimal): -8157782 or 11175299. OLE color: 11175299.
HSL color Cylindrical-coordinate representation of color #8385AA: hue angle of 236.92º 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 #8385AA is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 133 | 170 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.33 |
| HSL | 236.92º | 0.19% | 0.59% | - |
| HSV(B) | 236.92º | 0.23% | 0.67% | - |
| XYZ | 25 | 24.5 | 41.44 | - |
| YUV | 136.62 | 146.84 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 133 | 170 | 0.23 | 0.22 | 0 | 0.33 | 236.92 | 0.19 | 0.59 |
| Hex | 83 | 85 | AA | 17 | 16 | 0 | 21 | ED | 13 | 3B |
| Octal | 203 | 205 | 252 | 27 | 26 | 0 | 41 | 355 | 23 | 73 |
| Binary | 10000011 | 10000101 | 10101010 | 10111 | 10110 | 0 | 100001 | 11101101 | 10011 | 111011 |
Color Harmonies of #8385AA
Complementary color
Monochromatic Colors of #8385AA
Black with #8385AA
Text Example
Text Example
White with #8385AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8385AA; }
p { color: rgb(131,133,170); }
H1.HeaderClassName
{
color: #8385AA;
}
.AnyTagClassName
{
color: #8385AA;
}
</style>
background-color css
<style>
a { background-color: #8385AA; }
a { background-color: rgb(131,133,170); }
div.DivClassName
{
background-color: #8385AA;
}
.BgClassName
{
background-color: #8385AA;
}
</style>
border-color css
<style>
span { border-color: #8385AA; }
span { border-color: rgb(131,133,170); }
td.TdClassName
{
border-color: #8385AA;
}
.TagClassName
{
border-color: #8385AA;
}
</style>