Shades of Aluminium #828D92
Tints of Aluminium #828D92
RGB
CMYK
RGB Variations
Color information
#828D92 (or 0x828D92) is known color: Aluminium. HEX triplet: 82, 8D and 92. RGB value is (130,141,146). Sum of RGB (Red+Green+Blue) = 130+141+146=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 146 - color contains mainly: blue. Hex color #828D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828D92 is #7D726D. Grayscale: #8A8A8A. Windows color (decimal): -8221294 or 9604482. OLE color: 9604482.
HSL color Cylindrical-coordinate representation of color #828D92: hue angle of 198.75º 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 #828D92 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 141 | 146 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.43 |
| HSL | 198.75º | 0.07% | 0.54% | - |
| HSV(B) | 198.75º | 0.11% | 0.57% | - |
| XYZ | 23.92 | 25.87 | 30.93 | - |
| YUV | 138.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 146 | 0.11 | 0.03 | 0 | 0.43 | 198.75 | 0.07 | 0.54 |
| Hex | 82 | 8D | 92 | B | 3 | 0 | 2B | C7 | 7 | 36 |
| Octal | 202 | 215 | 222 | 13 | 3 | 0 | 53 | 307 | 7 | 66 |
| Binary | 10000010 | 10001101 | 10010010 | 1011 | 11 | 0 | 101011 | 11000111 | 111 | 110110 |
Color Harmonies of #828D92
Complementary color
Monochromatic Colors of #828D92
Black with #828D92
Text Example
Text Example
White with #828D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828D92; }
p { color: rgb(130,141,146); }
H1.HeaderClassName
{
color: #828D92;
}
.AnyTagClassName
{
color: #828D92;
}
</style>
background-color css
<style>
a { background-color: #828D92; }
a { background-color: rgb(130,141,146); }
div.DivClassName
{
background-color: #828D92;
}
.BgClassName
{
background-color: #828D92;
}
</style>
border-color css
<style>
span { border-color: #828D92; }
span { border-color: rgb(130,141,146); }
td.TdClassName
{
border-color: #828D92;
}
.TagClassName
{
border-color: #828D92;
}
</style>