Html Css Color HEX #8C8490 Amethyst Smoke

📋 copy color: '#8C8490'

red 140 ◦ green 132 ◦ blue 144

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

Shades of Amethyst Smoke #8C8490

Tints of Amethyst Smoke #8C8490

RGB

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

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

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

R = 33.65%
G = 31.73%
B = 34.62%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8C8490 (or 0x8C8490) is known color: Amethyst Smoke. HEX triplet: 8C, 84 and 90. RGB value is (140,132,144). Sum of RGB (Red+Green+Blue) = 140+132+144=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 144 - color contains mainly: blue. Hex color #8C8490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8490 is #737B6F. Grayscale: #878787. Windows color (decimal): -7568240 or 9471116. OLE color: 9471116.

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

Color convert

RGB 140 132 144 -
CMYK 0.03 0.08 0 0.44
HSL 280º 0.05% 0.54% -
HSV(B) 280º 0.08% 0.56% -
XYZ 24.1 24.09 29.77 -
YUV 135.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 140 132 144 0.03 0.08 0 0.44 280 0.05 0.54
Hex 8C 84 90 3 8 0 2C 118 5 36
Octal 214 204 220 3 10 0 54 430 5 66
Binary 10001100 10000100 10010000 11 1000 0 101100 100011000 101 110110

Color Harmonies of #8C8490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8490

Black with #8C8490

Text Example


Text Example

White with #8C8490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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