#8E8292

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

Shades of Amethyst Smoke #8E8292

Tints of Amethyst Smoke #8E8292

Color information

#8E8292 (or 0x8E8292) is unknown color: approx Amethyst Smoke. HEX triplet: 8E, 82 and 92. RGB value is (142,130,146). Sum of RGB (Red+Green+Blue) = 142+130+146=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E8292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8292 is #717D6D. Grayscale: #878787. Windows color (decimal): -7437678 or 9601678. OLE color: 9601678.

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

Color convert

RGB142130146-
CMYK0.030.1100.43
HSL285º6.84%54.12%-
HSV(B)285º10.96%57.25%-
XYZ24.3323.7930.5-
YUV135.41133.98132.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.97%
GREEN value IS 130 (51.17% from 255) = 31.10%
BLUE value IS 146 (57.42% from 255) = 34.93%
R=33.97%
G=31.10%
B=34.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1421301460.030.1100.432856.8454.12
Hex8E82923B02B11d736
Octal216202222313053435766
Binary1000111010000010100100101110110101011100011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,130,146); }

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

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

 a { background-color: rgb(142,130,146); }

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

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

 span { border-color: rgb(142,130,146); }

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