#8E8599

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

Shades of Amethyst Smoke #8E8599

Tints of Amethyst Smoke #8E8599

Color information

#8E8599 (or 0x8E8599) is unknown color: approx Amethyst Smoke. HEX triplet: 8E, 85 and 99. RGB value is (142,133,153). Sum of RGB (Red+Green+Blue) = 142+133+153=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E8599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8599 is #717A66. Grayscale: #898989. Windows color (decimal): -7436903 or 10061198. OLE color: 10061198.

HSL color Cylindrical-coordinate representation of color #8E8599: hue angle of 267º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8E8599 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB142133153-
CMYK0.070.1300.4
HSL267º8.93%56.08%-
HSV(B)267º13.07%60%-
XYZ25.2924.8333.6-
YUV137.97136.48130.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.18%
GREEN value IS 133 (52.34% from 255) = 31.07%
BLUE value IS 153 (60.16% from 255) = 35.75%
R=33.18%
G=31.07%
B=35.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1421331530.070.1300.42678.9356.08
Hex8E85997D02810b938
Octal2162052317150504131170
Binary100011101000010110011001111110101010001000010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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