#938094

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

Shades of Amethyst Smoke #938094

Tints of Amethyst Smoke #938094

Color information

#938094 (or 0x938094) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 80 and 94. RGB value is (147,128,148). Sum of RGB (Red+Green+Blue) = 147+128+148=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 148 - color contains mainly: blue. Hex color #938094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938094 is #6C7F6B. Grayscale: #878787. Windows color (decimal): -7110508 or 9732243. OLE color: 9732243.

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

Color convert

RGB147128148-
CMYK0.010.1400.42
HSL297º8.55%54.12%-
HSV(B)297º13.51%58.04%-
XYZ25.123.7831.28-
YUV135.96134.79135.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.75%
GREEN value IS 128 (50.39% from 255) = 30.26%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=34.75%
G=30.26%
B=34.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471281480.010.1400.422978.5554.12
Hex9380941E02A129936
Octal2232002241160524511166
Binary1001001110000000100101001111001010101001010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938094; }

 p { color: rgb(147,128,148); }

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

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

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

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

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

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

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