Shades of Aluminium #84898B
Tints of Aluminium #84898B
RGB
CMYK
RGB Variations
Color information
#84898B (or 0x84898B) is known color: Aluminium. HEX triplet: 84, 89 and 8B. RGB value is (132,137,139). Sum of RGB (Red+Green+Blue) = 132+137+139=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 139 - color contains mainly: blue. Hex color #84898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84898B is #7B7674. Grayscale: #878787. Windows color (decimal): -8091253 or 9144708. OLE color: 9144708.
HSL color Cylindrical-coordinate representation of color #84898B: hue angle of 197.14º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #84898B is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 137 | 139 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.45 |
| HSL | 197.14º | 0.03% | 0.53% | - |
| HSV(B) | 197.14º | 0.05% | 0.55% | - |
| XYZ | 23.12 | 24.66 | 27.97 | - |
| YUV | 135.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 139 | 0.05 | 0.01 | 0 | 0.45 | 197.14 | 0.03 | 0.53 |
| Hex | 84 | 89 | 8B | 5 | 1 | 0 | 2D | C5 | 3 | 35 |
| Octal | 204 | 211 | 213 | 5 | 1 | 0 | 55 | 305 | 3 | 65 |
| Binary | 10000100 | 10001001 | 10001011 | 101 | 1 | 0 | 101101 | 11000101 | 11 | 110101 |
Color Harmonies of #84898B
Complementary color
Monochromatic Colors of #84898B
Black with #84898B
Text Example
Text Example
White with #84898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84898B; }
p { color: rgb(132,137,139); }
H1.HeaderClassName
{
color: #84898B;
}
.AnyTagClassName
{
color: #84898B;
}
</style>
background-color css
<style>
a { background-color: #84898B; }
a { background-color: rgb(132,137,139); }
div.DivClassName
{
background-color: #84898B;
}
.BgClassName
{
background-color: #84898B;
}
</style>
border-color css
<style>
span { border-color: #84898B; }
span { border-color: rgb(132,137,139); }
td.TdClassName
{
border-color: #84898B;
}
.TagClassName
{
border-color: #84898B;
}
</style>