Shades of Aluminium #80848A
Tints of Aluminium #80848A
RGB
CMYK
RGB Variations
Color information
#80848A (or 0x80848A) is known color: Aluminium. HEX triplet: 80, 84 and 8A. RGB value is (128,132,138). Sum of RGB (Red+Green+Blue) = 128+132+138=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 138 - color contains mainly: blue. Hex color #80848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80848A is #7F7B75. Grayscale: #838383. Windows color (decimal): -8354678 or 9077888. OLE color: 9077888.
HSL color Cylindrical-coordinate representation of color #80848A: hue angle of 216º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #80848A is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 132 | 138 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.46 |
| HSL | 216º | 0.04% | 0.52% | - |
| HSV(B) | 216º | 0.07% | 0.54% | - |
| XYZ | 21.74 | 22.93 | 27.32 | - |
| YUV | 131.49 | 131.67 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 138 | 0.07 | 0.04 | 0 | 0.46 | 216 | 0.04 | 0.52 |
| Hex | 80 | 84 | 8A | 7 | 4 | 0 | 2E | D8 | 4 | 34 |
| Octal | 200 | 204 | 212 | 7 | 4 | 0 | 56 | 330 | 4 | 64 |
| Binary | 10000000 | 10000100 | 10001010 | 111 | 100 | 0 | 101110 | 11011000 | 100 | 110100 |
Color Harmonies of #80848A
Complementary color
Monochromatic Colors of #80848A
Black with #80848A
Text Example
Text Example
White with #80848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80848A; }
p { color: rgb(128,132,138); }
H1.HeaderClassName
{
color: #80848A;
}
.AnyTagClassName
{
color: #80848A;
}
</style>
background-color css
<style>
a { background-color: #80848A; }
a { background-color: rgb(128,132,138); }
div.DivClassName
{
background-color: #80848A;
}
.BgClassName
{
background-color: #80848A;
}
</style>
border-color css
<style>
span { border-color: #80848A; }
span { border-color: rgb(128,132,138); }
td.TdClassName
{
border-color: #80848A;
}
.TagClassName
{
border-color: #80848A;
}
</style>