Html Css Color HEX #8D8392 Amethyst Smoke

📋 copy color: '#8D8392'

red 141 ◦ green 131 ◦ blue 146

#8D8392
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #8D8392

Tints of Amethyst Smoke #8D8392

RGB

 RED value IS 141 (55.47% from 255) = 33.73%

 GREEN value IS 131 (51.56% from 255) = 31.34%

 BLUE value IS 146 (57.42% from 255) = 34.93%

R = 33.73%
G = 31.34%
B = 34.93%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8D8392 (or 0x8D8392) is known color: Amethyst Smoke. HEX triplet: 8D, 83 and 92. RGB value is (141,131,146). Sum of RGB (Red+Green+Blue) = 141+131+146=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 146 - color contains mainly: blue. Hex color #8D8392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8392 is #727C6D. Grayscale: #878787. Windows color (decimal): -7502958 or 9601933. OLE color: 9601933.

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

Color convert

RGB 141 131 146 -
CMYK 0.03 0.10 0 0.43
HSL 280º 0.06% 0.54% -
HSV(B) 280º 0.1% 0.57% -
XYZ 24.29 23.97 30.54 -
YUV 135.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 141 131 146 0.03 0.10 0 0.43 280 0.06 0.54
Hex 8D 83 92 3 A 0 2B 118 6 36
Octal 215 203 222 3 12 0 53 430 6 66
Binary 10001101 10000011 10010010 11 1010 0 101011 100011000 110 110110

Color Harmonies of #8D8392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8392

Black with #8D8392

Text Example


Text Example

White with #8D8392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D8392;
 }
 .AnyTagClassName
 {
   color: #8D8392;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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