Html Css Color HEX #8E829E Amethyst Smoke

📋 copy color: '#8E829E'

red 142 ◦ green 130 ◦ blue 158

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

Shades of Amethyst Smoke #8E829E

Tints of Amethyst Smoke #8E829E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.74%

R = 33.02%
G = 30.23%
B = 36.74%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E829E (or 0x8E829E) is known color: Amethyst Smoke. HEX triplet: 8E, 82 and 9E. RGB value is (142,130,158). Sum of RGB (Red+Green+Blue) = 142+130+158=430 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.02% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E829E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E829E is #717D61. Grayscale: #888888. Windows color (decimal): -7437666 or 10388110. OLE color: 10388110.

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

Color convert

RGB 142 130 158 -
CMYK 0.10 0.18 0 0.38
HSL 265.71º 0.13% 0.56% -
HSV(B) 265.71º 0.18% 0.62% -
XYZ 25.31 24.18 35.68 -
YUV 136.78 139.98 131.72 -
System Red Green Blue C M Y K H S L
Decimal 142 130 158 0.10 0.18 0 0.38 265.71 0.13 0.56
Hex 8E 82 9E A 12 0 26 10A D 38
Octal 216 202 236 12 22 0 46 412 15 70
Binary 10001110 10000010 10011110 1010 10010 0 100110 100001010 1101 111000

Color Harmonies of #8E829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E829E

Black with #8E829E

Text Example


Text Example

White with #8E829E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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