#898D8F

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

Shades of Aluminium #898D8F

Tints of Aluminium #898D8F

Color information

#898D8F (or 0x898D8F) is unknown color: approx Aluminium. HEX triplet: 89, 8D and 8F. RGB value is (137,141,143). Sum of RGB (Red+Green+Blue) = 137+141+143=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 143 - color contains mainly: blue. Hex color #898D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898D8F is #767270. Grayscale: #8C8C8C. Windows color (decimal): -7762545 or 9407881. OLE color: 9407881.

HSL color Cylindrical-coordinate representation of color #898D8F: hue angle of 200º degrees, saturation: 0.03, 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 #898D8F is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB137141143-
CMYK0.040.0100.44
HSL200º2.61%54.9%-
HSV(B)200º4.2%56.08%-
XYZ24.826.3529.77-
YUV140.03129.67125.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.54%
GREEN value IS 141 (55.47% from 255) = 33.49%
BLUE value IS 143 (56.25% from 255) = 33.97%
R=32.54%
G=33.49%
B=33.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371411430.040.0100.442002.6154.9
Hex898D8F4102Cc8337
Octal21121521741054310367
Binary100010011000110110001111100101011001100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898D8F; }

 p { color: rgb(137,141,143); }

 H1.HeaderClassName
 {
   color: #898D8F;
 }
 .AnyTagClassName
 {
   color: #898D8F;
 }
</style>
background-color css

<style>
 a { background-color: #898D8F; }

 a { background-color: rgb(137,141,143); }

 div.DivClassName
 {
   background-color: #898D8F;
 }
 .BgClassName
 {
   background-color: #898D8F;
 }
</style>
border-color css

<style>
 span { border-color: #898D8F; }

 span { border-color: rgb(137,141,143); }

 td.TdClassName
 {
   border-color: #898D8F;
 }
 .TagClassName
 {
   border-color: #898D8F;
 }
</style>