#8C888F

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

Shades of Amethyst Smoke #8C888F

Tints of Amethyst Smoke #8C888F

Color information

#8C888F (or 0x8C888F) is unknown color: approx Amethyst Smoke. HEX triplet: 8C, 88 and 8F. RGB value is (140,136,143). Sum of RGB (Red+Green+Blue) = 140+136+143=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 143 - color contains mainly: blue. Hex color #8C888F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C888F is #737770. Grayscale: #898989. Windows color (decimal): -7567217 or 9406604. OLE color: 9406604.

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

Color convert

RGB140136143-
CMYK0.020.0500.44
HSL274.29º3.03%54.71%-
HSV(B)274.29º4.9%56.08%-
XYZ24.5825.1729.55-
YUV137.99130.83129.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.41%
GREEN value IS 136 (53.52% from 255) = 32.46%
BLUE value IS 143 (56.25% from 255) = 34.13%
R=33.41%
G=32.46%
B=34.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1401361430.020.0500.44274.293.0354.71
Hex8C888F2502C112337
Octal21421021725054422367
Binary10001100100010001000111110101010110010001001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C888F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,136,143); }

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

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

 a { background-color: rgb(140,136,143); }

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

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

 span { border-color: rgb(140,136,143); }

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