#8D8793

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

Shades of Amethyst Smoke #8D8793

Tints of Amethyst Smoke #8D8793

Color information

#8D8793 (or 0x8D8793) is unknown color: approx Amethyst Smoke. HEX triplet: 8D, 87 and 93. RGB value is (141,135,147). Sum of RGB (Red+Green+Blue) = 141+135+147=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D8793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8793 is #72786C. Grayscale: #8A8A8A. Windows color (decimal): -7501933 or 9668493. OLE color: 9668493.

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

Color convert

RGB141135147-
CMYK0.040.0800.42
HSL270º5.26%55.29%-
HSV(B)270º8.16%57.65%-
XYZ24.9125.131.13-
YUV138.16132.99130.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.33%
GREEN value IS 135 (53.12% from 255) = 31.91%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=33.33%
G=31.91%
B=34.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411351470.040.0800.422705.2655.29
Hex8D87934802A10e537
Octal215207223410052416567
Binary10001101100001111001001110010000101010100001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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