#938995

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

Shades of Amethyst Smoke #938995

Tints of Amethyst Smoke #938995

Color information

#938995 (or 0x938995) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 89 and 95. RGB value is (147,137,149). Sum of RGB (Red+Green+Blue) = 147+137+149=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 149 - color contains mainly: blue. Hex color #938995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938995 is #6C766A. Grayscale: #8D8D8D. Windows color (decimal): -7108203 or 9800083. OLE color: 9800083.

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

Color convert

RGB147137149-
CMYK0.010.0800.42
HSL290º5.36%56.08%-
HSV(B)290º8.05%58.43%-
XYZ26.426.2632.11-
YUV141.36132.31132.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.95%
GREEN value IS 137 (53.91% from 255) = 31.64%
BLUE value IS 149 (58.59% from 255) = 34.41%
R=33.95%
G=31.64%
B=34.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471371490.010.0800.422905.3656.08
Hex9389951802A122538
Octal223211225110052442570
Binary100100111000100110010101110000101010100100010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938995; }

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

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

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

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

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

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

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

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