Shades of Manatee #82829E
Tints of Manatee #82829E
RGB
CMYK
RGB Variations
Color information
#82829E (or 0x82829E) is known color: Manatee. HEX triplet: 82, 82 and 9E. RGB value is (130,130,158). Sum of RGB (Red+Green+Blue) = 130+130+158=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 158 - color contains mainly: blue. Hex color #82829E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82829E is #7D7D61. Grayscale: #858585. Windows color (decimal): -8224098 or 10388098. OLE color: 10388098.
HSL color Cylindrical-coordinate representation of color #82829E: hue angle of 240º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #82829E is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 130 | 158 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.38 |
| HSL | 240º | 0.13% | 0.56% | - |
| HSV(B) | 240º | 0.18% | 0.62% | - |
| XYZ | 23.36 | 23.18 | 35.59 | - |
| YUV | 133.19 | 142 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 158 | 0.18 | 0.18 | 0 | 0.38 | 240 | 0.13 | 0.56 |
| Hex | 82 | 82 | 9E | 12 | 12 | 0 | 26 | F0 | D | 38 |
| Octal | 202 | 202 | 236 | 22 | 22 | 0 | 46 | 360 | 15 | 70 |
| Binary | 10000010 | 10000010 | 10011110 | 10010 | 10010 | 0 | 100110 | 11110000 | 1101 | 111000 |
Color Harmonies of #82829E
Complementary color
Monochromatic Colors of #82829E
Black with #82829E
Text Example
Text Example
White with #82829E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82829E; }
p { color: rgb(130,130,158); }
H1.HeaderClassName
{
color: #82829E;
}
.AnyTagClassName
{
color: #82829E;
}
</style>
background-color css
<style>
a { background-color: #82829E; }
a { background-color: rgb(130,130,158); }
div.DivClassName
{
background-color: #82829E;
}
.BgClassName
{
background-color: #82829E;
}
</style>
border-color css
<style>
span { border-color: #82829E; }
span { border-color: rgb(130,130,158); }
td.TdClassName
{
border-color: #82829E;
}
.TagClassName
{
border-color: #82829E;
}
</style>