#938495

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

Shades of Amethyst Smoke #938495

Tints of Amethyst Smoke #938495

Color information

#938495 (or 0x938495) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 84 and 95. RGB value is (147,132,149). Sum of RGB (Red+Green+Blue) = 147+132+149=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 149 - color contains mainly: blue. Hex color #938495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938495 is #6C7B6A. Grayscale: #8A8A8A. Windows color (decimal): -7109483 or 9798803. OLE color: 9798803.

HSL color Cylindrical-coordinate representation of color #938495: hue angle of 292.94º 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 #938495 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB147132149-
CMYK0.010.1100.42
HSL292.94º7.42%55.1%-
HSV(B)292.94º11.41%58.43%-
XYZ25.7124.8831.88-
YUV138.42133.97134.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.35%
GREEN value IS 132 (51.95% from 255) = 30.84%
BLUE value IS 149 (58.59% from 255) = 34.81%
R=34.35%
G=30.84%
B=34.81%

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
Decimal1471321490.010.1100.42292.947.4255.1
Hex9384951B02A125737
Octal223204225113052445767
Binary100100111000010010010101110110101010100100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938495; }

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

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

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

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

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

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

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

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