#938B9D

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

Shades of Amethyst Smoke #938B9D

Tints of Amethyst Smoke #938B9D

Color information

#938B9D (or 0x938B9D) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 8B and 9D. RGB value is (147,139,157). Sum of RGB (Red+Green+Blue) = 147+139+157=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 157 - color contains mainly: blue. Hex color #938B9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938B9D is #6C7462. Grayscale: #8F8F8F. Windows color (decimal): -7107683 or 10324883. OLE color: 10324883.

HSL color Cylindrical-coordinate representation of color #938B9D: hue angle of 266.67º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #938B9D is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB147139157-
CMYK0.060.1100.38
HSL266.67º8.41%58.04%-
HSV(B)266.67º11.46%61.57%-
XYZ27.3527.135.69-
YUV143.44135.65130.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.18%
GREEN value IS 139 (54.69% from 255) = 31.38%
BLUE value IS 157 (61.72% from 255) = 35.44%
R=33.18%
G=31.38%
B=35.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471391570.060.1100.38266.678.4158.04
Hex938B9D6B02610b83a
Octal2232132356130464131072
Binary100100111000101110011101110101101001101000010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938B9D; }

 p { color: rgb(147,139,157); }

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

<style>
 a { background-color: #938B9D; }

 a { background-color: rgb(147,139,157); }

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

<style>
 span { border-color: #938B9D; }

 span { border-color: rgb(147,139,157); }

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