Html Css Color HEX #8D838E Amethyst Smoke

📋 copy color: '#8D838E'

red 141 ◦ green 131 ◦ blue 142

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

Shades of Amethyst Smoke #8D838E

Tints of Amethyst Smoke #8D838E

RGB

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

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

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

R = 34.06%
G = 31.64%
B = 34.3%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8D838E (or 0x8D838E) is known color: Amethyst Smoke. HEX triplet: 8D, 83 and 8E. RGB value is (141,131,142). Sum of RGB (Red+Green+Blue) = 141+131+142=414 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.06% from 414); Green value is 131 (51.56% from 255 or 31.64% 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 #8D838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D838E is #727C71. Grayscale: #878787. Windows color (decimal): -7502962 or 9339789. OLE color: 9339789.

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

Color convert

RGB 141 131 142 -
CMYK 0.01 0.08 0 0.44
HSL 294.55º 0.05% 0.54% -
HSV(B) 294.55º 0.08% 0.56% -
XYZ 23.98 23.85 28.93 -
YUV 135.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 141 131 142 0.01 0.08 0 0.44 294.55 0.05 0.54
Hex 8D 83 8E 1 8 0 2C 127 5 36
Octal 215 203 216 1 10 0 54 447 5 66
Binary 10001101 10000011 10001110 1 1000 0 101100 100100111 101 110110

Color Harmonies of #8D838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D838E

Black with #8D838E

Text Example


Text Example

White with #8D838E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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