Shades of Manatee #83889F
Tints of Manatee #83889F
RGB
CMYK
RGB Variations
Color information
#83889F (or 0x83889F) is known color: Manatee. HEX triplet: 83, 88 and 9F. RGB value is (131,136,159). Sum of RGB (Red+Green+Blue) = 131+136+159=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 159 - color contains mainly: blue. Hex color #83889F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83889F is #7C7760. Grayscale: #898989. Windows color (decimal): -8157025 or 10455171. OLE color: 10455171.
HSL color Cylindrical-coordinate representation of color #83889F: hue angle of 229.29º 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 #83889F is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 136 | 159 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.38 |
| HSL | 229.29º | 0.13% | 0.57% | - |
| HSV(B) | 229.29º | 0.18% | 0.62% | - |
| XYZ | 24.42 | 24.94 | 36.33 | - |
| YUV | 137.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 159 | 0.18 | 0.14 | 0 | 0.38 | 229.29 | 0.13 | 0.57 |
| Hex | 83 | 88 | 9F | 12 | E | 0 | 26 | E5 | D | 39 |
| Octal | 203 | 210 | 237 | 22 | 16 | 0 | 46 | 345 | 15 | 71 |
| Binary | 10000011 | 10001000 | 10011111 | 10010 | 1110 | 0 | 100110 | 11100101 | 1101 | 111001 |
Color Harmonies of #83889F
Complementary color
Monochromatic Colors of #83889F
Black with #83889F
Text Example
Text Example
White with #83889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83889F; }
p { color: rgb(131,136,159); }
H1.HeaderClassName
{
color: #83889F;
}
.AnyTagClassName
{
color: #83889F;
}
</style>
background-color css
<style>
a { background-color: #83889F; }
a { background-color: rgb(131,136,159); }
div.DivClassName
{
background-color: #83889F;
}
.BgClassName
{
background-color: #83889F;
}
</style>
border-color css
<style>
span { border-color: #83889F; }
span { border-color: rgb(131,136,159); }
td.TdClassName
{
border-color: #83889F;
}
.TagClassName
{
border-color: #83889F;
}
</style>