#938699

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

Shades of Amethyst Smoke #938699

Tints of Amethyst Smoke #938699

Color information

#938699 (or 0x938699) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 86 and 99. RGB value is (147,134,153). Sum of RGB (Red+Green+Blue) = 147+134+153=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 153 - color contains mainly: blue. Hex color #938699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938699 is #6C7966. Grayscale: #8B8B8B. Windows color (decimal): -7108967 or 10061459. OLE color: 10061459.

HSL color Cylindrical-coordinate representation of color #938699: hue angle of 281.05º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #938699 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB147134153-
CMYK0.040.1200.4
HSL281.05º8.52%56.27%-
HSV(B)281.05º12.42%60%-
XYZ26.3125.5533.68-
YUV140.05135.31132.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.87%
GREEN value IS 134 (52.73% from 255) = 30.88%
BLUE value IS 153 (60.16% from 255) = 35.25%
R=33.87%
G=30.88%
B=35.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1471341530.040.1200.4281.058.5256.27
Hex9386994C028119938
Octal2232062314140504311170
Binary100100111000011010011001100110001010001000110011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938699; }

 p { color: rgb(147,134,153); }

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

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

 a { background-color: rgb(147,134,153); }

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

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

 span { border-color: rgb(147,134,153); }

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