Shades of Aluminium #80898D
Tints of Aluminium #80898D
RGB
CMYK
RGB Variations
Color information
#80898D (or 0x80898D) is known color: Aluminium. HEX triplet: 80, 89 and 8D. RGB value is (128,137,141). Sum of RGB (Red+Green+Blue) = 128+137+141=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 141 - color contains mainly: blue. Hex color #80898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80898D is #7F7672. Grayscale: #868686. Windows color (decimal): -8353395 or 9275776. OLE color: 9275776.
HSL color Cylindrical-coordinate representation of color #80898D: hue angle of 198.46º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #80898D is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 137 | 141 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.45 |
| HSL | 198.46º | 0.05% | 0.53% | - |
| HSV(B) | 198.46º | 0.09% | 0.55% | - |
| XYZ | 22.66 | 24.4 | 28.72 | - |
| YUV | 134.77 | 131.52 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 141 | 0.09 | 0.03 | 0 | 0.45 | 198.46 | 0.05 | 0.53 |
| Hex | 80 | 89 | 8D | 9 | 3 | 0 | 2D | C6 | 5 | 35 |
| Octal | 200 | 211 | 215 | 11 | 3 | 0 | 55 | 306 | 5 | 65 |
| Binary | 10000000 | 10001001 | 10001101 | 1001 | 11 | 0 | 101101 | 11000110 | 101 | 110101 |
Color Harmonies of #80898D
Complementary color
Monochromatic Colors of #80898D
Black with #80898D
Text Example
Text Example
White with #80898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80898D; }
p { color: rgb(128,137,141); }
H1.HeaderClassName
{
color: #80898D;
}
.AnyTagClassName
{
color: #80898D;
}
</style>
background-color css
<style>
a { background-color: #80898D; }
a { background-color: rgb(128,137,141); }
div.DivClassName
{
background-color: #80898D;
}
.BgClassName
{
background-color: #80898D;
}
</style>
border-color css
<style>
span { border-color: #80898D; }
span { border-color: rgb(128,137,141); }
td.TdClassName
{
border-color: #80898D;
}
.TagClassName
{
border-color: #80898D;
}
</style>