#8D829C

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

Shades of Amethyst Smoke #8D829C

Tints of Amethyst Smoke #8D829C

Color information

#8D829C (or 0x8D829C) is unknown color: approx Amethyst Smoke. HEX triplet: 8D, 82 and 9C. RGB value is (141,130,156). Sum of RGB (Red+Green+Blue) = 141+130+156=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 156 - color contains mainly: blue. Hex color #8D829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D829C is #727D63. Grayscale: #888888. Windows color (decimal): -7503204 or 10257037. OLE color: 10257037.

HSL color Cylindrical-coordinate representation of color #8D829C: hue angle of 265.38º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8D829C is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB141130156-
CMYK0.100.1700.39
HSL265.38º11.61%56.08%-
HSV(B)265.38º16.67%61.18%-
XYZ24.9724.0334.77-
YUV136.25139.14131.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.02%
GREEN value IS 130 (51.17% from 255) = 30.44%
BLUE value IS 156 (61.33% from 255) = 36.53%
R=33.02%
G=30.44%
B=36.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1411301560.100.1700.39265.3811.6156.08
Hex8D829CA11027109c38
Octal21520223412210474111470
Binary10001101100000101001110010101000101001111000010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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