#938494

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

Shades of Amethyst Smoke #938494

Tints of Amethyst Smoke #938494

Color information

#938494 (or 0x938494) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 84 and 94. RGB value is (147,132,148). Sum of RGB (Red+Green+Blue) = 147+132+148=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 148 - color contains mainly: blue. Hex color #938494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938494 is #6C7B6B. Grayscale: #8A8A8A. Windows color (decimal): -7109484 or 9733267. OLE color: 9733267.

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

Color convert

RGB147132148-
CMYK0.010.1100.42
HSL296.25º6.96%54.9%-
HSV(B)296.25º10.81%58.04%-
XYZ25.6324.8431.46-
YUV138.31133.47134.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.43%
GREEN value IS 132 (51.95% from 255) = 30.91%
BLUE value IS 148 (58.20% from 255) = 34.66%
R=34.43%
G=30.91%
B=34.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471321480.010.1100.42296.256.9654.9
Hex9384941B02A128737
Octal223204224113052450767
Binary100100111000010010010100110110101010100101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938494; }

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

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

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

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

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

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

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

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