#8E8894

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

Shades of Amethyst Smoke #8E8894

Tints of Amethyst Smoke #8E8894

Color information

#8E8894 (or 0x8E8894) is unknown color: approx Amethyst Smoke. HEX triplet: 8E, 88 and 94. RGB value is (142,136,148). Sum of RGB (Red+Green+Blue) = 142+136+148=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 148 - color contains mainly: blue. Hex color #8E8894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8894 is #71776B. Grayscale: #8B8B8B. Windows color (decimal): -7436140 or 9734286. OLE color: 9734286.

HSL color Cylindrical-coordinate representation of color #8E8894: hue angle of 270º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8E8894 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB142136148-
CMYK0.040.0800.42
HSL270º5.31%55.69%-
HSV(B)270º8.11%58.04%-
XYZ25.325.531.6-
YUV139.16132.99130.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.33%
GREEN value IS 136 (53.52% from 255) = 31.92%
BLUE value IS 148 (58.20% from 255) = 34.74%
R=33.33%
G=31.92%
B=34.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421361480.040.0800.422705.3155.69
Hex8E88944802A10e538
Octal216210224410052416570
Binary10001110100010001001010010010000101010100001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,136,148); }

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

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

 a { background-color: rgb(142,136,148); }

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

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

 span { border-color: rgb(142,136,148); }

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