Html Css Color HEX #8D8690 Amethyst Smoke

📋 copy color: '#8D8690'

red 141 ◦ green 134 ◦ blue 144

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

Shades of Amethyst Smoke #8D8690

Tints of Amethyst Smoke #8D8690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.37%

R = 33.65%
G = 31.98%
B = 34.37%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8D8690 (or 0x8D8690) is known color: Amethyst Smoke. HEX triplet: 8D, 86 and 90. RGB value is (141,134,144). Sum of RGB (Red+Green+Blue) = 141+134+144=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 144 - color contains mainly: blue. Hex color #8D8690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8690 is #72796F. Grayscale: #898989. Windows color (decimal): -7502192 or 9471629. OLE color: 9471629.

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

Color convert

RGB 141 134 144 -
CMYK 0.02 0.07 0 0.44
HSL 282º 0.04% 0.55% -
HSV(B) 282º 0.07% 0.56% -
XYZ 24.54 24.73 29.86 -
YUV 137.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 141 134 144 0.02 0.07 0 0.44 282 0.04 0.55
Hex 8D 86 90 2 7 0 2C 11A 4 37
Octal 215 206 220 2 7 0 54 432 4 67
Binary 10001101 10000110 10010000 10 111 0 101100 100011010 100 110111

Color Harmonies of #8D8690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8690

Black with #8D8690

Text Example


Text Example

White with #8D8690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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