Shades of Aluminium #828D95
Tints of Aluminium #828D95
RGB
CMYK
RGB Variations
Color information
#828D95 (or 0x828D95) is known color: Aluminium. HEX triplet: 82, 8D and 95. RGB value is (130,141,149). Sum of RGB (Red+Green+Blue) = 130+141+149=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 149 - color contains mainly: blue. Hex color #828D95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828D95 is #7D726A. Grayscale: #8A8A8A. Windows color (decimal): -8221291 or 9801090. OLE color: 9801090.
HSL color Cylindrical-coordinate representation of color #828D95: hue angle of 205.26º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #828D95 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 141 | 149 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.42 |
| HSL | 205.26º | 0.08% | 0.55% | - |
| HSV(B) | 205.26º | 0.13% | 0.58% | - |
| XYZ | 24.16 | 25.97 | 32.17 | - |
| YUV | 138.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 149 | 0.13 | 0.05 | 0 | 0.42 | 205.26 | 0.08 | 0.55 |
| Hex | 82 | 8D | 95 | D | 5 | 0 | 2A | CD | 8 | 37 |
| Octal | 202 | 215 | 225 | 15 | 5 | 0 | 52 | 315 | 10 | 67 |
| Binary | 10000010 | 10001101 | 10010101 | 1101 | 101 | 0 | 101010 | 11001101 | 1000 | 110111 |
Color Harmonies of #828D95
Complementary color
Monochromatic Colors of #828D95
Black with #828D95
Text Example
Text Example
White with #828D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828D95; }
p { color: rgb(130,141,149); }
H1.HeaderClassName
{
color: #828D95;
}
.AnyTagClassName
{
color: #828D95;
}
</style>
background-color css
<style>
a { background-color: #828D95; }
a { background-color: rgb(130,141,149); }
div.DivClassName
{
background-color: #828D95;
}
.BgClassName
{
background-color: #828D95;
}
</style>
border-color css
<style>
span { border-color: #828D95; }
span { border-color: rgb(130,141,149); }
td.TdClassName
{
border-color: #828D95;
}
.TagClassName
{
border-color: #828D95;
}
</style>