Shades of Aluminium #898B8C
Tints of Aluminium #898B8C
RGB
CMYK
RGB Variations
Color information
#898B8C (or 0x898B8C) is known color: Aluminium. HEX triplet: 89, 8B and 8C. RGB value is (137,139,140). Sum of RGB (Red+Green+Blue) = 137+139+140=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 140 - color contains mainly: blue. Hex color #898B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898B8C is #767473. Grayscale: #8A8A8A. Windows color (decimal): -7763060 or 9210761. OLE color: 9210761.
HSL color Cylindrical-coordinate representation of color #898B8C: hue angle of 200º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #898B8C is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 137 | 139 | 140 | - |
CMYK | 0.02 | 0.01 | 0 | 0.45 |
HSL | 200º | 0.01% | 0.54% | - |
HSV(B) | 200º | 0.02% | 0.55% | - |
XYZ | 24.28 | 25.68 | 28.49 | - |
YUV | 138.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 137 | 139 | 140 | 0.02 | 0.01 | 0 | 0.45 | 200 | 0.01 | 0.54 |
Hex | 89 | 8B | 8C | 2 | 1 | 0 | 2D | C8 | 1 | 36 |
Octal | 211 | 213 | 214 | 2 | 1 | 0 | 55 | 310 | 1 | 66 |
Binary | 10001001 | 10001011 | 10001100 | 10 | 1 | 0 | 101101 | 11001000 | 1 | 110110 |
Color Harmonies of #898B8C
Complementary color
Monochromatic Colors of #898B8C
Black with #898B8C
Text Example
Text Example
White with #898B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898B8C; }
p { color: rgb(137,139,140); }
H1.HeaderClassName
{
color: #898B8C;
}
.AnyTagClassName
{
color: #898B8C;
}
</style>
background-color css
<style>
a { background-color: #898B8C; }
a { background-color: rgb(137,139,140); }
div.DivClassName
{
background-color: #898B8C;
}
.BgClassName
{
background-color: #898B8C;
}
</style>
border-color css
<style>
span { border-color: #898B8C; }
span { border-color: rgb(137,139,140); }
td.TdClassName
{
border-color: #898B8C;
}
.TagClassName
{
border-color: #898B8C;
}
</style>