Shades of Manatee #82838B
Tints of Manatee #82838B
RGB
CMYK
RGB Variations
Color information
#82838B (or 0x82838B) is known color: Manatee. HEX triplet: 82, 83 and 8B. RGB value is (130,131,139). Sum of RGB (Red+Green+Blue) = 130+131+139=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 139 - color contains mainly: blue. Hex color #82838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82838B is #7D7C74. Grayscale: #838383. Windows color (decimal): -8223861 or 9143170. OLE color: 9143170.
HSL color Cylindrical-coordinate representation of color #82838B: hue angle of 233.33º 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 #82838B is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 131 | 139 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.45 |
| HSL | 233.33º | 0.04% | 0.53% | - |
| HSV(B) | 233.33º | 0.06% | 0.55% | - |
| XYZ | 21.98 | 22.84 | 27.68 | - |
| YUV | 131.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 131 | 139 | 0.06 | 0.06 | 0 | 0.45 | 233.33 | 0.04 | 0.53 |
| Hex | 82 | 83 | 8B | 6 | 6 | 0 | 2D | E9 | 4 | 35 |
| Octal | 202 | 203 | 213 | 6 | 6 | 0 | 55 | 351 | 4 | 65 |
| Binary | 10000010 | 10000011 | 10001011 | 110 | 110 | 0 | 101101 | 11101001 | 100 | 110101 |
Color Harmonies of #82838B
Complementary color
Monochromatic Colors of #82838B
Black with #82838B
Text Example
Text Example
White with #82838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82838B; }
p { color: rgb(130,131,139); }
H1.HeaderClassName
{
color: #82838B;
}
.AnyTagClassName
{
color: #82838B;
}
</style>
background-color css
<style>
a { background-color: #82838B; }
a { background-color: rgb(130,131,139); }
div.DivClassName
{
background-color: #82838B;
}
.BgClassName
{
background-color: #82838B;
}
</style>
border-color css
<style>
span { border-color: #82838B; }
span { border-color: rgb(130,131,139); }
td.TdClassName
{
border-color: #82838B;
}
.TagClassName
{
border-color: #82838B;
}
</style>