Shades of Aluminium #82898D
Tints of Aluminium #82898D
RGB
CMYK
RGB Variations
Color information
#82898D (or 0x82898D) is known color: Aluminium. HEX triplet: 82, 89 and 8D. RGB value is (130,137,141). Sum of RGB (Red+Green+Blue) = 130+137+141=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 141 - color contains mainly: blue. Hex color #82898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82898D is #7D7672. Grayscale: #878787. Windows color (decimal): -8222323 or 9275778. OLE color: 9275778.
HSL color Cylindrical-coordinate representation of color #82898D: hue angle of 201.82º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #82898D is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 137 | 141 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.45 |
| HSL | 201.82º | 0.05% | 0.53% | - |
| HSV(B) | 201.82º | 0.08% | 0.55% | - |
| XYZ | 22.96 | 24.56 | 28.73 | - |
| YUV | 135.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 141 | 0.08 | 0.03 | 0 | 0.45 | 201.82 | 0.05 | 0.53 |
| Hex | 82 | 89 | 8D | 8 | 3 | 0 | 2D | CA | 5 | 35 |
| Octal | 202 | 211 | 215 | 10 | 3 | 0 | 55 | 312 | 5 | 65 |
| Binary | 10000010 | 10001001 | 10001101 | 1000 | 11 | 0 | 101101 | 11001010 | 101 | 110101 |
Color Harmonies of #82898D
Complementary color
Monochromatic Colors of #82898D
Black with #82898D
Text Example
Text Example
White with #82898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82898D; }
p { color: rgb(130,137,141); }
H1.HeaderClassName
{
color: #82898D;
}
.AnyTagClassName
{
color: #82898D;
}
</style>
background-color css
<style>
a { background-color: #82898D; }
a { background-color: rgb(130,137,141); }
div.DivClassName
{
background-color: #82898D;
}
.BgClassName
{
background-color: #82898D;
}
</style>
border-color css
<style>
span { border-color: #82898D; }
span { border-color: rgb(130,137,141); }
td.TdClassName
{
border-color: #82898D;
}
.TagClassName
{
border-color: #82898D;
}
</style>