Html Css Color HEX #8C8790 Amethyst Smoke

📋 copy color: '#8C8790'

red 140 ◦ green 135 ◦ blue 144

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

Shades of Amethyst Smoke #8C8790

Tints of Amethyst Smoke #8C8790

RGB

 RED value IS 140 (55.08% from 255) = 33.41%

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

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

R = 33.41%
G = 32.22%
B = 34.37%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8C8790 (or 0x8C8790) is known color: Amethyst Smoke. HEX triplet: 8C, 87 and 90. RGB value is (140,135,144). Sum of RGB (Red+Green+Blue) = 140+135+144=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 135 (53.12% from 255 or 32.22% 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 #8C8790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8790 is #73786F. Grayscale: #898989. Windows color (decimal): -7567472 or 9471884. OLE color: 9471884.

HSL color Cylindrical-coordinate representation of color #8C8790: hue angle of 273.33º 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 #8C8790 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 140 135 144 -
CMYK 0.03 0.06 0 0.44
HSL 273.33º 0.04% 0.55% -
HSV(B) 273.33º 0.06% 0.56% -
XYZ 24.51 24.92 29.9 -
YUV 137.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 140 135 144 0.03 0.06 0 0.44 273.33 0.04 0.55
Hex 8C 87 90 3 6 0 2C 111 4 37
Octal 214 207 220 3 6 0 54 421 4 67
Binary 10001100 10000111 10010000 11 110 0 101100 100010001 100 110111

Color Harmonies of #8C8790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8790

Black with #8C8790

Text Example


Text Example

White with #8C8790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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