Shades of Manatee #828290
Tints of Manatee #828290
RGB
CMYK
RGB Variations
Color information
#828290 (or 0x828290) is known color: Manatee. HEX triplet: 82, 82 and 90. RGB value is (130,130,144). Sum of RGB (Red+Green+Blue) = 130+130+144=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 144 - color contains mainly: blue. Hex color #828290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828290 is #7D7D6F. Grayscale: #838383. Windows color (decimal): -8224112 or 9470594. OLE color: 9470594.
HSL color Cylindrical-coordinate representation of color #828290: hue angle of 240º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #828290 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 130 | 144 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.44 |
| HSL | 240º | 0.06% | 0.54% | - |
| HSV(B) | 240º | 0.1% | 0.56% | - |
| XYZ | 22.22 | 22.72 | 29.6 | - |
| YUV | 131.6 | 135 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 144 | 0.10 | 0.10 | 0 | 0.44 | 240 | 0.06 | 0.54 |
| Hex | 82 | 82 | 90 | A | A | 0 | 2C | F0 | 6 | 36 |
| Octal | 202 | 202 | 220 | 12 | 12 | 0 | 54 | 360 | 6 | 66 |
| Binary | 10000010 | 10000010 | 10010000 | 1010 | 1010 | 0 | 101100 | 11110000 | 110 | 110110 |
Color Harmonies of #828290
Complementary color
Monochromatic Colors of #828290
Black with #828290
Text Example
Text Example
White with #828290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828290; }
p { color: rgb(130,130,144); }
H1.HeaderClassName
{
color: #828290;
}
.AnyTagClassName
{
color: #828290;
}
</style>
background-color css
<style>
a { background-color: #828290; }
a { background-color: rgb(130,130,144); }
div.DivClassName
{
background-color: #828290;
}
.BgClassName
{
background-color: #828290;
}
</style>
border-color css
<style>
span { border-color: #828290; }
span { border-color: rgb(130,130,144); }
td.TdClassName
{
border-color: #828290;
}
.TagClassName
{
border-color: #828290;
}
</style>