#8C8293

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

Shades of Amethyst Smoke #8C8293

Tints of Amethyst Smoke #8C8293

Color information

#8C8293 (or 0x8C8293) is unknown color: approx Amethyst Smoke. HEX triplet: 8C, 82 and 93. RGB value is (140,130,147). Sum of RGB (Red+Green+Blue) = 140+130+147=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 147 - color contains mainly: blue. Hex color #8C8293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8293 is #737D6C. Grayscale: #868686. Windows color (decimal): -7568749 or 9667212. OLE color: 9667212.

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

Color convert

RGB140130147-
CMYK0.050.1200.42
HSL275.29º7.3%54.31%-
HSV(B)275.29º11.56%57.65%-
XYZ24.0623.6530.9-
YUV134.93134.81131.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.57%
GREEN value IS 130 (51.17% from 255) = 31.18%
BLUE value IS 147 (57.81% from 255) = 35.25%
R=33.57%
G=31.18%
B=35.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1401301470.050.1200.42275.297.354.31
Hex8C82935C02A113736
Octal214202223514052423766
Binary10001100100000101001001110111000101010100010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,130,147); }

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

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

 a { background-color: rgb(140,130,147); }

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

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

 span { border-color: rgb(140,130,147); }

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