#8D8399

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

Shades of Amethyst Smoke #8D8399

Tints of Amethyst Smoke #8D8399

Color information

#8D8399 (or 0x8D8399) is unknown color: approx Amethyst Smoke. HEX triplet: 8D, 83 and 99. RGB value is (141,131,153). Sum of RGB (Red+Green+Blue) = 141+131+153=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D8399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8399 is #727C66. Grayscale: #888888. Windows color (decimal): -7502951 or 10060685. OLE color: 10060685.

HSL color Cylindrical-coordinate representation of color #8D8399: hue angle of 267.27º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8D8399 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB141131153-
CMYK0.080.1400.4
HSL267.27º9.73%55.69%-
HSV(B)267.27º14.38%60%-
XYZ24.8524.233.5-
YUV136.5137.31131.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.18%
GREEN value IS 131 (51.56% from 255) = 30.82%
BLUE value IS 153 (60.16% from 255) = 36%
R=33.18%
G=30.82%
B=36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1411311530.080.1400.4267.279.7355.69
Hex8D83998E02810ba38
Octal21520323110160504131270
Binary1000110110000011100110011000111001010001000010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,131,153); }

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

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

 a { background-color: rgb(141,131,153); }

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

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

 span { border-color: rgb(141,131,153); }

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