Shades of Aluminium #828E96
Tints of Aluminium #828E96
RGB
CMYK
RGB Variations
Color information
#828E96 (or 0x828E96) is known color: Aluminium. HEX triplet: 82, 8E and 96. RGB value is (130,142,150). Sum of RGB (Red+Green+Blue) = 130+142+150=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 150 - color contains mainly: blue. Hex color #828E96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828E96 is #7D7169. Grayscale: #8B8B8B. Windows color (decimal): -8221034 or 9866882. OLE color: 9866882.
HSL color Cylindrical-coordinate representation of color #828E96: hue angle of 204º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #828E96 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 142 | 150 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.41 |
| HSL | 204º | 0.09% | 0.55% | - |
| HSV(B) | 204º | 0.13% | 0.59% | - |
| XYZ | 24.38 | 26.29 | 32.64 | - |
| YUV | 139.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 142 | 150 | 0.13 | 0.05 | 0 | 0.41 | 204 | 0.09 | 0.55 |
| Hex | 82 | 8E | 96 | D | 5 | 0 | 29 | CC | 9 | 37 |
| Octal | 202 | 216 | 226 | 15 | 5 | 0 | 51 | 314 | 11 | 67 |
| Binary | 10000010 | 10001110 | 10010110 | 1101 | 101 | 0 | 101001 | 11001100 | 1001 | 110111 |
Color Harmonies of #828E96
Complementary color
Monochromatic Colors of #828E96
Black with #828E96
Text Example
Text Example
White with #828E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828E96; }
p { color: rgb(130,142,150); }
H1.HeaderClassName
{
color: #828E96;
}
.AnyTagClassName
{
color: #828E96;
}
</style>
background-color css
<style>
a { background-color: #828E96; }
a { background-color: rgb(130,142,150); }
div.DivClassName
{
background-color: #828E96;
}
.BgClassName
{
background-color: #828E96;
}
</style>
border-color css
<style>
span { border-color: #828E96; }
span { border-color: rgb(130,142,150); }
td.TdClassName
{
border-color: #828E96;
}
.TagClassName
{
border-color: #828E96;
}
</style>