#8D7790

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

Shades of Amethyst Smoke #8D7790

Tints of Amethyst Smoke #8D7790

Color information

#8D7790 (or 0x8D7790) is unknown color: approx Amethyst Smoke. HEX triplet: 8D, 77 and 90. RGB value is (141,119,144). Sum of RGB (Red+Green+Blue) = 141+119+144=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 144 - color contains mainly: blue. Hex color #8D7790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7790 is #72886F. Grayscale: #808080. Windows color (decimal): -7506032 or 9467789. OLE color: 9467789.

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

Color convert

RGB141119144-
CMYK0.020.1700.44
HSL292.8º10.12%51.57%-
HSV(B)292.8º17.36%56.47%-
XYZ22.6220.8729.22-
YUV128.43136.79136.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.90%
GREEN value IS 119 (46.88% from 255) = 29.46%
BLUE value IS 144 (56.64% from 255) = 35.64%
R=34.90%
G=29.46%
B=35.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1411191440.020.1700.44292.810.1251.57
Hex8D779021102C125a34
Octal2151672202210544451264
Binary10001101111011110010000101000101011001001001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,119,144); }

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

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

 a { background-color: rgb(141,119,144); }

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

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

 span { border-color: rgb(141,119,144); }

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