Shades of Manatee #83869D
Tints of Manatee #83869D
RGB
CMYK
RGB Variations
Color information
#83869D (or 0x83869D) is known color: Manatee. HEX triplet: 83, 86 and 9D. RGB value is (131,134,157). Sum of RGB (Red+Green+Blue) = 131+134+157=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 157 - color contains mainly: blue. Hex color #83869D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83869D is #7C7962. Grayscale: #878787. Windows color (decimal): -8157539 or 10323587. OLE color: 10323587.
HSL color Cylindrical-coordinate representation of color #83869D: hue angle of 233.08º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #83869D is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 134 | 157 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.38 |
| HSL | 233.08º | 0.12% | 0.56% | - |
| HSV(B) | 233.08º | 0.17% | 0.62% | - |
| XYZ | 23.97 | 24.31 | 35.33 | - |
| YUV | 135.73 | 140.01 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 134 | 157 | 0.17 | 0.15 | 0 | 0.38 | 233.08 | 0.12 | 0.56 |
| Hex | 83 | 86 | 9D | 11 | F | 0 | 26 | E9 | C | 38 |
| Octal | 203 | 206 | 235 | 21 | 17 | 0 | 46 | 351 | 14 | 70 |
| Binary | 10000011 | 10000110 | 10011101 | 10001 | 1111 | 0 | 100110 | 11101001 | 1100 | 111000 |
Color Harmonies of #83869D
Complementary color
Monochromatic Colors of #83869D
Black with #83869D
Text Example
Text Example
White with #83869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83869D; }
p { color: rgb(131,134,157); }
H1.HeaderClassName
{
color: #83869D;
}
.AnyTagClassName
{
color: #83869D;
}
</style>
background-color css
<style>
a { background-color: #83869D; }
a { background-color: rgb(131,134,157); }
div.DivClassName
{
background-color: #83869D;
}
.BgClassName
{
background-color: #83869D;
}
</style>
border-color css
<style>
span { border-color: #83869D; }
span { border-color: rgb(131,134,157); }
td.TdClassName
{
border-color: #83869D;
}
.TagClassName
{
border-color: #83869D;
}
</style>