Shades of Manatee #83869E
Tints of Manatee #83869E
RGB
CMYK
RGB Variations
Color information
#83869E (or 0x83869E) is known color: Manatee. HEX triplet: 83, 86 and 9E. RGB value is (131,134,158). Sum of RGB (Red+Green+Blue) = 131+134+158=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 158 - color contains mainly: blue. Hex color #83869E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83869E is #7C7961. Grayscale: #878787. Windows color (decimal): -8157538 or 10389123. OLE color: 10389123.
HSL color Cylindrical-coordinate representation of color #83869E: hue angle of 233.33º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #83869E is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 134 | 158 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.38 |
| HSL | 233.33º | 0.12% | 0.57% | - |
| HSV(B) | 233.33º | 0.17% | 0.62% | - |
| XYZ | 24.06 | 24.34 | 35.78 | - |
| YUV | 135.84 | 140.51 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 134 | 158 | 0.17 | 0.15 | 0 | 0.38 | 233.33 | 0.12 | 0.57 |
| Hex | 83 | 86 | 9E | 11 | F | 0 | 26 | E9 | C | 39 |
| Octal | 203 | 206 | 236 | 21 | 17 | 0 | 46 | 351 | 14 | 71 |
| Binary | 10000011 | 10000110 | 10011110 | 10001 | 1111 | 0 | 100110 | 11101001 | 1100 | 111001 |
Color Harmonies of #83869E
Complementary color
Monochromatic Colors of #83869E
Black with #83869E
Text Example
Text Example
White with #83869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83869E; }
p { color: rgb(131,134,158); }
H1.HeaderClassName
{
color: #83869E;
}
.AnyTagClassName
{
color: #83869E;
}
</style>
background-color css
<style>
a { background-color: #83869E; }
a { background-color: rgb(131,134,158); }
div.DivClassName
{
background-color: #83869E;
}
.BgClassName
{
background-color: #83869E;
}
</style>
border-color css
<style>
span { border-color: #83869E; }
span { border-color: rgb(131,134,158); }
td.TdClassName
{
border-color: #83869E;
}
.TagClassName
{
border-color: #83869E;
}
</style>