#939293

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

Shades of Amethyst Smoke #939293

Tints of Amethyst Smoke #939293

Color information

#939293 (or 0x939293) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 92 and 93. RGB value is (147,146,147). Sum of RGB (Red+Green+Blue) = 147+146+147=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #939293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939293 is #6C6D6C. Grayscale: #929292. Windows color (decimal): -7105901 or 9671315. OLE color: 9671315.

HSL color Cylindrical-coordinate representation of color #939293: hue angle of 300º degrees, saturation: 0, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #939293 is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB147146147-
CMYK00.0100.42
HSL300º0.46%57.45%-
HSV(B)300º0.68%57.65%-
XYZ27.5828.8731.72-
YUV146.41128.33128.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.41%
GREEN value IS 146 (57.42% from 255) = 33.18%
BLUE value IS 147 (57.81% from 255) = 33.41%
R=33.41%
G=33.18%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714614700.0100.423000.4657.45
Hex9392930102A12c039
Octal22322222301052454071
Binary1001001110010010100100110101010101001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939293; }

 p { color: rgb(147,146,147); }

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

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

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

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

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

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

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