Html Css Color HEX #8E8696 Amethyst Smoke

📋 copy color: '#8E8696'

red 142 ◦ green 134 ◦ blue 150

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

Shades of Amethyst Smoke #8E8696

Tints of Amethyst Smoke #8E8696

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.46%

 BLUE value IS 150 (58.98% from 255) = 35.21%

R = 33.33%
G = 31.46%
B = 35.21%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8E8696 (or 0x8E8696) is known color: Amethyst Smoke. HEX triplet: 8E, 86 and 96. RGB value is (142,134,150). Sum of RGB (Red+Green+Blue) = 142+134+150=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 150 - color contains mainly: blue. Hex color #8E8696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8696 is #717969. Grayscale: #8A8A8A. Windows color (decimal): -7436650 or 9864846. OLE color: 9864846.

HSL color Cylindrical-coordinate representation of color #8E8696: hue angle of 270º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8E8696 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 142 134 150 -
CMYK 0.05 0.11 0 0.41
HSL 270º 0.07% 0.56% -
HSV(B) 270º 0.11% 0.59% -
XYZ 25.19 25 32.35 -
YUV 138.22 134.65 130.7 -
System Red Green Blue C M Y K H S L
Decimal 142 134 150 0.05 0.11 0 0.41 270 0.07 0.56
Hex 8E 86 96 5 B 0 29 10E 7 38
Octal 216 206 226 5 13 0 51 416 7 70
Binary 10001110 10000110 10010110 101 1011 0 101001 100001110 111 111000

Color Harmonies of #8E8696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8696

Black with #8E8696

Text Example


Text Example

White with #8E8696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,134,150); }

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

background-color css

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

 a { background-color: rgb(142,134,150); }

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

border-color css

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

 span { border-color: rgb(142,134,150); }

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