Html Css Color HEX #8E8196 Amethyst Smoke

📋 copy color: '#8E8196'

red 142 ◦ green 129 ◦ blue 150

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

Shades of Amethyst Smoke #8E8196

Tints of Amethyst Smoke #8E8196

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.64%

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

R = 33.73%
G = 30.64%
B = 35.63%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8E8196 (or 0x8E8196) is known color: Amethyst Smoke. HEX triplet: 8E, 81 and 96. RGB value is (142,129,150). Sum of RGB (Red+Green+Blue) = 142+129+150=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 150 - color contains mainly: blue. Hex color #8E8196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8196 is #717E69. Grayscale: #878787. Windows color (decimal): -7437930 or 9863566. OLE color: 9863566.

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

Color convert

RGB 142 129 150 -
CMYK 0.05 0.14 0 0.41
HSL 277.14º 0.09% 0.55% -
HSV(B) 277.14º 0.14% 0.59% -
XYZ 24.51 23.65 32.13 -
YUV 135.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 142 129 150 0.05 0.14 0 0.41 277.14 0.09 0.55
Hex 8E 81 96 5 E 0 29 115 9 37
Octal 216 201 226 5 16 0 51 425 11 67
Binary 10001110 10000001 10010110 101 1110 0 101001 100010101 1001 110111

Color Harmonies of #8E8196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8196

Black with #8E8196

Text Example


Text Example

White with #8E8196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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