Shades of Aluminium #828C92
Tints of Aluminium #828C92
RGB
CMYK
RGB Variations
Color information
#828C92 (or 0x828C92) is known color: Aluminium. HEX triplet: 82, 8C and 92. RGB value is (130,140,146). Sum of RGB (Red+Green+Blue) = 130+140+146=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 146 - color contains mainly: blue. Hex color #828C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828C92 is #7D736D. Grayscale: #898989. Windows color (decimal): -8221550 or 9604226. OLE color: 9604226.
HSL color Cylindrical-coordinate representation of color #828C92: hue angle of 202.5º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #828C92 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 140 | 146 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.43 |
| HSL | 202.5º | 0.07% | 0.54% | - |
| HSV(B) | 202.5º | 0.11% | 0.57% | - |
| XYZ | 23.77 | 25.58 | 30.88 | - |
| YUV | 137.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 146 | 0.11 | 0.04 | 0 | 0.43 | 202.5 | 0.07 | 0.54 |
| Hex | 82 | 8C | 92 | B | 4 | 0 | 2B | CA | 7 | 36 |
| Octal | 202 | 214 | 222 | 13 | 4 | 0 | 53 | 312 | 7 | 66 |
| Binary | 10000010 | 10001100 | 10010010 | 1011 | 100 | 0 | 101011 | 11001010 | 111 | 110110 |
Color Harmonies of #828C92
Complementary color
Monochromatic Colors of #828C92
Black with #828C92
Text Example
Text Example
White with #828C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828C92; }
p { color: rgb(130,140,146); }
H1.HeaderClassName
{
color: #828C92;
}
.AnyTagClassName
{
color: #828C92;
}
</style>
background-color css
<style>
a { background-color: #828C92; }
a { background-color: rgb(130,140,146); }
div.DivClassName
{
background-color: #828C92;
}
.BgClassName
{
background-color: #828C92;
}
</style>
border-color css
<style>
span { border-color: #828C92; }
span { border-color: rgb(130,140,146); }
td.TdClassName
{
border-color: #828C92;
}
.TagClassName
{
border-color: #828C92;
}
</style>