Html Css Color HEX #8C7795 Amethyst Smoke

📋 copy color: '#8C7795'

red 140 ◦ green 119 ◦ blue 149

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

Shades of Amethyst Smoke #8C7795

Tints of Amethyst Smoke #8C7795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.17%

 BLUE value IS 149 (58.59% from 255) = 36.52%

R = 34.31%
G = 29.17%
B = 36.52%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8C7795 (or 0x8C7795) is known color: Amethyst Smoke. HEX triplet: 8C, 77 and 95. RGB value is (140,119,149). Sum of RGB (Red+Green+Blue) = 140+119+149=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C7795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7795 is #73886A. Grayscale: #808080. Windows color (decimal): -7571563 or 9795468. OLE color: 9795468.

HSL color Cylindrical-coordinate representation of color #8C7795: hue angle of 282º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C7795 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 119 149 -
CMYK 0.06 0.20 0 0.42
HSL 282º 0.12% 0.53% -
HSV(B) 282º 0.2% 0.58% -
XYZ 22.84 20.94 31.27 -
YUV 128.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 140 119 149 0.06 0.20 0 0.42 282 0.12 0.53
Hex 8C 77 95 6 14 0 2A 11A C 35
Octal 214 167 225 6 24 0 52 432 14 65
Binary 10001100 1110111 10010101 110 10100 0 101010 100011010 1100 110101

Color Harmonies of #8C7795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7795

Black with #8C7795

Text Example


Text Example

White with #8C7795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,119,149); }

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

background-color css

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

 a { background-color: rgb(140,119,149); }

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

border-color css

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

 span { border-color: rgb(140,119,149); }

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