#938694

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

Shades of Amethyst Smoke #938694

Tints of Amethyst Smoke #938694

Color information

#938694 (or 0x938694) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 86 and 94. RGB value is (147,134,148). Sum of RGB (Red+Green+Blue) = 147+134+148=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 148 - color contains mainly: blue. Hex color #938694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938694 is #6C796B. Grayscale: #8B8B8B. Windows color (decimal): -7108972 or 9733779. OLE color: 9733779.

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

Color convert

RGB147134148-
CMYK0.010.0900.42
HSL295.71º6.14%55.29%-
HSV(B)295.71º9.46%58.04%-
XYZ25.925.3931.55-
YUV139.48132.81133.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.27%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 148 (58.20% from 255) = 34.50%
R=34.27%
G=31.24%
B=34.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471341480.010.0900.42295.716.1455.29
Hex9386941902A128637
Octal223206224111052450667
Binary100100111000011010010100110010101010100101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938694; }

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

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

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

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

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

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

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

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