COLOR #8F78BA

HEX: #8F78BA RGB: (143,120,186)

Color info

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

RGB color model

#8F78BA color RGB value is (143,120,186).

RGB: (143,120,186) (56%, 47%, 73%)

RGB channels and saturation

R 143 of 255 = 56%
G 120 of 255 = 47%
B 186 of 255 = 73%

143
120
186

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

Portions of RGB colors in percentages

R + G + B = 143 + 120 + 186 = 449 (100%)
R 143 of 449 ~ 31.85%
G 120 of 449 ~ 26.73%
B 186 of 449 ~ 41.43'%

%31.85
%26.73
%41.43

CMYK color model

#8F78BA color CMYK value is (23,35,0,27).

  • cyan value is 23.12%
  • magenta value is 35.48%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (23,35,0,27)
C23M35Y0K27 (23%, 35%, 0%, 27%)
(0.23 / 0.35 / 0.00 / 0.27)

CMYK percentages

%23.12
%35.48
%0
%27.06

Codes

Color #8F78BA in popluar color models

8F 78 BA
RGB 143 120 186
HSL 261° 32.35% 60.00%
HSB/HSV 261° 35.48% 72.94%
CMYK 23.12% 35.48% 0.00%
27.06%

Color #8F78BA in popluar number systems.

HEX 8F 78 BA
Decimal 143 120 186
Binary 10001111 1111000 10111010
Octal 217 170 272

Shades and tints

Shades of #8F78BA

#8F78BA
(143,120,186)
#826EAA
(130,110,170)
#75649A
(117,100,154)
#685A8A
(104,90,138)
#5B507A
(91,80,122)
#4E466A
(78,70,106)
#413C5A
(65,60,90)
#34324A
(52,50,74)
#27283A
(39,40,58)
#1A1E2A
(26,30,42)
#0D141A
(13,20,26)
#000000
(0,0,0)

Tints of #8F78BA

#8F78BA
(143,120,186)
#9984C0
(153,132,192)
#A390C6
(163,144,198)
#AD9CCC
(173,156,204)
#B7A8D2
(183,168,210)
#C1B4D8
(193,180,216)
#CBC0DE
(203,192,222)
#D5CCE4
(213,204,228)
#DFD8EA
(223,216,234)
#E9E4F0
(233,228,240)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F78BA; }

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

This text font color is #8F78BA.

Background Color

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

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

This div background color is #8F78BA.

Border color

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

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

This div border color is #8F78BA.

Opacity

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

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

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

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

This text has shadow with #8F78BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F78BA.

Preview

Color preview on black background

This text has color #8F78BA on black background.


Color preview on white background

This text has color #8F78BA on white background.


Black color preview on #8F78BA background

This text has black color on #8F78BA background.


White color preview on #8F78BA background

This text has white color on #8F78BA background.


Related colors

Complementary color

Complementary color for #hex is #708745.


I love getcolorcode.com

Triadic colors

1 #BA8F78 and #78BA8F with #8F78BA are triadic colors.

2 #BA788F and #788FBA with #8F78BA are triadic colors.