Html Css Color HEX #8E848F Amethyst Smoke

📋 copy color: '#8E848F'

red 142 ◦ green 132 ◦ blue 143

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

Shades of Amethyst Smoke #8E848F

Tints of Amethyst Smoke #8E848F

RGB

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

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

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

R = 34.05%
G = 31.65%
B = 34.29%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8E848F (or 0x8E848F) is known color: Amethyst Smoke. HEX triplet: 8E, 84 and 8F. RGB value is (142,132,143). Sum of RGB (Red+Green+Blue) = 142+132+143=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 143 - color contains mainly: blue. Hex color #8E848F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E848F is #717B70. Grayscale: #888888. Windows color (decimal): -7437169 or 9405582. OLE color: 9405582.

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

Color convert

RGB 142 132 143 -
CMYK 0.01 0.08 0 0.44
HSL 294.55º 0.05% 0.54% -
HSV(B) 294.55º 0.08% 0.56% -
XYZ 24.36 24.24 29.38 -
YUV 136.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 142 132 143 0.01 0.08 0 0.44 294.55 0.05 0.54
Hex 8E 84 8F 1 8 0 2C 127 5 36
Octal 216 204 217 1 10 0 54 447 5 66
Binary 10001110 10000100 10001111 1 1000 0 101100 100100111 101 110110

Color Harmonies of #8E848F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E848F

Black with #8E848F

Text Example


Text Example

White with #8E848F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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