#9486A4

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

Shades of Amethyst Smoke #9486A4

Tints of Amethyst Smoke #9486A4

Color information

#9486A4 (or 0x9486A4) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 86 and A4. RGB value is (148,134,164). Sum of RGB (Red+Green+Blue) = 148+134+164=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 164 - color contains mainly: blue. Hex color #9486A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9486A4 is #6B795B. Grayscale: #8D8D8D. Windows color (decimal): -7043420 or 10782356. OLE color: 10782356.

HSL color Cylindrical-coordinate representation of color #9486A4: hue angle of 268º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9486A4 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB148134164-
CMYK0.100.1800.36
HSL268º14.15%58.43%-
HSV(B)268º18.29%64.31%-
XYZ27.4426.0338.7-
YUV141.61140.64132.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.18%
GREEN value IS 134 (52.73% from 255) = 30.04%
BLUE value IS 164 (64.45% from 255) = 36.77%
R=33.18%
G=30.04%
B=36.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481341640.100.1800.3626814.1558.43
Hex9486A4A1202410ce3a
Octal22420624412220444141672
Binary10010100100001101010010010101001001001001000011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9486A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9486A4; }

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

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

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

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

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

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

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

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