#8D8293

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

Shades of Amethyst Smoke #8D8293

Tints of Amethyst Smoke #8D8293

Color information

#8D8293 (or 0x8D8293) is unknown color: approx Amethyst Smoke. HEX triplet: 8D, 82 and 93. RGB value is (141,130,147). Sum of RGB (Red+Green+Blue) = 141+130+147=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D8293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8293 is #727D6C. Grayscale: #878787. Windows color (decimal): -7503213 or 9667213. OLE color: 9667213.

HSL color Cylindrical-coordinate representation of color #8D8293: hue angle of 278.82º 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 #8D8293 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB141130147-
CMYK0.040.1200.42
HSL278.82º7.3%54.31%-
HSV(B)278.82º11.56%57.65%-
XYZ24.2323.7330.91-
YUV135.23134.64132.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.73%
GREEN value IS 130 (51.17% from 255) = 31.10%
BLUE value IS 147 (57.81% from 255) = 35.17%
R=33.73%
G=31.10%
B=35.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411301470.040.1200.42278.827.354.31
Hex8D82934C02A117736
Octal215202223414052427766
Binary10001101100000101001001110011000101010100010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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