Html Css Color HEX #8D8790 Amethyst Smoke

📋 copy color: '#8D8790'

red 141 ◦ green 135 ◦ blue 144

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

Shades of Amethyst Smoke #8D8790

Tints of Amethyst Smoke #8D8790

RGB

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

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

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

R = 33.57%
G = 32.14%
B = 34.29%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8D8790 (or 0x8D8790) is known color: Amethyst Smoke. HEX triplet: 8D, 87 and 90. RGB value is (141,135,144). Sum of RGB (Red+Green+Blue) = 141+135+144=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 144 - color contains mainly: blue. Hex color #8D8790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8790 is #72786F. Grayscale: #898989. Windows color (decimal): -7501936 or 9471885. OLE color: 9471885.

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

Color convert

RGB 141 135 144 -
CMYK 0.02 0.06 0 0.44
HSL 280º 0.04% 0.55% -
HSV(B) 280º 0.06% 0.56% -
XYZ 24.68 25 29.91 -
YUV 137.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 141 135 144 0.02 0.06 0 0.44 280 0.04 0.55
Hex 8D 87 90 2 6 0 2C 118 4 37
Octal 215 207 220 2 6 0 54 430 4 67
Binary 10001101 10000111 10010000 10 110 0 101100 100011000 100 110111

Color Harmonies of #8D8790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8790

Black with #8D8790

Text Example


Text Example

White with #8D8790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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