Html Css Color HEX #8E8293 Amethyst Smoke

📋 copy color: '#8E8293'

red 142 ◦ green 130 ◦ blue 147

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

Shades of Amethyst Smoke #8E8293

Tints of Amethyst Smoke #8E8293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.08%

R = 33.89%
G = 31.03%
B = 35.08%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E8293 (or 0x8E8293) is known color: Amethyst Smoke. HEX triplet: 8E, 82 and 93. RGB value is (142,130,147). Sum of RGB (Red+Green+Blue) = 142+130+147=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 147 - color contains mainly: blue. Hex color #8E8293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8293 is #717D6C. Grayscale: #878787. Windows color (decimal): -7437677 or 9667214. OLE color: 9667214.

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

Color convert

RGB 142 130 147 -
CMYK 0.03 0.12 0 0.42
HSL 282.35º 0.07% 0.54% -
HSV(B) 282.35º 0.12% 0.58% -
XYZ 24.4 23.82 30.92 -
YUV 135.53 134.48 132.62 -
System Red Green Blue C M Y K H S L
Decimal 142 130 147 0.03 0.12 0 0.42 282.35 0.07 0.54
Hex 8E 82 93 3 C 0 2A 11A 7 36
Octal 216 202 223 3 14 0 52 432 7 66
Binary 10001110 10000010 10010011 11 1100 0 101010 100011010 111 110110

Color Harmonies of #8E8293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8293

Black with #8E8293

Text Example


Text Example

White with #8E8293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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