Shades of Aluminium #898B8E
Tints of Aluminium #898B8E
RGB
CMYK
RGB Variations
Color information
#898B8E (or 0x898B8E) is known color: Aluminium. HEX triplet: 89, 8B and 8E. RGB value is (137,139,142). Sum of RGB (Red+Green+Blue) = 137+139+142=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 142 - color contains mainly: blue. Hex color #898B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898B8E is #767471. Grayscale: #8A8A8A. Windows color (decimal): -7763058 or 9341833. OLE color: 9341833.
HSL color Cylindrical-coordinate representation of color #898B8E: hue angle of 216º degrees, saturation: 0.02, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #898B8E is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 139 | 142 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.44 |
| HSL | 216º | 0.02% | 0.55% | - |
| HSV(B) | 216º | 0.04% | 0.56% | - |
| XYZ | 24.43 | 25.74 | 29.27 | - |
| YUV | 138.74 | 129.84 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 139 | 142 | 0.04 | 0.02 | 0 | 0.44 | 216 | 0.02 | 0.55 |
| Hex | 89 | 8B | 8E | 4 | 2 | 0 | 2C | D8 | 2 | 37 |
| Octal | 211 | 213 | 216 | 4 | 2 | 0 | 54 | 330 | 2 | 67 |
| Binary | 10001001 | 10001011 | 10001110 | 100 | 10 | 0 | 101100 | 11011000 | 10 | 110111 |
Color Harmonies of #898B8E
Complementary color
Monochromatic Colors of #898B8E
Black with #898B8E
Text Example
Text Example
White with #898B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898B8E; }
p { color: rgb(137,139,142); }
H1.HeaderClassName
{
color: #898B8E;
}
.AnyTagClassName
{
color: #898B8E;
}
</style>
background-color css
<style>
a { background-color: #898B8E; }
a { background-color: rgb(137,139,142); }
div.DivClassName
{
background-color: #898B8E;
}
.BgClassName
{
background-color: #898B8E;
}
</style>
border-color css
<style>
span { border-color: #898B8E; }
span { border-color: rgb(137,139,142); }
td.TdClassName
{
border-color: #898B8E;
}
.TagClassName
{
border-color: #898B8E;
}
</style>