#8D8292

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

Shades of Amethyst Smoke #8D8292

Tints of Amethyst Smoke #8D8292

Color information

#8D8292 (or 0x8D8292) is unknown color: approx Amethyst Smoke. HEX triplet: 8D, 82 and 92. RGB value is (141,130,146). Sum of RGB (Red+Green+Blue) = 141+130+146=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 146 - color contains mainly: blue. Hex color #8D8292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8292 is #727D6D. Grayscale: #878787. Windows color (decimal): -7503214 or 9601677. OLE color: 9601677.

HSL color Cylindrical-coordinate representation of color #8D8292: hue angle of 281.25º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8D8292 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB141130146-
CMYK0.030.1100.43
HSL281.25º6.84%54.12%-
HSV(B)281.25º10.96%57.25%-
XYZ24.1623.730.5-
YUV135.11134.14132.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.81%
GREEN value IS 130 (51.17% from 255) = 31.18%
BLUE value IS 146 (57.42% from 255) = 35.01%
R=33.81%
G=31.18%
B=35.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1411301460.030.1100.43281.256.8454.12
Hex8D82923B02B119736
Octal215202222313053431766
Binary1000110110000010100100101110110101011100011001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,130,146); }

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

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

 a { background-color: rgb(141,130,146); }

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

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

 span { border-color: rgb(141,130,146); }

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