#898B8E

Color #898B8E Aluminium (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aluminium #898B8E

Tints of Aluminium #898B8E

Color information

#898B8E (or 0x898B8E) is unknown color: approx 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

RGB137139142-
CMYK0.040.0200.44
HSL216º2.16%54.71%-
HSV(B)216º3.52%55.69%-
XYZ24.4325.7429.27-
YUV138.74129.84126.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 32.78%
GREEN value IS 139 (54.69% from 255) = 33.25%
BLUE value IS 142 (55.86% from 255) = 33.97%
R=32.78%
G=33.25%
B=33.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371391420.040.0200.442162.1654.71
Hex898B8E4202Cd8237
Octal21121321642054330267
Binary1000100110001011100011101001001011001101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>