COLOR #8A78EB

HEX: #8A78EB RGB: (138,120,235)

Color info

#8A78EB contains mainly blue color. Web safe color of #8A78EB is #9966FF (or #96F).

RGB color model

#8A78EB color RGB value is (138,120,235).

RGB: (138,120,235) (54%, 47%, 92%)

RGB channels and saturation

R 138 of 255 = 54%
G 120 of 255 = 47%
B 235 of 255 = 92%

138
120
235

R + G + B ~ 64%. #8A78EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 120 + 235 = 493 (100%)
R 138 of 493 ~ 27.99%
G 120 of 493 ~ 24.34%
B 235 of 493 ~ 47.67'%

%27.99
%24.34
%47.67

CMYK color model

#8A78EB color CMYK value is (41,49,0,8).

  • cyan value is 41.28%
  • magenta value is 48.94%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (41,49,0,8)
C41M49Y0K8 (41%, 49%, 0%, 8%)
(0.41 / 0.49 / 0.00 / 0.08)

CMYK percentages

%41.28
%48.94
%0
%7.84

Codes

Color #8A78EB in popluar color models

8A 78 EB
RGB 138 120 235
HSL 249° 74.19% 69.61%
HSB/HSV 249° 48.94% 92.16%
CMYK 41.28% 48.94% 0.00%
7.84%

Color #8A78EB in popluar number systems.

HEX 8A 78 EB
Decimal 138 120 235
Binary 10001010 1111000 11101011
Octal 212 170 353

Shades and tints

Shades of #8A78EB

#8A78EB
(138,120,235)
#7E6ED6
(126,110,214)
#7264C1
(114,100,193)
#665AAC
(102,90,172)
#5A5097
(90,80,151)
#4E4682
(78,70,130)
#423C6D
(66,60,109)
#363258
(54,50,88)
#2A2843
(42,40,67)
#1E1E2E
(30,30,46)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #8A78EB

#8A78EB
(138,120,235)
#9484EC
(148,132,236)
#9E90ED
(158,144,237)
#A89CEE
(168,156,238)
#B2A8EF
(178,168,239)
#BCB4F0
(188,180,240)
#C6C0F1
(198,192,241)
#D0CCF2
(208,204,242)
#DAD8F3
(218,216,243)
#E4E4F4
(228,228,244)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A78EB; }

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

This text font color is #8A78EB.

Background Color

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

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

This div background color is #8A78EB.

Border color

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

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

This div border color is #8A78EB.

Opacity

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

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

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

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

This text has shadow with #8A78EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A78EB.

Preview

Color preview on black background

This text has color #8A78EB on black background.


Color preview on white background

This text has color #8A78EB on white background.


Black color preview on #8A78EB background

This text has black color on #8A78EB background.


White color preview on #8A78EB background

This text has white color on #8A78EB background.


Related colors

Complementary color

Complementary color for #hex is #758714.


I love getcolorcode.com

Triadic colors

1 #EB8A78 and #78EB8A with #8A78EB are triadic colors.

2 #EB788A and #788AEB with #8A78EB are triadic colors.