#8E8090

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

Shades of Amethyst Smoke #8E8090

Tints of Amethyst Smoke #8E8090

Color information

#8E8090 (or 0x8E8090) is unknown color: approx Amethyst Smoke. HEX triplet: 8E, 80 and 90. RGB value is (142,128,144). Sum of RGB (Red+Green+Blue) = 142+128+144=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 144 - color contains mainly: blue. Hex color #8E8090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8090 is #717F6F. Grayscale: #858585. Windows color (decimal): -7438192 or 9470094. OLE color: 9470094.

HSL color Cylindrical-coordinate representation of color #8E8090: hue angle of 292.5º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8E8090 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB142128144-
CMYK0.010.1100.44
HSL292.5º6.72%53.33%-
HSV(B)292.5º11.11%56.47%-
XYZ23.9123.229.6-
YUV134.01133.64133.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.30%
GREEN value IS 128 (50.39% from 255) = 30.92%
BLUE value IS 144 (56.64% from 255) = 34.78%
R=34.30%
G=30.92%
B=34.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421281440.010.1100.44292.56.7253.33
Hex8E80901B02C125735
Octal216200220113054445765
Binary100011101000000010010000110110101100100100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,128,144); }

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

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

 a { background-color: rgb(142,128,144); }

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

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

 span { border-color: rgb(142,128,144); }

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