#8D788E

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

Shades of Amethyst Smoke #8D788E

Tints of Amethyst Smoke #8D788E

Color information

#8D788E (or 0x8D788E) is unknown color: approx Amethyst Smoke. HEX triplet: 8D, 78 and 8E. RGB value is (141,120,142). Sum of RGB (Red+Green+Blue) = 141+120+142=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 142 - color contains mainly: blue. Hex color #8D788E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D788E is #728771. Grayscale: #808080. Windows color (decimal): -7505778 or 9336973. OLE color: 9336973.

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

Color convert

RGB141120142-
CMYK0.010.1500.44
HSL297.27º8.87%51.37%-
HSV(B)297.27º15.49%55.69%-
XYZ22.5821.0528.46-
YUV128.79135.46136.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.99%
GREEN value IS 120 (47.27% from 255) = 29.78%
BLUE value IS 142 (55.86% from 255) = 35.24%
R=34.99%
G=29.78%
B=35.24%

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
Decimal1411201420.010.1500.44297.278.8751.37
Hex8D788E1F02C129933
Octal2151702161170544511163
Binary100011011111000100011101111101011001001010011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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