Html Css Color HEX #8E829D Amethyst Smoke

📋 copy color: '#8E829D'

red 142 ◦ green 130 ◦ blue 157

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

Shades of Amethyst Smoke #8E829D

Tints of Amethyst Smoke #8E829D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.3%

 BLUE value IS 157 (61.72% from 255) = 36.6%

R = 33.1%
G = 30.3%
B = 36.6%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E829D (or 0x8E829D) is known color: Amethyst Smoke. HEX triplet: 8E, 82 and 9D. RGB value is (142,130,157). Sum of RGB (Red+Green+Blue) = 142+130+157=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E829D is #717D62. Grayscale: #888888. Windows color (decimal): -7437667 or 10322574. OLE color: 10322574.

HSL color Cylindrical-coordinate representation of color #8E829D: hue angle of 266.67º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8E829D is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 142 130 157 -
CMYK 0.10 0.17 0 0.38
HSL 266.67º 0.12% 0.56% -
HSV(B) 266.67º 0.17% 0.62% -
XYZ 25.22 24.15 35.23 -
YUV 136.67 139.48 131.8 -
System Red Green Blue C M Y K H S L
Decimal 142 130 157 0.10 0.17 0 0.38 266.67 0.12 0.56
Hex 8E 82 9D A 11 0 26 10B C 38
Octal 216 202 235 12 21 0 46 413 14 70
Binary 10001110 10000010 10011101 1010 10001 0 100110 100001011 1100 111000

Color Harmonies of #8E829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E829D

Black with #8E829D

Text Example


Text Example

White with #8E829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,130,157); }

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

background-color css

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

 a { background-color: rgb(142,130,157); }

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

border-color css

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

 span { border-color: rgb(142,130,157); }

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