#8D798E

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

Shades of Amethyst Smoke #8D798E

Tints of Amethyst Smoke #8D798E

Color information

#8D798E (or 0x8D798E) is unknown color: approx Amethyst Smoke. HEX triplet: 8D, 79 and 8E. RGB value is (141,121,142). Sum of RGB (Red+Green+Blue) = 141+121+142=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 142 - color contains mainly: blue. Hex color #8D798E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D798E is #728671. Grayscale: #818181. Windows color (decimal): -7505522 or 9337229. OLE color: 9337229.

HSL color Cylindrical-coordinate representation of color #8D798E: hue angle of 297.14º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8D798E is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB141121142-
CMYK0.010.1500.44
HSL297.14º8.5%51.57%-
HSV(B)297.14º14.79%55.69%-
XYZ22.721.2928.5-
YUV129.37135.13136.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.90%
GREEN value IS 121 (47.66% from 255) = 29.95%
BLUE value IS 142 (55.86% from 255) = 35.15%
R=34.90%
G=29.95%
B=35.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1411211420.010.1500.44297.148.551.57
Hex8D798E1F02C129934
Octal2151712161170544511164
Binary100011011111001100011101111101011001001010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,121,142); }

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

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

 a { background-color: rgb(141,121,142); }

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

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

 span { border-color: rgb(141,121,142); }

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