Shades of Manatee #83849F
Tints of Manatee #83849F
RGB
CMYK
RGB Variations
Color information
#83849F (or 0x83849F) is known color: Manatee. HEX triplet: 83, 84 and 9F. RGB value is (131,132,159). Sum of RGB (Red+Green+Blue) = 131+132+159=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 159 - color contains mainly: blue. Hex color #83849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83849F is #7C7B60. Grayscale: #868686. Windows color (decimal): -8158049 or 10454147. OLE color: 10454147.
HSL color Cylindrical-coordinate representation of color #83849F: hue angle of 237.86º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #83849F is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 132 | 159 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.38 |
| HSL | 237.86º | 0.13% | 0.57% | - |
| HSV(B) | 237.86º | 0.18% | 0.62% | - |
| XYZ | 23.87 | 23.83 | 36.14 | - |
| YUV | 134.78 | 141.67 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 132 | 159 | 0.18 | 0.17 | 0 | 0.38 | 237.86 | 0.13 | 0.57 |
| Hex | 83 | 84 | 9F | 12 | 11 | 0 | 26 | EE | D | 39 |
| Octal | 203 | 204 | 237 | 22 | 21 | 0 | 46 | 356 | 15 | 71 |
| Binary | 10000011 | 10000100 | 10011111 | 10010 | 10001 | 0 | 100110 | 11101110 | 1101 | 111001 |
Color Harmonies of #83849F
Complementary color
Monochromatic Colors of #83849F
Black with #83849F
Text Example
Text Example
White with #83849F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83849F; }
p { color: rgb(131,132,159); }
H1.HeaderClassName
{
color: #83849F;
}
.AnyTagClassName
{
color: #83849F;
}
</style>
background-color css
<style>
a { background-color: #83849F; }
a { background-color: rgb(131,132,159); }
div.DivClassName
{
background-color: #83849F;
}
.BgClassName
{
background-color: #83849F;
}
</style>
border-color css
<style>
span { border-color: #83849F; }
span { border-color: rgb(131,132,159); }
td.TdClassName
{
border-color: #83849F;
}
.TagClassName
{
border-color: #83849F;
}
</style>