Shades of Manatee #82828A
Tints of Manatee #82828A
RGB
CMYK
RGB Variations
Color information
#82828A (or 0x82828A) is known color: Manatee. HEX triplet: 82, 82 and 8A. RGB value is (130,130,138). Sum of RGB (Red+Green+Blue) = 130+130+138=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 138 - color contains mainly: blue. Hex color #82828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82828A is #7D7D75. Grayscale: #828282. Windows color (decimal): -8224118 or 9077378. OLE color: 9077378.
HSL color Cylindrical-coordinate representation of color #82828A: hue angle of 240º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #82828A is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 130 | 138 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.46 |
| HSL | 240º | 0.03% | 0.53% | - |
| HSV(B) | 240º | 0.06% | 0.54% | - |
| XYZ | 21.78 | 22.55 | 27.25 | - |
| YUV | 130.91 | 132 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 138 | 0.06 | 0.06 | 0 | 0.46 | 240 | 0.03 | 0.53 |
| Hex | 82 | 82 | 8A | 6 | 6 | 0 | 2E | F0 | 3 | 35 |
| Octal | 202 | 202 | 212 | 6 | 6 | 0 | 56 | 360 | 3 | 65 |
| Binary | 10000010 | 10000010 | 10001010 | 110 | 110 | 0 | 101110 | 11110000 | 11 | 110101 |
Color Harmonies of #82828A
Complementary color
Monochromatic Colors of #82828A
Black with #82828A
Text Example
Text Example
White with #82828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82828A; }
p { color: rgb(130,130,138); }
H1.HeaderClassName
{
color: #82828A;
}
.AnyTagClassName
{
color: #82828A;
}
</style>
background-color css
<style>
a { background-color: #82828A; }
a { background-color: rgb(130,130,138); }
div.DivClassName
{
background-color: #82828A;
}
.BgClassName
{
background-color: #82828A;
}
</style>
border-color css
<style>
span { border-color: #82828A; }
span { border-color: rgb(130,130,138); }
td.TdClassName
{
border-color: #82828A;
}
.TagClassName
{
border-color: #82828A;
}
</style>