Html Css Color HEX #8D878E Amethyst Smoke

📋 copy color: '#8D878E'

red 141 ◦ green 135 ◦ blue 142

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

Shades of Amethyst Smoke #8D878E

Tints of Amethyst Smoke #8D878E

RGB

 RED value IS 141 (55.47% from 255) = 33.73%

 GREEN value IS 135 (53.13% from 255) = 32.3%

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

R = 33.73%
G = 32.3%
B = 33.97%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8D878E (or 0x8D878E) is known color: Amethyst Smoke. HEX triplet: 8D, 87 and 8E. RGB value is (141,135,142). Sum of RGB (Red+Green+Blue) = 141+135+142=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 142 - color contains mainly: blue. Hex color #8D878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D878E is #727871. Grayscale: #898989. Windows color (decimal): -7501938 or 9340813. OLE color: 9340813.

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

Color convert

RGB 141 135 142 -
CMYK 0.01 0.05 0 0.44
HSL 291.43º 0.03% 0.54% -
HSV(B) 291.43º 0.05% 0.56% -
XYZ 24.53 24.94 29.11 -
YUV 137.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 141 135 142 0.01 0.05 0 0.44 291.43 0.03 0.54
Hex 8D 87 8E 1 5 0 2C 123 3 36
Octal 215 207 216 1 5 0 54 443 3 66
Binary 10001101 10000111 10001110 1 101 0 101100 100100011 11 110110

Color Harmonies of #8D878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D878E

Black with #8D878E

Text Example


Text Example

White with #8D878E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,135,142); }

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

background-color css

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

 a { background-color: rgb(141,135,142); }

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

border-color css

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

 span { border-color: rgb(141,135,142); }

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