Html Css Color HEX #8E868F Amethyst Smoke

📋 copy color: '#8E868F'

red 142 ◦ green 134 ◦ blue 143

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

Shades of Amethyst Smoke #8E868F

Tints of Amethyst Smoke #8E868F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.13%

R = 33.89%
G = 31.98%
B = 34.13%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8E868F (or 0x8E868F) is known color: Amethyst Smoke. HEX triplet: 8E, 86 and 8F. RGB value is (142,134,143). Sum of RGB (Red+Green+Blue) = 142+134+143=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 143 - color contains mainly: blue. Hex color #8E868F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E868F is #717970. Grayscale: #898989. Windows color (decimal): -7436657 or 9406094. OLE color: 9406094.

HSL color Cylindrical-coordinate representation of color #8E868F: hue angle of 293.33º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8E868F is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 134 143 -
CMYK 0.01 0.06 0 0.44
HSL 293.33º 0.04% 0.54% -
HSV(B) 293.33º 0.06% 0.56% -
XYZ 24.64 24.78 29.47 -
YUV 137.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 142 134 143 0.01 0.06 0 0.44 293.33 0.04 0.54
Hex 8E 86 8F 1 6 0 2C 125 4 36
Octal 216 206 217 1 6 0 54 445 4 66
Binary 10001110 10000110 10001111 1 110 0 101100 100100101 100 110110

Color Harmonies of #8E868F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E868F

Black with #8E868F

Text Example


Text Example

White with #8E868F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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