Shades of Manatee #83838C
Tints of Manatee #83838C
RGB
CMYK
RGB Variations
Color information
#83838C (or 0x83838C) is known color: Manatee. HEX triplet: 83, 83 and 8C. RGB value is (131,131,140). Sum of RGB (Red+Green+Blue) = 131+131+140=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 140 - color contains mainly: blue. Hex color #83838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83838C is #7C7C73. Grayscale: #838383. Windows color (decimal): -8158324 or 9208707. OLE color: 9208707.
HSL color Cylindrical-coordinate representation of color #83838C: hue angle of 240º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #83838C is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 131 | 140 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.45 |
| HSL | 240º | 0.04% | 0.53% | - |
| HSV(B) | 240º | 0.06% | 0.55% | - |
| XYZ | 22.21 | 22.95 | 28.07 | - |
| YUV | 132.03 | 132.5 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 131 | 140 | 0.06 | 0.06 | 0 | 0.45 | 240 | 0.04 | 0.53 |
| Hex | 83 | 83 | 8C | 6 | 6 | 0 | 2D | F0 | 4 | 35 |
| Octal | 203 | 203 | 214 | 6 | 6 | 0 | 55 | 360 | 4 | 65 |
| Binary | 10000011 | 10000011 | 10001100 | 110 | 110 | 0 | 101101 | 11110000 | 100 | 110101 |
Color Harmonies of #83838C
Complementary color
Monochromatic Colors of #83838C
Black with #83838C
Text Example
Text Example
White with #83838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83838C; }
p { color: rgb(131,131,140); }
H1.HeaderClassName
{
color: #83838C;
}
.AnyTagClassName
{
color: #83838C;
}
</style>
background-color css
<style>
a { background-color: #83838C; }
a { background-color: rgb(131,131,140); }
div.DivClassName
{
background-color: #83838C;
}
.BgClassName
{
background-color: #83838C;
}
</style>
border-color css
<style>
span { border-color: #83838C; }
span { border-color: rgb(131,131,140); }
td.TdClassName
{
border-color: #83838C;
}
.TagClassName
{
border-color: #83838C;
}
</style>