#8E8799

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

Shades of Amethyst Smoke #8E8799

Tints of Amethyst Smoke #8E8799

Color information

#8E8799 (or 0x8E8799) is unknown color: approx Amethyst Smoke. HEX triplet: 8E, 87 and 99. RGB value is (142,135,153). Sum of RGB (Red+Green+Blue) = 142+135+153=430 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.02% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E8799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8799 is #717866. Grayscale: #8B8B8B. Windows color (decimal): -7436391 or 10061710. OLE color: 10061710.

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

Color convert

RGB142135153-
CMYK0.070.1200.4
HSL263.33º8.11%56.47%-
HSV(B)263.33º11.76%60%-
XYZ25.5725.3833.69-
YUV139.14135.82130.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.02%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 153 (60.16% from 255) = 35.58%
R=33.02%
G=31.40%
B=35.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1421351530.070.1200.4263.338.1156.47
Hex8E87997C028107838
Octal2162072317140504071070
Binary100011101000011110011001111110001010001000001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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