#938395

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

Shades of Amethyst Smoke #938395

Tints of Amethyst Smoke #938395

Color information

#938395 (or 0x938395) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 83 and 95. RGB value is (147,131,149). Sum of RGB (Red+Green+Blue) = 147+131+149=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 149 - color contains mainly: blue. Hex color #938395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938395 is #6C7C6A. Grayscale: #898989. Windows color (decimal): -7109739 or 9798547. OLE color: 9798547.

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

Color convert

RGB147131149-
CMYK0.010.1200.42
HSL293.33º7.83%54.9%-
HSV(B)293.33º12.08%58.43%-
XYZ25.5724.6131.84-
YUV137.84134.3134.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.43%
GREEN value IS 131 (51.56% from 255) = 30.68%
BLUE value IS 149 (58.59% from 255) = 34.89%
R=34.43%
G=30.68%
B=34.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471311490.010.1200.42293.337.8354.9
Hex9383951C02A125837
Octal2232032251140524451067
Binary1001001110000011100101011110001010101001001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938395; }

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

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

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

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

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

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

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

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