#8D878F

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

Shades of Amethyst Smoke #8D878F

Tints of Amethyst Smoke #8D878F

Color information

#8D878F (or 0x8D878F) is unknown color: approx Amethyst Smoke. HEX triplet: 8D, 87 and 8F. RGB value is (141,135,143). Sum of RGB (Red+Green+Blue) = 141+135+143=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 135 (53.12% from 255 or 32.22% 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 #8D878F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D878F is #727870. Grayscale: #898989. Windows color (decimal): -7501937 or 9406349. OLE color: 9406349.

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

Color convert

RGB141135143-
CMYK0.010.0600.44
HSL285º3.45%54.51%-
HSV(B)285º5.59%56.08%-
XYZ24.6124.9729.51-
YUV137.71130.99130.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.65%
GREEN value IS 135 (53.12% from 255) = 32.22%
BLUE value IS 143 (56.25% from 255) = 34.13%
R=33.65%
G=32.22%
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
Decimal1411351430.010.0600.442853.4554.51
Hex8D878F1602C11d337
Octal21520721716054435367
Binary1000110110000111100011111110010110010001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D878F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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