Shades of Manatee #83859A
Tints of Manatee #83859A
RGB
CMYK
RGB Variations
Color information
#83859A (or 0x83859A) is known color: Manatee. HEX triplet: 83, 85 and 9A. RGB value is (131,133,154). Sum of RGB (Red+Green+Blue) = 131+133+154=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 154 - color contains mainly: blue. Hex color #83859A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83859A is #7C7A65. Grayscale: #868686. Windows color (decimal): -8157798 or 10126723. OLE color: 10126723.
HSL color Cylindrical-coordinate representation of color #83859A: hue angle of 234.78º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #83859A is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 133 | 154 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.40 |
| HSL | 234.78º | 0.1% | 0.56% | - |
| HSV(B) | 234.78º | 0.15% | 0.6% | - |
| XYZ | 23.58 | 23.93 | 33.95 | - |
| YUV | 134.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 133 | 154 | 0.15 | 0.14 | 0 | 0.40 | 234.78 | 0.1 | 0.56 |
| Hex | 83 | 85 | 9A | F | E | 0 | 28 | EB | A | 38 |
| Octal | 203 | 205 | 232 | 17 | 16 | 0 | 50 | 353 | 12 | 70 |
| Binary | 10000011 | 10000101 | 10011010 | 1111 | 1110 | 0 | 101000 | 11101011 | 1010 | 111000 |
Color Harmonies of #83859A
Complementary color
Monochromatic Colors of #83859A
Black with #83859A
Text Example
Text Example
White with #83859A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83859A; }
p { color: rgb(131,133,154); }
H1.HeaderClassName
{
color: #83859A;
}
.AnyTagClassName
{
color: #83859A;
}
</style>
background-color css
<style>
a { background-color: #83859A; }
a { background-color: rgb(131,133,154); }
div.DivClassName
{
background-color: #83859A;
}
.BgClassName
{
background-color: #83859A;
}
</style>
border-color css
<style>
span { border-color: #83859A; }
span { border-color: rgb(131,133,154); }
td.TdClassName
{
border-color: #83859A;
}
.TagClassName
{
border-color: #83859A;
}
</style>