#938695

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

Shades of Amethyst Smoke #938695

Tints of Amethyst Smoke #938695

Color information

#938695 (or 0x938695) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 86 and 95. RGB value is (147,134,149). Sum of RGB (Red+Green+Blue) = 147+134+149=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 149 - color contains mainly: blue. Hex color #938695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938695 is #6C796A. Grayscale: #8B8B8B. Windows color (decimal): -7108971 or 9799315. OLE color: 9799315.

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

Color convert

RGB147134149-
CMYK0.010.1000.42
HSL292º6.61%55.49%-
HSV(B)292º10.07%58.43%-
XYZ25.9825.4231.97-
YUV139.6133.31133.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.19%
GREEN value IS 134 (52.73% from 255) = 31.16%
BLUE value IS 149 (58.59% from 255) = 34.65%
R=34.19%
G=31.16%
B=34.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471341490.010.1000.422926.6155.49
Hex9386951A02A124737
Octal223206225112052444767
Binary100100111000011010010101110100101010100100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938695; }

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

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

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

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

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

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

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

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