COLOR #8A78BF

HEX: #8A78BF RGB: (138,120,191)

Color info

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

RGB color model

#8A78BF color RGB value is (138,120,191).

RGB: (138,120,191) (54%, 47%, 75%)

RGB channels and saturation

R 138 of 255 = 54%
G 120 of 255 = 47%
B 191 of 255 = 75%

138
120
191

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

Portions of RGB colors in percentages

R + G + B = 138 + 120 + 191 = 449 (100%)
R 138 of 449 ~ 30.73%
G 120 of 449 ~ 26.73%
B 191 of 449 ~ 42.54'%

%30.73
%26.73
%42.54

CMYK color model

#8A78BF color CMYK value is (28,37,0,25).

  • cyan value is 27.75%
  • magenta value is 37.17%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (28,37,0,25)
C28M37Y0K25 (28%, 37%, 0%, 25%)
(0.28 / 0.37 / 0.00 / 0.25)

CMYK percentages

%27.75
%37.17
%0
%25.1

Codes

Color #8A78BF in popluar color models

8A 78 BF
RGB 138 120 191
HSL 255° 35.68% 60.98%
HSB/HSV 255° 37.17% 74.90%
CMYK 27.75% 37.17% 0.00%
25.10%

Color #8A78BF in popluar number systems.

HEX 8A 78 BF
Decimal 138 120 191
Binary 10001010 1111000 10111111
Octal 212 170 277

Shades and tints

Shades of #8A78BF

#8A78BF
(138,120,191)
#7E6EAE
(126,110,174)
#72649D
(114,100,157)
#665A8C
(102,90,140)
#5A507B
(90,80,123)
#4E466A
(78,70,106)
#423C59
(66,60,89)
#363248
(54,50,72)
#2A2837
(42,40,55)
#1E1E26
(30,30,38)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #8A78BF

#8A78BF
(138,120,191)
#9484C4
(148,132,196)
#9E90C9
(158,144,201)
#A89CCE
(168,156,206)
#B2A8D3
(178,168,211)
#BCB4D8
(188,180,216)
#C6C0DD
(198,192,221)
#D0CCE2
(208,204,226)
#DAD8E7
(218,216,231)
#E4E4EC
(228,228,236)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A78BF color. Also use rgb(138,120,191) instead hex code.

Text Font Color

.myTextColor { color: #8A78BF; }

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

This text font color is #8A78BF.

Background Color

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

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

This div background color is #8A78BF.

Border color

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

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

This div border color is #8A78BF.

Opacity

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

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

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

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

This text has shadow with #8A78BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A78BF.

Preview

Color preview on black background

This text has color #8A78BF on black background.


Color preview on white background

This text has color #8A78BF on white background.


Black color preview on #8A78BF background

This text has black color on #8A78BF background.


White color preview on #8A78BF background

This text has white color on #8A78BF background.


Related colors

Complementary color

Complementary color for #hex is #758740.


I love getcolorcode.com

Triadic colors

1 #BF8A78 and #78BF8A with #8A78BF are triadic colors.

2 #BF788A and #788ABF with #8A78BF are triadic colors.