#898C8D

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

Shades of Aluminium #898C8D

Tints of Aluminium #898C8D

Color information

#898C8D (or 0x898C8D) is unknown color: approx Aluminium. HEX triplet: 89, 8C and 8D. RGB value is (137,140,141). Sum of RGB (Red+Green+Blue) = 137+140+141=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 141 - color contains mainly: blue. Hex color #898C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898C8D is #767372. Grayscale: #8B8B8B. Windows color (decimal): -7762803 or 9276553. OLE color: 9276553.

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

Color convert

RGB137140141-
CMYK0.030.0100.45
HSL195º1.72%54.51%-
HSV(B)195º2.84%55.29%-
XYZ24.52628.93-
YUV139.22129.01126.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.78%
GREEN value IS 140 (55.08% from 255) = 33.49%
BLUE value IS 141 (55.47% from 255) = 33.73%
R=32.78%
G=33.49%
B=33.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371401410.030.0100.451951.7254.51
Hex898C8D3102Dc3237
Octal21121421531055303267
Binary10001001100011001000110111101011011100001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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