Html Css Color HEX #8C798E Amethyst Smoke

📋 copy color: '#8C798E'

red 140 ◦ green 121 ◦ blue 142

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

Shades of Amethyst Smoke #8C798E

Tints of Amethyst Smoke #8C798E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.02%

 BLUE value IS 142 (55.86% from 255) = 35.24%

R = 34.74%
G = 30.02%
B = 35.24%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8C798E (or 0x8C798E) is known color: Amethyst Smoke. HEX triplet: 8C, 79 and 8E. RGB value is (140,121,142). Sum of RGB (Red+Green+Blue) = 140+121+142=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 142 - color contains mainly: blue. Hex color #8C798E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C798E is #738671. Grayscale: #818181. Windows color (decimal): -7571058 or 9337228. OLE color: 9337228.

HSL color Cylindrical-coordinate representation of color #8C798E: hue angle of 294.29º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8C798E is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 140 121 142 -
CMYK 0.01 0.15 0 0.44
HSL 294.29º 0.09% 0.52% -
HSV(B) 294.29º 0.15% 0.56% -
XYZ 22.54 21.2 28.5 -
YUV 129.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 140 121 142 0.01 0.15 0 0.44 294.29 0.09 0.52
Hex 8C 79 8E 1 F 0 2C 126 9 34
Octal 214 171 216 1 17 0 54 446 11 64
Binary 10001100 1111001 10001110 1 1111 0 101100 100100110 1001 110100

Color Harmonies of #8C798E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C798E

Black with #8C798E

Text Example


Text Example

White with #8C798E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,121,142); }

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

background-color css

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

 a { background-color: rgb(140,121,142); }

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

border-color css

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

 span { border-color: rgb(140,121,142); }

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