Html Css Color HEX #8D8394 Amethyst Smoke

📋 copy color: '#8D8394'

red 141 ◦ green 131 ◦ blue 148

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

Shades of Amethyst Smoke #8D8394

Tints of Amethyst Smoke #8D8394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.24%

R = 33.57%
G = 31.19%
B = 35.24%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8D8394 (or 0x8D8394) is known color: Amethyst Smoke. HEX triplet: 8D, 83 and 94. RGB value is (141,131,148). Sum of RGB (Red+Green+Blue) = 141+131+148=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 148 - color contains mainly: blue. Hex color #8D8394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8394 is #727C6B. Grayscale: #878787. Windows color (decimal): -7502956 or 9733005. OLE color: 9733005.

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

Color convert

RGB 141 131 148 -
CMYK 0.05 0.11 0 0.42
HSL 275.29º 0.07% 0.55% -
HSV(B) 275.29º 0.11% 0.58% -
XYZ 24.45 24.03 31.37 -
YUV 135.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 141 131 148 0.05 0.11 0 0.42 275.29 0.07 0.55
Hex 8D 83 94 5 B 0 2A 113 7 37
Octal 215 203 224 5 13 0 52 423 7 67
Binary 10001101 10000011 10010100 101 1011 0 101010 100010011 111 110111

Color Harmonies of #8D8394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8394

Black with #8D8394

Text Example


Text Example

White with #8D8394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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