#937796

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

Shades of Amethyst Smoke #937796

Tints of Amethyst Smoke #937796

Color information

#937796 (or 0x937796) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 77 and 96. RGB value is (147,119,150). Sum of RGB (Red+Green+Blue) = 147+119+150=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 150 - color contains mainly: blue. Hex color #937796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937796 is #6C8869. Grayscale: #828282. Windows color (decimal): -7112810 or 9861011. OLE color: 9861011.

HSL color Cylindrical-coordinate representation of color #937796: hue angle of 294.19º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #937796 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB147119150-
CMYK0.020.2100.41
HSL294.19º12.86%52.75%-
HSV(B)294.19º20.67%58.82%-
XYZ24.1321.631.75-
YUV130.91138.78139.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.34%
GREEN value IS 119 (46.88% from 255) = 28.61%
BLUE value IS 150 (58.98% from 255) = 36.06%
R=35.34%
G=28.61%
B=36.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471191500.020.2100.41294.1912.8652.75
Hex937796215029126d35
Octal2231672262250514461565
Binary10010011111011110010110101010101010011001001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937796; }

 p { color: rgb(147,119,150); }

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

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

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

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

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

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

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