COLOR #7B79CC

HEX: #7B79CC
RGB: (123,121,204)

Color info

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

RGB color model

#7B79CC color RGB value is (123,121,204).

  • red value is 123;
  • green value is 121;
  • blue value is 204.
RGB:
(123,121,204)
(48%,47%,80%)

RGB channels and saturation

R 123 of 255 = 48%
G 121 of 255 = 47%
B 204 of 255 = 80%

123
121
204

R + G + B ~ 58%. #7B79CC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
123 + 121 + 204 = 448 (100%)
R 123 of 448 ~ 27.46%
G 121 of 448 ~ 27.01%
B 204 of 448 ~ 45.54%

%27.46
%27.01
%45.54

CMYK color model

#7B79CC color CMYK value is (40,41,0,20).

  • cyan value is 39.71%
  • magenta value is 40.69%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(40,41,0,20)
C40M41Y0K20 
(40%,41%,0%,20%)
(0.40/0.41/0.00/0.20)	

CMYK percentages

%39.71
%40.69
%0
%20

Codes

Color #7B79CC in popluar color models

7B79CC
RGB123121204
HSL241°44.86%63.73%
HSB/HSV241°40.69%80.00%
CMYK39.71%40.69%0.00%
20.00%

Color #7B79CC in popluar number systems.

HEX7B79CC
Decimal123121204
Binary1111011111100111001100
Octal173171314

Shades and tints

Shades of #7B79CC

#7B79CC
(123,121,204)
#706EBA
(112,110,186)
#6563A8
(101,99,168)
#5A5896
(90,88,150)
#4F4D84
(79,77,132)
#444272
(68,66,114)
#393760
(57,55,96)
#2E2C4E
(46,44,78)
#23213C
(35,33,60)
#18162A
(24,22,42)
#0D0B18
(13,11,24)
#000000
(0,0,0)

Tints of #7B79CC

#7B79CC
(123,121,204)
#8785D0
(135,133,208)
#9391D4
(147,145,212)
#9F9DD8
(159,157,216)
#ABA9DC
(171,169,220)
#B7B5E0
(183,181,224)
#C3C1E4
(195,193,228)
#CFCDE8
(207,205,232)
#DBD9EC
(219,217,236)
#E7E5F0
(231,229,240)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B79CC color. Also use rgb(123,121,204) instead hex code.

Text Font Color

.myTextColor { color: #7B79CC; }

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

This text font color is #7B79CC.


Background Color

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

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

This div background color is #7B79CC.


Border color

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

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

This div border color is #7B79CC.


Opacity

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

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

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

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

This text has shadow with #7B79CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B79CC on black background.


Color preview on white background

This text has color #7B79CC on white background.



Black color preview on #7B79CC background

This text has black color on #7B79CC background.


White color preview on #7B79CC background

This text has white color on #7B79CC background.