Shades of Aluminium #828D93
Tints of Aluminium #828D93
RGB
CMYK
RGB Variations
Color information
#828D93 (or 0x828D93) is known color: Aluminium. HEX triplet: 82, 8D and 93. RGB value is (130,141,147). Sum of RGB (Red+Green+Blue) = 130+141+147=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 147 - color contains mainly: blue. Hex color #828D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828D93 is #7D726C. Grayscale: #8A8A8A. Windows color (decimal): -8221293 or 9670018. OLE color: 9670018.
HSL color Cylindrical-coordinate representation of color #828D93: hue angle of 201.18º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #828D93 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 141 | 147 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.42 |
| HSL | 201.18º | 0.07% | 0.54% | - |
| HSV(B) | 201.18º | 0.12% | 0.58% | - |
| XYZ | 24 | 25.9 | 31.34 | - |
| YUV | 138.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 147 | 0.12 | 0.04 | 0 | 0.42 | 201.18 | 0.07 | 0.54 |
| Hex | 82 | 8D | 93 | C | 4 | 0 | 2A | C9 | 7 | 36 |
| Octal | 202 | 215 | 223 | 14 | 4 | 0 | 52 | 311 | 7 | 66 |
| Binary | 10000010 | 10001101 | 10010011 | 1100 | 100 | 0 | 101010 | 11001001 | 111 | 110110 |
Color Harmonies of #828D93
Complementary color
Monochromatic Colors of #828D93
Black with #828D93
Text Example
Text Example
White with #828D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828D93; }
p { color: rgb(130,141,147); }
H1.HeaderClassName
{
color: #828D93;
}
.AnyTagClassName
{
color: #828D93;
}
</style>
background-color css
<style>
a { background-color: #828D93; }
a { background-color: rgb(130,141,147); }
div.DivClassName
{
background-color: #828D93;
}
.BgClassName
{
background-color: #828D93;
}
</style>
border-color css
<style>
span { border-color: #828D93; }
span { border-color: rgb(130,141,147); }
td.TdClassName
{
border-color: #828D93;
}
.TagClassName
{
border-color: #828D93;
}
</style>