Html Css Color HEX #8C848E Amethyst Smoke

📋 copy color: '#8C848E'

red 140 ◦ green 132 ◦ blue 142

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

Shades of Amethyst Smoke #8C848E

Tints of Amethyst Smoke #8C848E

RGB

 RED value IS 140 (55.08% from 255) = 33.82%

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

 BLUE value IS 142 (55.86% from 255) = 34.3%

R = 33.82%
G = 31.88%
B = 34.3%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8C848E (or 0x8C848E) is known color: Amethyst Smoke. HEX triplet: 8C, 84 and 8E. RGB value is (140,132,142). Sum of RGB (Red+Green+Blue) = 140+132+142=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 142 - color contains mainly: blue. Hex color #8C848E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C848E is #737B71. Grayscale: #878787. Windows color (decimal): -7568242 or 9340044. OLE color: 9340044.

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

Color convert

RGB 140 132 142 -
CMYK 0.01 0.07 0 0.44
HSL 288º 0.04% 0.54% -
HSV(B) 288º 0.07% 0.56% -
XYZ 23.95 24.03 28.97 -
YUV 135.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 140 132 142 0.01 0.07 0 0.44 288 0.04 0.54
Hex 8C 84 8E 1 7 0 2C 120 4 36
Octal 214 204 216 1 7 0 54 440 4 66
Binary 10001100 10000100 10001110 1 111 0 101100 100100000 100 110110

Color Harmonies of #8C848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C848E

Black with #8C848E

Text Example


Text Example

White with #8C848E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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