#8D818F

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

Shades of Amethyst Smoke #8D818F

Tints of Amethyst Smoke #8D818F

Color information

#8D818F (or 0x8D818F) is unknown color: approx Amethyst Smoke. HEX triplet: 8D, 81 and 8F. RGB value is (141,129,143). Sum of RGB (Red+Green+Blue) = 141+129+143=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 143 - color contains mainly: blue. Hex color #8D818F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D818F is #727E70. Grayscale: #868686. Windows color (decimal): -7503473 or 9404813. OLE color: 9404813.

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

Color convert

RGB141129143-
CMYK0.010.1000.44
HSL291.43º5.88%53.33%-
HSV(B)291.43º9.79%56.08%-
XYZ23.7923.3529.24-
YUV134.18132.98132.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.14%
GREEN value IS 129 (50.78% from 255) = 31.23%
BLUE value IS 143 (56.25% from 255) = 34.62%
R=34.14%
G=31.23%
B=34.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1411291430.010.1000.44291.435.8853.33
Hex8D818F1A02C123635
Octal215201217112054443665
Binary100011011000000110001111110100101100100100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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