Shades of Manatee #83839F
Tints of Manatee #83839F
RGB
CMYK
RGB Variations
Color information
#83839F (or 0x83839F) is known color: Manatee. HEX triplet: 83, 83 and 9F. RGB value is (131,131,159). Sum of RGB (Red+Green+Blue) = 131+131+159=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 159 - color contains mainly: blue. Hex color #83839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83839F is #7C7C60. Grayscale: #868686. Windows color (decimal): -8158305 or 10453891. OLE color: 10453891.
HSL color Cylindrical-coordinate representation of color #83839F: hue angle of 240º 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 #83839F is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 131 | 159 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.38 |
| HSL | 240º | 0.13% | 0.57% | - |
| HSV(B) | 240º | 0.18% | 0.62% | - |
| XYZ | 23.73 | 23.56 | 36.1 | - |
| YUV | 134.19 | 142 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 131 | 159 | 0.18 | 0.18 | 0 | 0.38 | 240 | 0.13 | 0.57 |
| Hex | 83 | 83 | 9F | 12 | 12 | 0 | 26 | F0 | D | 39 |
| Octal | 203 | 203 | 237 | 22 | 22 | 0 | 46 | 360 | 15 | 71 |
| Binary | 10000011 | 10000011 | 10011111 | 10010 | 10010 | 0 | 100110 | 11110000 | 1101 | 111001 |
Color Harmonies of #83839F
Complementary color
Monochromatic Colors of #83839F
Black with #83839F
Text Example
Text Example
White with #83839F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83839F; }
p { color: rgb(131,131,159); }
H1.HeaderClassName
{
color: #83839F;
}
.AnyTagClassName
{
color: #83839F;
}
</style>
background-color css
<style>
a { background-color: #83839F; }
a { background-color: rgb(131,131,159); }
div.DivClassName
{
background-color: #83839F;
}
.BgClassName
{
background-color: #83839F;
}
</style>
border-color css
<style>
span { border-color: #83839F; }
span { border-color: rgb(131,131,159); }
td.TdClassName
{
border-color: #83839F;
}
.TagClassName
{
border-color: #83839F;
}
</style>