Shades of Aluminium #828F94
Tints of Aluminium #828F94
RGB
CMYK
RGB Variations
Color information
#828F94 (or 0x828F94) is known color: Aluminium. HEX triplet: 82, 8F and 94. RGB value is (130,143,148). Sum of RGB (Red+Green+Blue) = 130+143+148=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 148 - color contains mainly: blue. Hex color #828F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828F94 is #7D706B. Grayscale: #8B8B8B. Windows color (decimal): -8220780 or 9736066. OLE color: 9736066.
HSL color Cylindrical-coordinate representation of color #828F94: hue angle of 196.67º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #828F94 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 143 | 148 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.42 |
| HSL | 196.67º | 0.08% | 0.55% | - |
| HSV(B) | 196.67º | 0.12% | 0.58% | - |
| XYZ | 24.37 | 26.53 | 31.85 | - |
| YUV | 139.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 148 | 0.12 | 0.03 | 0 | 0.42 | 196.67 | 0.08 | 0.55 |
| Hex | 82 | 8F | 94 | C | 3 | 0 | 2A | C5 | 8 | 37 |
| Octal | 202 | 217 | 224 | 14 | 3 | 0 | 52 | 305 | 10 | 67 |
| Binary | 10000010 | 10001111 | 10010100 | 1100 | 11 | 0 | 101010 | 11000101 | 1000 | 110111 |
Color Harmonies of #828F94
Complementary color
Monochromatic Colors of #828F94
Black with #828F94
Text Example
Text Example
White with #828F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828F94; }
p { color: rgb(130,143,148); }
H1.HeaderClassName
{
color: #828F94;
}
.AnyTagClassName
{
color: #828F94;
}
</style>
background-color css
<style>
a { background-color: #828F94; }
a { background-color: rgb(130,143,148); }
div.DivClassName
{
background-color: #828F94;
}
.BgClassName
{
background-color: #828F94;
}
</style>
border-color css
<style>
span { border-color: #828F94; }
span { border-color: rgb(130,143,148); }
td.TdClassName
{
border-color: #828F94;
}
.TagClassName
{
border-color: #828F94;
}
</style>