#8E7891

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

Shades of Amethyst Smoke #8E7891

Tints of Amethyst Smoke #8E7891

Color information

#8E7891 (or 0x8E7891) is unknown color: approx Amethyst Smoke. HEX triplet: 8E, 78 and 91. RGB value is (142,120,145). Sum of RGB (Red+Green+Blue) = 142+120+145=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E7891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7891 is #71876E. Grayscale: #818181. Windows color (decimal): -7440239 or 9533582. OLE color: 9533582.

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

Color convert

RGB142120145-
CMYK0.020.1700.43
HSL292.8º10.2%51.96%-
HSV(B)292.8º17.24%56.86%-
XYZ22.9821.2329.67-
YUV129.43136.79136.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.89%
GREEN value IS 120 (47.27% from 255) = 29.48%
BLUE value IS 145 (57.03% from 255) = 35.63%
R=34.89%
G=29.48%
B=35.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1421201450.020.1700.43292.810.251.96
Hex8E789121102B125a34
Octal2161702212210534451264
Binary10001110111100010010001101000101010111001001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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