#938595

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

Shades of Amethyst Smoke #938595

Tints of Amethyst Smoke #938595

Color information

#938595 (or 0x938595) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 85 and 95. RGB value is (147,133,149). Sum of RGB (Red+Green+Blue) = 147+133+149=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 149 - color contains mainly: blue. Hex color #938595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938595 is #6C7A6A. Grayscale: #8A8A8A. Windows color (decimal): -7109227 or 9799059. OLE color: 9799059.

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

Color convert

RGB147133149-
CMYK0.010.1100.42
HSL292.5º7.02%55.29%-
HSV(B)292.5º10.74%58.43%-
XYZ25.8425.1531.93-
YUV139.01133.64133.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.27%
GREEN value IS 133 (52.34% from 255) = 31.00%
BLUE value IS 149 (58.59% from 255) = 34.73%
R=34.27%
G=31.00%
B=34.73%

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
Decimal1471331490.010.1100.42292.57.0255.29
Hex9385951B02A125737
Octal223205225113052445767
Binary100100111000010110010101110110101010100100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938595; }

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

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

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

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

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

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

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

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