Html Css Color HEX #8D8491 Amethyst Smoke

📋 copy color: '#8D8491'

red 141 ◦ green 132 ◦ blue 145

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

Shades of Amethyst Smoke #8D8491

Tints of Amethyst Smoke #8D8491

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.58%

 BLUE value IS 145 (57.03% from 255) = 34.69%

R = 33.73%
G = 31.58%
B = 34.69%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8D8491 (or 0x8D8491) is known color: Amethyst Smoke. HEX triplet: 8D, 84 and 91. RGB value is (141,132,145). Sum of RGB (Red+Green+Blue) = 141+132+145=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 145 - color contains mainly: blue. Hex color #8D8491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8491 is #727B6E. Grayscale: #888888. Windows color (decimal): -7502703 or 9536653. OLE color: 9536653.

HSL color Cylindrical-coordinate representation of color #8D8491: hue angle of 281.54º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8D8491 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 141 132 145 -
CMYK 0.03 0.09 0 0.43
HSL 281.54º 0.06% 0.54% -
HSV(B) 281.54º 0.09% 0.57% -
XYZ 24.35 24.21 30.18 -
YUV 136.17 132.98 131.44 -
System Red Green Blue C M Y K H S L
Decimal 141 132 145 0.03 0.09 0 0.43 281.54 0.06 0.54
Hex 8D 84 91 3 9 0 2B 11A 6 36
Octal 215 204 221 3 11 0 53 432 6 66
Binary 10001101 10000100 10010001 11 1001 0 101011 100011010 110 110110

Color Harmonies of #8D8491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8491

Black with #8D8491

Text Example


Text Example

White with #8D8491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,132,145); }

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

background-color css

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

 a { background-color: rgb(141,132,145); }

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

border-color css

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

 span { border-color: rgb(141,132,145); }

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