Shades of Manatee #83899F
Tints of Manatee #83899F
RGB
CMYK
RGB Variations
Color information
#83899F (or 0x83899F) is known color: Manatee. HEX triplet: 83, 89 and 9F. RGB value is (131,137,159). Sum of RGB (Red+Green+Blue) = 131+137+159=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 159 - color contains mainly: blue. Hex color #83899F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83899F is #7C7660. Grayscale: #898989. Windows color (decimal): -8156769 or 10455427. OLE color: 10455427.
HSL color Cylindrical-coordinate representation of color #83899F: hue angle of 227.14º 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 #83899F is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 137 | 159 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.38 |
| HSL | 227.14º | 0.13% | 0.57% | - |
| HSV(B) | 227.14º | 0.18% | 0.62% | - |
| XYZ | 24.56 | 25.22 | 36.37 | - |
| YUV | 137.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 137 | 159 | 0.18 | 0.14 | 0 | 0.38 | 227.14 | 0.13 | 0.57 |
| Hex | 83 | 89 | 9F | 12 | E | 0 | 26 | E3 | D | 39 |
| Octal | 203 | 211 | 237 | 22 | 16 | 0 | 46 | 343 | 15 | 71 |
| Binary | 10000011 | 10001001 | 10011111 | 10010 | 1110 | 0 | 100110 | 11100011 | 1101 | 111001 |
Color Harmonies of #83899F
Complementary color
Monochromatic Colors of #83899F
Black with #83899F
Text Example
Text Example
White with #83899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83899F; }
p { color: rgb(131,137,159); }
H1.HeaderClassName
{
color: #83899F;
}
.AnyTagClassName
{
color: #83899F;
}
</style>
background-color css
<style>
a { background-color: #83899F; }
a { background-color: rgb(131,137,159); }
div.DivClassName
{
background-color: #83899F;
}
.BgClassName
{
background-color: #83899F;
}
</style>
border-color css
<style>
span { border-color: #83899F; }
span { border-color: rgb(131,137,159); }
td.TdClassName
{
border-color: #83899F;
}
.TagClassName
{
border-color: #83899F;
}
</style>