Html Css Color HEX #8C868D Amethyst Smoke

📋 copy color: '#8C868D'

red 140 ◦ green 134 ◦ blue 141

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

Shades of Amethyst Smoke #8C868D

Tints of Amethyst Smoke #8C868D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.98%

R = 33.73%
G = 32.29%
B = 33.98%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8C868D (or 0x8C868D) is known color: Amethyst Smoke. HEX triplet: 8C, 86 and 8D. RGB value is (140,134,141). Sum of RGB (Red+Green+Blue) = 140+134+141=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C868D is #737972. Grayscale: #888888. Windows color (decimal): -7567731 or 9275020. OLE color: 9275020.

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

Color convert

RGB 140 134 141 -
CMYK 0.01 0.05 0 0.45
HSL 291.43º 0.03% 0.54% -
HSV(B) 291.43º 0.05% 0.55% -
XYZ 24.15 24.55 28.66 -
YUV 136.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 140 134 141 0.01 0.05 0 0.45 291.43 0.03 0.54
Hex 8C 86 8D 1 5 0 2D 123 3 36
Octal 214 206 215 1 5 0 55 443 3 66
Binary 10001100 10000110 10001101 1 101 0 101101 100100011 11 110110

Color Harmonies of #8C868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C868D

Black with #8C868D

Text Example


Text Example

White with #8C868D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,134,141); }

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

background-color css

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

 a { background-color: rgb(140,134,141); }

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

border-color css

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

 span { border-color: rgb(140,134,141); }

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