Html Css Color HEX #8E839C Amethyst Smoke

📋 copy color: '#8E839C'

red 142 ◦ green 131 ◦ blue 156

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

Shades of Amethyst Smoke #8E839C

Tints of Amethyst Smoke #8E839C

RGB

 RED value IS 142 (55.86% from 255) = 33.1%

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

 BLUE value IS 156 (61.33% from 255) = 36.36%

R = 33.1%
G = 30.54%
B = 36.36%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E839C (or 0x8E839C) is known color: Amethyst Smoke. HEX triplet: 8E, 83 and 9C. RGB value is (142,131,156). Sum of RGB (Red+Green+Blue) = 142+131+156=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E839C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E839C is #717C63. Grayscale: #898989. Windows color (decimal): -7437412 or 10257294. OLE color: 10257294.

HSL color Cylindrical-coordinate representation of color #8E839C: hue angle of 266.4º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8E839C is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 142 131 156 -
CMYK 0.09 0.16 0 0.39
HSL 266.4º 0.11% 0.56% -
HSV(B) 266.4º 0.16% 0.61% -
XYZ 25.27 24.38 34.83 -
YUV 137.14 138.64 131.47 -
System Red Green Blue C M Y K H S L
Decimal 142 131 156 0.09 0.16 0 0.39 266.4 0.11 0.56
Hex 8E 83 9C 9 10 0 27 10A B 38
Octal 216 203 234 11 20 0 47 412 13 70
Binary 10001110 10000011 10011100 1001 10000 0 100111 100001010 1011 111000

Color Harmonies of #8E839C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E839C

Black with #8E839C

Text Example


Text Example

White with #8E839C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,131,156); }

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

background-color css

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

 a { background-color: rgb(142,131,156); }

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

border-color css

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

 span { border-color: rgb(142,131,156); }

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