#8D818E

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

Shades of Amethyst Smoke #8D818E

Tints of Amethyst Smoke #8D818E

Color information

#8D818E (or 0x8D818E) is unknown color: approx Amethyst Smoke. HEX triplet: 8D, 81 and 8E. RGB value is (141,129,142). Sum of RGB (Red+Green+Blue) = 141+129+142=412 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.22% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 142 - color contains mainly: blue. Hex color #8D818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D818E is #727E71. Grayscale: #868686. Windows color (decimal): -7503474 or 9339277. OLE color: 9339277.

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

Color convert

RGB141129142-
CMYK0.010.0900.44
HSL295.38º5.44%53.14%-
HSV(B)295.38º9.15%55.69%-
XYZ23.7223.3228.84-
YUV134.07132.48132.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.22%
GREEN value IS 129 (50.78% from 255) = 31.31%
BLUE value IS 142 (55.86% from 255) = 34.47%
R=34.22%
G=31.31%
B=34.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1411291420.010.0900.44295.385.4453.14
Hex8D818E1902C127535
Octal215201216111054447565
Binary100011011000000110001110110010101100100100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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