#8E8693

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

Shades of Amethyst Smoke #8E8693

Tints of Amethyst Smoke #8E8693

Color information

#8E8693 (or 0x8E8693) is unknown color: approx Amethyst Smoke. HEX triplet: 8E, 86 and 93. RGB value is (142,134,147). Sum of RGB (Red+Green+Blue) = 142+134+147=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 147 - color contains mainly: blue. Hex color #8E8693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8693 is #71796C. Grayscale: #898989. Windows color (decimal): -7436653 or 9668238. OLE color: 9668238.

HSL color Cylindrical-coordinate representation of color #8E8693: hue angle of 276.92º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8E8693 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB142134147-
CMYK0.030.0900.42
HSL276.92º5.68%55.1%-
HSV(B)276.92º8.84%57.65%-
XYZ24.9524.9131.1-
YUV137.87133.15130.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.57%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=33.57%
G=31.68%
B=34.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421341470.030.0900.42276.925.6855.1
Hex8E86933902A115637
Octal216206223311052425667
Binary1000111010000110100100111110010101010100010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,134,147); }

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

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

 a { background-color: rgb(142,134,147); }

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

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

 span { border-color: rgb(142,134,147); }

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