#8C878D

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

Shades of Amethyst Smoke #8C878D

Tints of Amethyst Smoke #8C878D

Color information

#8C878D (or 0x8C878D) is unknown color: approx Amethyst Smoke. HEX triplet: 8C, 87 and 8D. RGB value is (140,135,141). Sum of RGB (Red+Green+Blue) = 140+135+141=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C878D is #737872. Grayscale: #898989. Windows color (decimal): -7567475 or 9275276. OLE color: 9275276.

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

Color convert

RGB140135141-
CMYK0.010.0400.45
HSL290º2.56%54.12%-
HSV(B)290º4.26%55.29%-
XYZ24.2924.8328.71-
YUV137.18130.16130.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.65%
GREEN value IS 135 (53.12% from 255) = 32.45%
BLUE value IS 141 (55.47% from 255) = 33.89%
R=33.65%
G=32.45%
B=33.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401351410.010.0400.452902.5654.12
Hex8C878D1402D122336
Octal21420721514055442366
Binary1000110010000111100011011100010110110010001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,135,141); }

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

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

 a { background-color: rgb(140,135,141); }

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

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

 span { border-color: rgb(140,135,141); }

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