#8D8892

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

Shades of Amethyst Smoke #8D8892

Tints of Amethyst Smoke #8D8892

Color information

#8D8892 (or 0x8D8892) is unknown color: approx Amethyst Smoke. HEX triplet: 8D, 88 and 92. RGB value is (141,136,146). Sum of RGB (Red+Green+Blue) = 141+136+146=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 146 - color contains mainly: blue. Hex color #8D8892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8892 is #72776D. Grayscale: #8A8A8A. Windows color (decimal): -7501678 or 9603213. OLE color: 9603213.

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

Color convert

RGB141136146-
CMYK0.030.0700.43
HSL270º4.39%55.29%-
HSV(B)270º6.85%57.25%-
XYZ24.9825.3530.77-
YUV138.64132.16129.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.33%
GREEN value IS 136 (53.52% from 255) = 32.15%
BLUE value IS 146 (57.42% from 255) = 34.52%
R=33.33%
G=32.15%
B=34.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1411361460.030.0700.432704.3955.29
Hex8D88923702B10e437
Octal21521022237053416467
Binary100011011000100010010010111110101011100001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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