#938295

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

Shades of Amethyst Smoke #938295

Tints of Amethyst Smoke #938295

Color information

#938295 (or 0x938295) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 82 and 95. RGB value is (147,130,149). Sum of RGB (Red+Green+Blue) = 147+130+149=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 149 - color contains mainly: blue. Hex color #938295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938295 is #6C7D6A. Grayscale: #898989. Windows color (decimal): -7109995 or 9798291. OLE color: 9798291.

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

Color convert

RGB147130149-
CMYK0.010.1300.42
HSL293.68º8.23%54.71%-
HSV(B)293.68º12.75%58.43%-
XYZ25.4424.3431.79-
YUV137.25134.63134.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.51%
GREEN value IS 130 (51.17% from 255) = 30.52%
BLUE value IS 149 (58.59% from 255) = 34.98%
R=34.51%
G=30.52%
B=34.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471301490.010.1300.42293.688.2354.71
Hex9382951D02A126837
Octal2232022251150524461067
Binary1001001110000010100101011110101010101001001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938295; }

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

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

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

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

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

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

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

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