#8C868E

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

Shades of Amethyst Smoke #8C868E

Tints of Amethyst Smoke #8C868E

Color information

#8C868E (or 0x8C868E) is unknown color: approx Amethyst Smoke. HEX triplet: 8C, 86 and 8E. RGB value is (140,134,142). Sum of RGB (Red+Green+Blue) = 140+134+142=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 142 - color contains mainly: blue. Hex color #8C868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C868E is #737971. Grayscale: #888888. Windows color (decimal): -7567730 or 9340556. OLE color: 9340556.

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

Color convert

RGB140134142-
CMYK0.010.0600.44
HSL285º3.42%54.12%-
HSV(B)285º5.63%55.69%-
XYZ24.2224.5829.06-
YUV136.71130.99130.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.65%
GREEN value IS 134 (52.73% from 255) = 32.21%
BLUE value IS 142 (55.86% from 255) = 34.13%
R=33.65%
G=32.21%
B=34.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1401341420.010.0600.442853.4254.12
Hex8C868E1602C11d336
Octal21420621616054435366
Binary1000110010000110100011101110010110010001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,134,142); }

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

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

 a { background-color: rgb(140,134,142); }

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

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

 span { border-color: rgb(140,134,142); }

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