#8D8398

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

Shades of Amethyst Smoke #8D8398

Tints of Amethyst Smoke #8D8398

Color information

#8D8398 (or 0x8D8398) is unknown color: approx Amethyst Smoke. HEX triplet: 8D, 83 and 98. RGB value is (141,131,152). Sum of RGB (Red+Green+Blue) = 141+131+152=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 152 - color contains mainly: blue. Hex color #8D8398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8398 is #727C67. Grayscale: #888888. Windows color (decimal): -7502952 or 9995149. OLE color: 9995149.

HSL color Cylindrical-coordinate representation of color #8D8398: hue angle of 268.57º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8D8398 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB141131152-
CMYK0.070.1400.40
HSL268.57º9.25%55.49%-
HSV(B)268.57º13.82%59.61%-
XYZ24.7724.1633.06-
YUV136.38136.81131.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.25%
GREEN value IS 131 (51.56% from 255) = 30.90%
BLUE value IS 152 (59.77% from 255) = 35.85%
R=33.25%
G=30.90%
B=35.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1411311520.070.1400.40268.579.2555.49
Hex8D83987E02810d937
Octal2152032307160504151167
Binary100011011000001110011000111111001010001000011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,131,152); }

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

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

 a { background-color: rgb(141,131,152); }

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

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

 span { border-color: rgb(141,131,152); }

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