COLOR #8B78B4

HEX: #8B78B4 RGB: (139,120,180)

Color info

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

RGB color model

#8B78B4 color RGB value is (139,120,180).

RGB: (139,120,180) (55%, 47%, 71%)

RGB channels and saturation

R 139 of 255 = 55%
G 120 of 255 = 47%
B 180 of 255 = 71%

139
120
180

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

Portions of RGB colors in percentages

R + G + B = 139 + 120 + 180 = 439 (100%)
R 139 of 439 ~ 31.66%
G 120 of 439 ~ 27.33%
B 180 of 439 ~ 41'%

%31.66
%27.33
%41

CMYK color model

#8B78B4 color CMYK value is (23,33,0,29).

  • cyan value is 22.78%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (23,33,0,29)
C23M33Y0K29 (23%, 33%, 0%, 29%)
(0.23 / 0.33 / 0.00 / 0.29)

CMYK percentages

%22.78
%33.33
%0
%29.41

Codes

Color #8B78B4 in popluar color models

8B 78 B4
RGB 139 120 180
HSL 259° 28.57% 58.82%
HSB/HSV 259° 33.33% 70.59%
CMYK 22.78% 33.33% 0.00%
29.41%

Color #8B78B4 in popluar number systems.

HEX 8B 78 B4
Decimal 139 120 180
Binary 10001011 1111000 10110100
Octal 213 170 264

Shades and tints

Shades of #8B78B4

#8B78B4
(139,120,180)
#7F6EA4
(127,110,164)
#736494
(115,100,148)
#675A84
(103,90,132)
#5B5074
(91,80,116)
#4F4664
(79,70,100)
#433C54
(67,60,84)
#373244
(55,50,68)
#2B2834
(43,40,52)
#1F1E24
(31,30,36)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #8B78B4

#8B78B4
(139,120,180)
#9584BA
(149,132,186)
#9F90C0
(159,144,192)
#A99CC6
(169,156,198)
#B3A8CC
(179,168,204)
#BDB4D2
(189,180,210)
#C7C0D8
(199,192,216)
#D1CCDE
(209,204,222)
#DBD8E4
(219,216,228)
#E5E4EA
(229,228,234)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B78B4; }

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

This text font color is #8B78B4.

Background Color

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

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

This div background color is #8B78B4.

Border color

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

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

This div border color is #8B78B4.

Opacity

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

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

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

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

This text has shadow with #8B78B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B78B4.

Preview

Color preview on black background

This text has color #8B78B4 on black background.


Color preview on white background

This text has color #8B78B4 on white background.


Black color preview on #8B78B4 background

This text has black color on #8B78B4 background.


White color preview on #8B78B4 background

This text has white color on #8B78B4 background.


Related colors

Complementary color

Complementary color for #hex is #74874B.


I love getcolorcode.com

Triadic colors

1 #B48B78 and #78B48B with #8B78B4 are triadic colors.

2 #B4788B and #788BB4 with #8B78B4 are triadic colors.