#8E8590

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

Shades of Amethyst Smoke #8E8590

Tints of Amethyst Smoke #8E8590

Color information

#8E8590 (or 0x8E8590) is unknown color: approx Amethyst Smoke. HEX triplet: 8E, 85 and 90. RGB value is (142,133,144). Sum of RGB (Red+Green+Blue) = 142+133+144=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 144 - color contains mainly: blue. Hex color #8E8590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8590 is #717A6F. Grayscale: #888888. Windows color (decimal): -7436912 or 9471374. OLE color: 9471374.

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

Color convert

RGB142133144-
CMYK0.010.0800.44
HSL289.09º4.72%54.31%-
HSV(B)289.09º7.64%56.47%-
XYZ24.5824.5429.83-
YUV136.94131.98131.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.89%
GREEN value IS 133 (52.34% from 255) = 31.74%
BLUE value IS 144 (56.64% from 255) = 34.37%
R=33.89%
G=31.74%
B=34.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421331440.010.0800.44289.094.7254.31
Hex8E85901802C121536
Octal216205220110054441566
Binary100011101000010110010000110000101100100100001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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