Html Css Color HEX #8C838D Amethyst Smoke

📋 copy color: '#8C838D'

red 140 ◦ green 131 ◦ blue 141

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

Shades of Amethyst Smoke #8C838D

Tints of Amethyst Smoke #8C838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.8%

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

R = 33.98%
G = 31.8%
B = 34.22%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8C838D (or 0x8C838D) is known color: Amethyst Smoke. HEX triplet: 8C, 83 and 8D. RGB value is (140,131,141). Sum of RGB (Red+Green+Blue) = 140+131+141=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C838D is #737C72. Grayscale: #868686. Windows color (decimal): -7568499 or 9274252. OLE color: 9274252.

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

Color convert

RGB 140 131 141 -
CMYK 0.01 0.07 0 0.45
HSL 294º 0.04% 0.53% -
HSV(B) 294º 0.07% 0.55% -
XYZ 23.74 23.73 28.53 -
YUV 134.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 140 131 141 0.01 0.07 0 0.45 294 0.04 0.53
Hex 8C 83 8D 1 7 0 2D 126 4 35
Octal 214 203 215 1 7 0 55 446 4 65
Binary 10001100 10000011 10001101 1 111 0 101101 100100110 100 110101

Color Harmonies of #8C838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C838D

Black with #8C838D

Text Example


Text Example

White with #8C838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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