#8E9395

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

Shades of Aluminium #8E9395

Tints of Aluminium #8E9395

Color information

#8E9395 (or 0x8E9395) is unknown color: approx Aluminium. HEX triplet: 8E, 93 and 95. RGB value is (142,147,149). Sum of RGB (Red+Green+Blue) = 142+147+149=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E9395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9395 is #716C6A. Grayscale: #919191. Windows color (decimal): -7433323 or 9802638. OLE color: 9802638.

HSL color Cylindrical-coordinate representation of color #8E9395: hue angle of 197.14º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8E9395 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB142147149-
CMYK0.050.0100.42
HSL197.14º3.2%57.06%-
HSV(B)197.14º4.7%58.43%-
XYZ27.0128.7932.57-
YUV145.73129.84125.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.42%
GREEN value IS 147 (57.81% from 255) = 33.56%
BLUE value IS 149 (58.59% from 255) = 34.02%
R=32.42%
G=33.56%
B=34.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421471490.050.0100.42197.143.257.06
Hex8E93955102Ac5339
Octal21622322551052305371
Binary100011101001001110010101101101010101100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E9395; }

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

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

<style>
 a { background-color: #8E9395; }

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

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

<style>
 span { border-color: #8E9395; }

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

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