COLOR #8C7892

HEX: #8C7892
RGB: (140,120,146)

Color info

#8C7892 contains red, green and blue colors in about the same proportion. Web safe color of #8C7892 is #996699 (or #969).

RGB color model

#8C7892 color RGB value is (140,120,146).

  • red value is 140;
  • green value is 120;
  • blue value is 146.
RGB:
(140,120,146)
(55%,47%,57%)

RGB channels and saturation

R 140 of 255 = 55%
G 120 of 255 = 47%
B 146 of 255 = 57%

140
120
146

R + G + B ~ 53%. #8C7892 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
140 + 120 + 146 = 406 (100%)
R 140 of 406 ~ 34.48%
G 120 of 406 ~ 29.56%
B 146 of 406 ~ 35.96%

%34.48
%29.56
%35.96

CMYK color model

#8C7892 color CMYK value is (4,18,0,43).

  • cyan value is 4.11%
  • magenta value is 17.81%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(4,18,0,43)
C4M18Y0K43 
(4%,18%,0%,43%)
(0.04/0.18/0.00/0.43)	

CMYK percentages

%4.11
%17.81
%0
%42.75

Codes

Color #8C7892 in popluar color models

8C7892
RGB140120146
HSL286°10.66%52.16%
HSB/HSV286°17.81%57.25%
CMYK4.11%17.81%0.00%
42.75%

Color #8C7892 in popluar number systems.

HEX8C7892
Decimal140120146
Binary10001100111100010010010
Octal214170222

Shades and tints

Shades of #8C7892

#8C7892
(140,120,146)
#806E85
(128,110,133)
#746478
(116,100,120)
#685A6B
(104,90,107)
#5C505E
(92,80,94)
#504651
(80,70,81)
#443C44
(68,60,68)
#383237
(56,50,55)
#2C282A
(44,40,42)
#201E1D
(32,30,29)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #8C7892

#8C7892
(140,120,146)
#96849B
(150,132,155)
#A090A4
(160,144,164)
#AA9CAD
(170,156,173)
#B4A8B6
(180,168,182)
#BEB4BF
(190,180,191)
#C8C0C8
(200,192,200)
#D2CCD1
(210,204,209)
#DCD8DA
(220,216,218)
#E6E4E3
(230,228,227)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7892 color. Also use rgb(140,120,146) instead hex code.

Text Font Color

.myTextColor { color: #8C7892; }

<p style="color:#8C7892">This sample text font color is #8C7892.</p>

This text font color is #8C7892.


Background Color

.myBgColor { background-color: #8C7892; }

<div style="background-color:#8C7892">Inner text</div>

This div background color is #8C7892.


Border color

.myBorderColor { border: 1px solid #8C7892; }

<div style="border:3px solid #8C7892">Div</div>

This div border color is #8C7892.


Opacity

.myOpacity80 { color: #8C7892; opacity: 0.8; }

<p style="color:#8C7892;opacity:0.8;">80%</p>

Text with #8C7892 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8C7892;}

<p style="text-shadow: 3px 3px 1px #8C7892">Text here.</p>

This text has shadow with #8C7892 color.

.textShadow {text-shadow: 3px 3px 1px #8C7892, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8C7892, 5px 5px 20px red">Text here.</p>

This text has shadow with #8C7892 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8C7892, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8C7892, Direction=45, Strength=4)">Text</p>

This text has shadow with #8C7892 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #8C7892;
  -webkit-box-shadow:	1px 1px 3px 2px #8C7892;
  box-shadow:		1px 1px 3px 2px #8C7892;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8C7892;
-webkit-box-shadow: 1px 1px 3px 2px #8C7892;
box-shadow:1px 1px 3px 2px #8C7892;">
Div content here</div>
This div box has shadow with color #8C7892.

Preview

Color preview on black background

This text has color #8C7892 on black background.


Color preview on white background

This text has color #8C7892 on white background.



Black color preview on #8C7892 background

This text has black color on #8C7892 background.


White color preview on #8C7892 background

This text has white color on #8C7892 background.