#938293

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

Shades of Amethyst Smoke #938293

Tints of Amethyst Smoke #938293

Color information

#938293 (or 0x938293) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 82 and 93. RGB value is (147,130,147). Sum of RGB (Red+Green+Blue) = 147+130+147=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #938293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938293 is #6C7D6C. Grayscale: #888888. Windows color (decimal): -7109997 or 9667219. OLE color: 9667219.

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

Color convert

RGB147130147-
CMYK00.1200.42
HSL300º7.3%54.31%-
HSV(B)300º11.56%57.65%-
XYZ25.2824.2730.96-
YUV137.02133.63135.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.67%
GREEN value IS 130 (51.17% from 255) = 30.66%
BLUE value IS 147 (57.81% from 255) = 34.67%
R=34.67%
G=30.66%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713014700.1200.423007.354.31
Hex9382930C02A12c736
Octal223202223014052454766
Binary100100111000001010010011011000101010100101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938293; }

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

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

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

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

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

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

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

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