COLOR #7879BD

HEX: #7879BD RGB: (120,121,189)

Color info

#7879BD contains mainly blue color. Web safe color of #7879BD is #6666CC (or #66C).

RGB color model

#7879BD color RGB value is (120,121,189).

RGB: (120,121,189) (47%, 47%, 74%)

RGB channels and saturation

R 120 of 255 = 47%
G 121 of 255 = 47%
B 189 of 255 = 74%

120
121
189

R + G + B ~ 56%. #7879BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 121 + 189 = 430 (100%)
R 120 of 430 ~ 27.91%
G 121 of 430 ~ 28.14%
B 189 of 430 ~ 43.95'%

%27.91
%28.14
%43.95

CMYK color model

#7879BD color CMYK value is (37,36,0,26).

  • cyan value is 36.51%
  • magenta value is 35.98%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (37,36,0,26) C37M36Y0K26 (37%,36%,0%,26%) (0.37/0.36/0.00/0.26) 

CMYK percentages

%36.51
%35.98
%0
%25.88

Codes

Color #7879BD in popluar color models

78 79 BD
RGB 120 121 189
HSL 239° 34.33% 60.59%
HSB/HSV 239° 36.51% 74.12%
CMYK 36.51% 35.98% 0.00%
25.88%

Color #7879BD in popluar number systems.

HEX 78 79 BD
Decimal 120 121 189
Binary 1111000 1111001 10111101
Octal 170 171 275

Shades and tints

Shades of #7879BD

#7879BD
(120,121,189)
#6E6EAC
(110,110,172)
#64639B
(100,99,155)
#5A588A
(90,88,138)
#504D79
(80,77,121)
#464268
(70,66,104)
#3C3757
(60,55,87)
#322C46
(50,44,70)
#282135
(40,33,53)
#1E1624
(30,22,36)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #7879BD

#7879BD
(120,121,189)
#8485C3
(132,133,195)
#9091C9
(144,145,201)
#9C9DCF
(156,157,207)
#A8A9D5
(168,169,213)
#B4B5DB
(180,181,219)
#C0C1E1
(192,193,225)
#CCCDE7
(204,205,231)
#D8D9ED
(216,217,237)
#E4E5F3
(228,229,243)
#F0F1F9
(240,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7879BD color. Also use rgb(120,121,189) instead hex code.

Text Font Color

.myTextColor { color: #7879BD; }

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

This text font color is #7879BD.

Background Color

.myBgColor { background-color: #7879BD; }

<div style="background-color:#7879BD">Inner text</div>

This div background color is #7879BD.

Border color

.myBorderColor { border: 1px solid #7879BD; }

<div style="border:3px solid #7879BD">Div</div>

This div border color is #7879BD.

Opacity

.myOpacity80 { color: #7879BD; opacity: 0.8; }

<p style="color:#7879BD;opacity:0.8;">80%</p>

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

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

This text has shadow with #7879BD color.


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

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

This text has shadow with #7879BD primary color and red secondary color.


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

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

This text has shadow with #7879BD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7879BD.

Preview

Color preview on black background

This text has color #7879BD on black background.


Color preview on white background

This text has color #7879BD on white background.


Black color preview on #7879BD background

This text has black color on #7879BD background.


White color preview on #7879BD background

This text has white color on #7879BD background.


Related colors

Complementary color

Complementary color for #hex is #878642.


I love getcolorcode.com

Triadic colors

1 #BD7879 and #79BD78 with #7879BD are triadic colors.

2 #BD7978 and #7978BD with #7879BD are triadic colors.