#8C8490

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

Shades of Amethyst Smoke #8C8490

Tints of Amethyst Smoke #8C8490

Color information

#8C8490 (or 0x8C8490) is unknown color: approx Amethyst Smoke. HEX triplet: 8C, 84 and 90. RGB value is (140,132,144). Sum of RGB (Red+Green+Blue) = 140+132+144=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 144 - color contains mainly: blue. Hex color #8C8490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8490 is #737B6F. Grayscale: #878787. Windows color (decimal): -7568240 or 9471116. OLE color: 9471116.

HSL color Cylindrical-coordinate representation of color #8C8490: hue angle of 280º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8C8490 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB140132144-
CMYK0.030.0800.44
HSL280º5.13%54.12%-
HSV(B)280º8.33%56.47%-
XYZ24.124.0929.77-
YUV135.76132.65131.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.65%
GREEN value IS 132 (51.95% from 255) = 31.73%
BLUE value IS 144 (56.64% from 255) = 34.62%
R=33.65%
G=31.73%
B=34.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1401321440.030.0800.442805.1354.12
Hex8C84903802C118536
Octal214204220310054430566
Binary1000110010000100100100001110000101100100011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C8490; }

 p { color: rgb(140,132,144); }

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

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

 a { background-color: rgb(140,132,144); }

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

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

 span { border-color: rgb(140,132,144); }

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