Html Css Color HEX #8C808D Amethyst Smoke

📋 copy color: '#8C808D'

red 140 ◦ green 128 ◦ blue 141

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

Shades of Amethyst Smoke #8C808D

Tints of Amethyst Smoke #8C808D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.3%

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

R = 34.23%
G = 31.3%
B = 34.47%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8C808D (or 0x8C808D) is known color: Amethyst Smoke. HEX triplet: 8C, 80 and 8D. RGB value is (140,128,141). Sum of RGB (Red+Green+Blue) = 140+128+141=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C808D is #737F72. Grayscale: #858585. Windows color (decimal): -7569267 or 9273484. OLE color: 9273484.

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

Color convert

RGB 140 128 141 -
CMYK 0.01 0.09 0 0.45
HSL 295.38º 0.05% 0.53% -
HSV(B) 295.38º 0.09% 0.55% -
XYZ 23.34 22.94 28.4 -
YUV 133.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 140 128 141 0.01 0.09 0 0.45 295.38 0.05 0.53
Hex 8C 80 8D 1 9 0 2D 127 5 35
Octal 214 200 215 1 11 0 55 447 5 65
Binary 10001100 10000000 10001101 1 1001 0 101101 100100111 101 110101

Color Harmonies of #8C808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C808D

Black with #8C808D

Text Example


Text Example

White with #8C808D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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