Shades of Aluminium #898B8D
Tints of Aluminium #898B8D
RGB
CMYK
RGB Variations
Color information
#898B8D (or 0x898B8D) is known color: Aluminium. HEX triplet: 89, 8B and 8D. RGB value is (137,139,141). Sum of RGB (Red+Green+Blue) = 137+139+141=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 141 - color contains mainly: blue. Hex color #898B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898B8D is #767472. Grayscale: #8A8A8A. Windows color (decimal): -7763059 or 9276297. OLE color: 9276297.
HSL color Cylindrical-coordinate representation of color #898B8D: hue angle of 210º degrees, saturation: 0.02, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #898B8D is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 139 | 141 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.45 |
| HSL | 210º | 0.02% | 0.55% | - |
| HSV(B) | 210º | 0.03% | 0.55% | - |
| XYZ | 24.36 | 25.71 | 28.88 | - |
| YUV | 138.63 | 129.34 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 139 | 141 | 0.03 | 0.01 | 0 | 0.45 | 210 | 0.02 | 0.55 |
| Hex | 89 | 8B | 8D | 3 | 1 | 0 | 2D | D2 | 2 | 37 |
| Octal | 211 | 213 | 215 | 3 | 1 | 0 | 55 | 322 | 2 | 67 |
| Binary | 10001001 | 10001011 | 10001101 | 11 | 1 | 0 | 101101 | 11010010 | 10 | 110111 |
Color Harmonies of #898B8D
Complementary color
Monochromatic Colors of #898B8D
Black with #898B8D
Text Example
Text Example
White with #898B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898B8D; }
p { color: rgb(137,139,141); }
H1.HeaderClassName
{
color: #898B8D;
}
.AnyTagClassName
{
color: #898B8D;
}
</style>
background-color css
<style>
a { background-color: #898B8D; }
a { background-color: rgb(137,139,141); }
div.DivClassName
{
background-color: #898B8D;
}
.BgClassName
{
background-color: #898B8D;
}
</style>
border-color css
<style>
span { border-color: #898B8D; }
span { border-color: rgb(137,139,141); }
td.TdClassName
{
border-color: #898B8D;
}
.TagClassName
{
border-color: #898B8D;
}
</style>