Html Css Color HEX #8E8491 Amethyst Smoke

📋 copy color: '#8E8491'

red 142 ◦ green 132 ◦ blue 145

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

Shades of Amethyst Smoke #8E8491

Tints of Amethyst Smoke #8E8491

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.5%

 BLUE value IS 145 (57.03% from 255) = 34.61%

R = 33.89%
G = 31.5%
B = 34.61%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8E8491 (or 0x8E8491) is known color: Amethyst Smoke. HEX triplet: 8E, 84 and 91. RGB value is (142,132,145). Sum of RGB (Red+Green+Blue) = 142+132+145=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E8491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8491 is #717B6E. Grayscale: #888888. Windows color (decimal): -7437167 or 9536654. OLE color: 9536654.

HSL color Cylindrical-coordinate representation of color #8E8491: hue angle of 286.15º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8E8491 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 142 132 145 -
CMYK 0.02 0.09 0 0.43
HSL 286.15º 0.06% 0.54% -
HSV(B) 286.15º 0.09% 0.57% -
XYZ 24.52 24.3 30.19 -
YUV 136.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 142 132 145 0.02 0.09 0 0.43 286.15 0.06 0.54
Hex 8E 84 91 2 9 0 2B 11E 6 36
Octal 216 204 221 2 11 0 53 436 6 66
Binary 10001110 10000100 10010001 10 1001 0 101011 100011110 110 110110

Color Harmonies of #8E8491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8491

Black with #8E8491

Text Example


Text Example

White with #8E8491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,132,145); }

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

background-color css

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

 a { background-color: rgb(142,132,145); }

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

border-color css

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

 span { border-color: rgb(142,132,145); }

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