Shades of Aluminium #84898E
Tints of Aluminium #84898E
RGB
CMYK
RGB Variations
Color information
#84898E (or 0x84898E) is known color: Aluminium. HEX triplet: 84, 89 and 8E. RGB value is (132,137,142). Sum of RGB (Red+Green+Blue) = 132+137+142=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 142 - color contains mainly: blue. Hex color #84898E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84898E is #7B7671. Grayscale: #888888. Windows color (decimal): -8091250 or 9341316. OLE color: 9341316.
HSL color Cylindrical-coordinate representation of color #84898E: hue angle of 210º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #84898E is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 137 | 142 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.44 |
| HSL | 210º | 0.04% | 0.54% | - |
| HSV(B) | 210º | 0.07% | 0.56% | - |
| XYZ | 23.34 | 24.75 | 29.14 | - |
| YUV | 136.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 142 | 0.07 | 0.04 | 0 | 0.44 | 210 | 0.04 | 0.54 |
| Hex | 84 | 89 | 8E | 7 | 4 | 0 | 2C | D2 | 4 | 36 |
| Octal | 204 | 211 | 216 | 7 | 4 | 0 | 54 | 322 | 4 | 66 |
| Binary | 10000100 | 10001001 | 10001110 | 111 | 100 | 0 | 101100 | 11010010 | 100 | 110110 |
Color Harmonies of #84898E
Complementary color
Monochromatic Colors of #84898E
Black with #84898E
Text Example
Text Example
White with #84898E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84898E; }
p { color: rgb(132,137,142); }
H1.HeaderClassName
{
color: #84898E;
}
.AnyTagClassName
{
color: #84898E;
}
</style>
background-color css
<style>
a { background-color: #84898E; }
a { background-color: rgb(132,137,142); }
div.DivClassName
{
background-color: #84898E;
}
.BgClassName
{
background-color: #84898E;
}
</style>
border-color css
<style>
span { border-color: #84898E; }
span { border-color: rgb(132,137,142); }
td.TdClassName
{
border-color: #84898E;
}
.TagClassName
{
border-color: #84898E;
}
</style>