#898E93

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

Shades of Aluminium #898E93

Tints of Aluminium #898E93

Color information

#898E93 (or 0x898E93) is unknown color: approx Aluminium. HEX triplet: 89, 8E and 93. RGB value is (137,142,147). Sum of RGB (Red+Green+Blue) = 137+142+147=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 147 - color contains mainly: blue. Hex color #898E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898E93 is #76716C. Grayscale: #8D8D8D. Windows color (decimal): -7762285 or 9670281. OLE color: 9670281.

HSL color Cylindrical-coordinate representation of color #898E93: hue angle of 210º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #898E93 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB137142147-
CMYK0.070.0300.42
HSL210º4.42%55.69%-
HSV(B)210º6.8%57.65%-
XYZ25.2626.7731.44-
YUV141.08131.34125.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.16%
GREEN value IS 142 (55.86% from 255) = 33.33%
BLUE value IS 147 (57.81% from 255) = 34.51%
R=32.16%
G=33.33%
B=34.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371421470.070.0300.422104.4255.69
Hex898E937302Ad2438
Octal21121622373052322470
Binary10001001100011101001001111111010101011010010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,142,147); }

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

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

 a { background-color: rgb(137,142,147); }

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

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

 span { border-color: rgb(137,142,147); }

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