Html Css Color HEX #8E8791 Amethyst Smoke

📋 copy color: '#8E8791'

red 142 ◦ green 135 ◦ blue 145

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

Shades of Amethyst Smoke #8E8791

Tints of Amethyst Smoke #8E8791

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.99%

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

R = 33.65%
G = 31.99%
B = 34.36%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8E8791 (or 0x8E8791) is known color: Amethyst Smoke. HEX triplet: 8E, 87 and 91. RGB value is (142,135,145). Sum of RGB (Red+Green+Blue) = 142+135+145=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E8791 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8791 is #71786E. Grayscale: #8A8A8A. Windows color (decimal): -7436399 or 9537422. OLE color: 9537422.

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

Color convert

RGB 142 135 145 -
CMYK 0.02 0.07 0 0.43
HSL 282º 0.04% 0.55% -
HSV(B) 282º 0.07% 0.57% -
XYZ 24.93 25.12 30.32 -
YUV 138.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 142 135 145 0.02 0.07 0 0.43 282 0.04 0.55
Hex 8E 87 91 2 7 0 2B 11A 4 37
Octal 216 207 221 2 7 0 53 432 4 67
Binary 10001110 10000111 10010001 10 111 0 101011 100011010 100 110111

Color Harmonies of #8E8791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8791

Black with #8E8791

Text Example


Text Example

White with #8E8791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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