COLOR #8B78F9

HEX: #8B78F9 RGB: (139,120,249)

Color info

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

RGB color model

#8B78F9 color RGB value is (139,120,249).

RGB: (139,120,249) (55%, 47%, 98%)

RGB channels and saturation

R 139 of 255 = 55%
G 120 of 255 = 47%
B 249 of 255 = 98%

139
120
249

R + G + B ~ 67%. #8B78F9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 120 + 249 = 508 (100%)
R 139 of 508 ~ 27.36%
G 120 of 508 ~ 23.62%
B 249 of 508 ~ 49.02'%

%27.36
%23.62
%49.02

CMYK color model

#8B78F9 color CMYK value is (44,52,0,2).

  • cyan value is 44.18%
  • magenta value is 51.81%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (44,52,0,2)
C44M52Y0K2 (44%, 52%, 0%, 2%)
(0.44 / 0.52 / 0.00 / 0.02)

CMYK percentages

%44.18
%51.81
%0
%2.35

Codes

Color #8B78F9 in popluar color models

8B 78 F9
RGB 139 120 249
HSL 249° 91.49% 72.35%
HSB/HSV 249° 51.81% 97.65%
CMYK 44.18% 51.81% 0.00%
2.35%

Color #8B78F9 in popluar number systems.

HEX 8B 78 F9
Decimal 139 120 249
Binary 10001011 1111000 11111001
Octal 213 170 371

Shades and tints

Shades of #8B78F9

#8B78F9
(139,120,249)
#7F6EE3
(127,110,227)
#7364CD
(115,100,205)
#675AB7
(103,90,183)
#5B50A1
(91,80,161)
#4F468B
(79,70,139)
#433C75
(67,60,117)
#37325F
(55,50,95)
#2B2849
(43,40,73)
#1F1E33
(31,30,51)
#13141D
(19,20,29)
#000000
(0,0,0)

Tints of #8B78F9

#8B78F9
(139,120,249)
#9584F9
(149,132,249)
#9F90F9
(159,144,249)
#A99CF9
(169,156,249)
#B3A8F9
(179,168,249)
#BDB4F9
(189,180,249)
#C7C0F9
(199,192,249)
#D1CCF9
(209,204,249)
#DBD8F9
(219,216,249)
#E5E4F9
(229,228,249)
#EFF0F9
(239,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B78F9; }

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

This text font color is #8B78F9.

Background Color

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

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

This div background color is #8B78F9.

Border color

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

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

This div border color is #8B78F9.

Opacity

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

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

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

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

This text has shadow with #8B78F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B78F9.

Preview

Color preview on black background

This text has color #8B78F9 on black background.


Color preview on white background

This text has color #8B78F9 on white background.


Black color preview on #8B78F9 background

This text has black color on #8B78F9 background.


White color preview on #8B78F9 background

This text has white color on #8B78F9 background.


Related colors

Complementary color

Complementary color for #hex is #748706.


I love getcolorcode.com

Triadic colors

1 #F98B78 and #78F98B with #8B78F9 are triadic colors.

2 #F9788B and #788BF9 with #8B78F9 are triadic colors.