COLOR #7B78F5

HEX: #7B78F5
RGB: (123,120,245)

Color info

#7B78F5 contains mainly blue color. Web safe color of #7B78F5 is #6666FF (or #66F).

RGB color model

#7B78F5 color RGB value is (123,120,245).

  • red value is 123;
  • green value is 120;
  • blue value is 245.
RGB:
(123,120,245)
(48%,47%,96%)

RGB channels and saturation

R 123 of 255 = 48%
G 120 of 255 = 47%
B 245 of 255 = 96%

123
120
245

R + G + B ~ 64%. #7B78F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 120 + 245 = 488 (100%)
R 123 of 488 ~ 25.2%
G 120 of 488 ~ 24.59%
B 245 of 488 ~ 50.2%

%25.2
%24.59
%50.2

CMYK color model

#7B78F5 color CMYK value is (50,51,0,4).

  • cyan value is 49.80%
  • magenta value is 51.02%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(50,51,0,4)
C50M51Y0K4 
(50%,51%,0%,4%)
(0.50/0.51/0.00/0.04)	

CMYK percentages

%49.8
%51.02
%0
%3.92

Codes

Color #7B78F5 in popluar color models

7B78F5
RGB123120245
HSL241°86.21%71.57%
HSB/HSV241°51.02%96.08%
CMYK49.80%51.02%0.00%
3.92%

Color #7B78F5 in popluar number systems.

HEX7B78F5
Decimal123120245
Binary1111011111100011110101
Octal173170365

Shades and tints

Shades of #7B78F5

#7B78F5
(123,120,245)
#706EDF
(112,110,223)
#6564C9
(101,100,201)
#5A5AB3
(90,90,179)
#4F509D
(79,80,157)
#444687
(68,70,135)
#393C71
(57,60,113)
#2E325B
(46,50,91)
#232845
(35,40,69)
#181E2F
(24,30,47)
#0D1419
(13,20,25)
#000000
(0,0,0)

Tints of #7B78F5

#7B78F5
(123,120,245)
#8784F5
(135,132,245)
#9390F5
(147,144,245)
#9F9CF5
(159,156,245)
#ABA8F5
(171,168,245)
#B7B4F5
(183,180,245)
#C3C0F5
(195,192,245)
#CFCCF5
(207,204,245)
#DBD8F5
(219,216,245)
#E7E4F5
(231,228,245)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B78F5 color. Also use rgb(123,120,245) instead hex code.

Text Font Color

.myTextColor { color: #7B78F5; }

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

This text font color is #7B78F5.


Background Color

.myBgColor { background-color: #7B78F5; }

<div style="background-color:#7B78F5">Inner text</div>

This div background color is #7B78F5.


Border color

.myBorderColor { border: 1px solid #7B78F5; }

<div style="border:3px solid #7B78F5">Div</div>

This div border color is #7B78F5.


Opacity

.myOpacity80 { color: #7B78F5; opacity: 0.8; }

<p style="color:#7B78F5;opacity:0.8;">80%</p>

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

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

This text has shadow with #7B78F5 color.

.textShadow {text-shadow: 3px 3px 1px #7B78F5, 3px 3px 1px red;}

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

This text has shadow with #7B78F5 primary color and red secondary color.


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

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

This text has shadow with #7B78F5 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7B78F5;
-webkit-box-shadow: 1px 1px 3px 2px #7B78F5;
box-shadow:1px 1px 3px 2px #7B78F5;">
Div content here</div>
This div box has shadow with color #7B78F5.

Preview

Color preview on black background

This text has color #7B78F5 on black background.


Color preview on white background

This text has color #7B78F5 on white background.



Black color preview on #7B78F5 background

This text has black color on #7B78F5 background.


White color preview on #7B78F5 background

This text has white color on #7B78F5 background.