#8E8791

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

Shades of Amethyst Smoke #8E8791

Tints of Amethyst Smoke #8E8791

Color information

#8E8791 (or 0x8E8791) is unknown color: approx Amethyst Smoke. HEX triplet: 8E, 87 and 91. RGB value is (142,135,145). Sum of RGB (Red+Green+Blue) = 142+135+145=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E8791 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8791 is #71786E. Grayscale: #8A8A8A. Windows color (decimal): -7436399 or 9537422. OLE color: 9537422.

HSL color Cylindrical-coordinate representation of color #8E8791: hue angle of 282º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8E8791 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB142135145-
CMYK0.020.0700.43
HSL282º4.35%54.9%-
HSV(B)282º6.9%56.86%-
XYZ24.9325.1230.32-
YUV138.23131.82130.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.65%
GREEN value IS 135 (53.12% from 255) = 31.99%
BLUE value IS 145 (57.03% from 255) = 34.36%
R=33.65%
G=31.99%
B=34.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1421351450.020.0700.432824.3554.9
Hex8E87912702B11a437
Octal21620722127053432467
Binary100011101000011110010001101110101011100011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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