#8D839B

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

Shades of Amethyst Smoke #8D839B

Tints of Amethyst Smoke #8D839B

Color information

#8D839B (or 0x8D839B) is unknown color: approx Amethyst Smoke. HEX triplet: 8D, 83 and 9B. RGB value is (141,131,155). Sum of RGB (Red+Green+Blue) = 141+131+155=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D839B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D839B is #727C64. Grayscale: #888888. Windows color (decimal): -7502949 or 10191757. OLE color: 10191757.

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

Color convert

RGB141131155-
CMYK0.090.1500.39
HSL265º10.71%56.08%-
HSV(B)265º15.48%60.78%-
XYZ25.0224.2634.37-
YUV136.73138.31131.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.02%
GREEN value IS 131 (51.56% from 255) = 30.68%
BLUE value IS 155 (60.94% from 255) = 36.30%
R=33.02%
G=30.68%
B=36.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1411311550.090.1500.3926510.7156.08
Hex8D839B9F027109b38
Octal21520323311170474111370
Binary1000110110000011100110111001111101001111000010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D839B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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