Shades of Aluminium #828A92
Tints of Aluminium #828A92
RGB
CMYK
RGB Variations
Color information
#828A92 (or 0x828A92) is known color: Aluminium. HEX triplet: 82, 8A and 92. RGB value is (130,138,146). Sum of RGB (Red+Green+Blue) = 130+138+146=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 146 - color contains mainly: blue. Hex color #828A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828A92 is #7D756D. Grayscale: #888888. Windows color (decimal): -8222062 or 9603714. OLE color: 9603714.
HSL color Cylindrical-coordinate representation of color #828A92: hue angle of 210º 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 #828A92 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 138 | 146 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.43 |
| HSL | 210º | 0.07% | 0.54% | - |
| HSV(B) | 210º | 0.11% | 0.57% | - |
| XYZ | 23.48 | 25 | 30.78 | - |
| YUV | 136.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 146 | 0.11 | 0.05 | 0 | 0.43 | 210 | 0.07 | 0.54 |
| Hex | 82 | 8A | 92 | B | 5 | 0 | 2B | D2 | 7 | 36 |
| Octal | 202 | 212 | 222 | 13 | 5 | 0 | 53 | 322 | 7 | 66 |
| Binary | 10000010 | 10001010 | 10010010 | 1011 | 101 | 0 | 101011 | 11010010 | 111 | 110110 |
Color Harmonies of #828A92
Complementary color
Monochromatic Colors of #828A92
Black with #828A92
Text Example
Text Example
White with #828A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828A92; }
p { color: rgb(130,138,146); }
H1.HeaderClassName
{
color: #828A92;
}
.AnyTagClassName
{
color: #828A92;
}
</style>
background-color css
<style>
a { background-color: #828A92; }
a { background-color: rgb(130,138,146); }
div.DivClassName
{
background-color: #828A92;
}
.BgClassName
{
background-color: #828A92;
}
</style>
border-color css
<style>
span { border-color: #828A92; }
span { border-color: rgb(130,138,146); }
td.TdClassName
{
border-color: #828A92;
}
.TagClassName
{
border-color: #828A92;
}
</style>