#949094

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

Shades of Amethyst Smoke #949094

Tints of Amethyst Smoke #949094

Color information

#949094 (or 0x949094) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 90 and 94. RGB value is (148,144,148). Sum of RGB (Red+Green+Blue) = 148+144+148=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #949094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949094 is #6B6F6B. Grayscale: #919191. Windows color (decimal): -7040876 or 9736340. OLE color: 9736340.

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

Color convert

RGB148144148-
CMYK00.0300.42
HSL300º1.83%57.25%-
HSV(B)300º2.7%58.04%-
XYZ27.5328.3832.04-
YUV145.65129.33129.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.64%
GREEN value IS 144 (56.64% from 255) = 32.73%
BLUE value IS 148 (58.20% from 255) = 33.64%
R=33.64%
G=32.73%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814414800.0300.423001.8357.25
Hex9490940302A12c239
Octal22422022403052454271
Binary100101001001000010010100011010101010010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949094; }

 p { color: rgb(148,144,148); }

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

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

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

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

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

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

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