COLOR #8B78C5

HEX: #8B78C5 RGB: (139,120,197)

Color info

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

RGB color model

#8B78C5 color RGB value is (139,120,197).

RGB: (139,120,197) (55%, 47%, 77%)

RGB channels and saturation

R 139 of 255 = 55%
G 120 of 255 = 47%
B 197 of 255 = 77%

139
120
197

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

Portions of RGB colors in percentages

R + G + B = 139 + 120 + 197 = 456 (100%)
R 139 of 456 ~ 30.48%
G 120 of 456 ~ 26.32%
B 197 of 456 ~ 43.2'%

%30.48
%26.32
%43.2

CMYK color model

#8B78C5 color CMYK value is (29,39,0,23).

  • cyan value is 29.44%
  • magenta value is 39.09%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (29,39,0,23)
C29M39Y0K23 (29%, 39%, 0%, 23%)
(0.29 / 0.39 / 0.00 / 0.23)

CMYK percentages

%29.44
%39.09
%0
%22.75

Codes

Color #8B78C5 in popluar color models

8B 78 C5
RGB 139 120 197
HSL 255° 39.90% 62.16%
HSB/HSV 255° 39.09% 77.25%
CMYK 29.44% 39.09% 0.00%
22.75%

Color #8B78C5 in popluar number systems.

HEX 8B 78 C5
Decimal 139 120 197
Binary 10001011 1111000 11000101
Octal 213 170 305

Shades and tints

Shades of #8B78C5

#8B78C5
(139,120,197)
#7F6EB4
(127,110,180)
#7364A3
(115,100,163)
#675A92
(103,90,146)
#5B5081
(91,80,129)
#4F4670
(79,70,112)
#433C5F
(67,60,95)
#37324E
(55,50,78)
#2B283D
(43,40,61)
#1F1E2C
(31,30,44)
#13141B
(19,20,27)
#000000
(0,0,0)

Tints of #8B78C5

#8B78C5
(139,120,197)
#9584CA
(149,132,202)
#9F90CF
(159,144,207)
#A99CD4
(169,156,212)
#B3A8D9
(179,168,217)
#BDB4DE
(189,180,222)
#C7C0E3
(199,192,227)
#D1CCE8
(209,204,232)
#DBD8ED
(219,216,237)
#E5E4F2
(229,228,242)
#EFF0F7
(239,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B78C5 color. Also use rgb(139,120,197) instead hex code.

Text Font Color

.myTextColor { color: #8B78C5; }

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

This text font color is #8B78C5.

Background Color

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

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

This div background color is #8B78C5.

Border color

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

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

This div border color is #8B78C5.

Opacity

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

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

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

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

This text has shadow with #8B78C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B78C5.

Preview

Color preview on black background

This text has color #8B78C5 on black background.


Color preview on white background

This text has color #8B78C5 on white background.


Black color preview on #8B78C5 background

This text has black color on #8B78C5 background.


White color preview on #8B78C5 background

This text has white color on #8B78C5 background.


Related colors

Complementary color

Complementary color for #hex is #74873A.


I love getcolorcode.com

Triadic colors

1 #C58B78 and #78C58B with #8B78C5 are triadic colors.

2 #C5788B and #788BC5 with #8B78C5 are triadic colors.