COLOR #8C78BA

HEX: #8C78BA
RGB: (140,120,186)

Color info

#8C78BA contains mainly red and blue colors. Web safe color of #8C78BA is #9966CC (or #96C).

RGB color model

#8C78BA color RGB value is (140,120,186).

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

RGB channels and saturation

R 140 of 255 = 55%
G 120 of 255 = 47%
B 186 of 255 = 73%

140
120
186

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

Portions of RGB colors in percentages

R + G + B =
140 + 120 + 186 = 446 (100%)
R 140 of 446 ~ 31.39%
G 120 of 446 ~ 26.91%
B 186 of 446 ~ 41.7%

%31.39
%26.91
%41.7

CMYK color model

#8C78BA color CMYK value is (25,35,0,27).

  • cyan value is 24.73%
  • magenta value is 35.48%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(25,35,0,27)
C25M35Y0K27 
(25%,35%,0%,27%)
(0.25/0.35/0.00/0.27)	

CMYK percentages

%24.73
%35.48
%0
%27.06

Codes

Color #8C78BA in popluar color models

8C78BA
RGB140120186
HSL258°32.35%60.00%
HSB/HSV258°35.48%72.94%
CMYK24.73%35.48%0.00%
27.06%

Color #8C78BA in popluar number systems.

HEX8C78BA
Decimal140120186
Binary10001100111100010111010
Octal214170272

Shades and tints

Shades of #8C78BA

#8C78BA
(140,120,186)
#806EAA
(128,110,170)
#74649A
(116,100,154)
#685A8A
(104,90,138)
#5C507A
(92,80,122)
#50466A
(80,70,106)
#443C5A
(68,60,90)
#38324A
(56,50,74)
#2C283A
(44,40,58)
#201E2A
(32,30,42)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #8C78BA

#8C78BA
(140,120,186)
#9684C0
(150,132,192)
#A090C6
(160,144,198)
#AA9CCC
(170,156,204)
#B4A8D2
(180,168,210)
#BEB4D8
(190,180,216)
#C8C0DE
(200,192,222)
#D2CCE4
(210,204,228)
#DCD8EA
(220,216,234)
#E6E4F0
(230,228,240)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C78BA; }

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

This text font color is #8C78BA.


Background Color

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

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

This div background color is #8C78BA.


Border color

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

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

This div border color is #8C78BA.


Opacity

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

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

Text with #8C78BA 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 #8C78BA;}

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

This text has shadow with #8C78BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C78BA on black background.


Color preview on white background

This text has color #8C78BA on white background.



Black color preview on #8C78BA background

This text has black color on #8C78BA background.


White color preview on #8C78BA background

This text has white color on #8C78BA background.