COLOR #7B76E9

HEX: #7B76E9
RGB: (123,118,233)

Color info

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

RGB color model

#7B76E9 color RGB value is (123,118,233).

  • red value is 123;
  • green value is 118;
  • blue value is 233.
RGB:
(123,118,233)
(48%,46%,91%)

RGB channels and saturation

R 123 of 255 = 48%
G 118 of 255 = 46%
B 233 of 255 = 91%

123
118
233

R + G + B ~ 62%. #7B76E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 118 + 233 = 474 (100%)
R 123 of 474 ~ 25.95%
G 118 of 474 ~ 24.89%
B 233 of 474 ~ 49.16%

%25.95
%24.89
%49.16

CMYK color model

#7B76E9 color CMYK value is (47,49,0,9).

  • cyan value is 47.21%
  • magenta value is 49.36%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(47,49,0,9)
C47M49Y0K9 
(47%,49%,0%,9%)
(0.47/0.49/0.00/0.09)	

CMYK percentages

%47.21
%49.36
%0
%8.63

Codes

Color #7B76E9 in popluar color models

7B76E9
RGB123118233
HSL243°72.33%68.82%
HSB/HSV243°49.36%91.37%
CMYK47.21%49.36%0.00%
8.63%

Color #7B76E9 in popluar number systems.

HEX7B76E9
Decimal123118233
Binary1111011111011011101001
Octal173166351

Shades and tints

Shades of #7B76E9

#7B76E9
(123,118,233)
#706CD4
(112,108,212)
#6562BF
(101,98,191)
#5A58AA
(90,88,170)
#4F4E95
(79,78,149)
#444480
(68,68,128)
#393A6B
(57,58,107)
#2E3056
(46,48,86)
#232641
(35,38,65)
#181C2C
(24,28,44)
#0D1217
(13,18,23)
#000000
(0,0,0)

Tints of #7B76E9

#7B76E9
(123,118,233)
#8782EB
(135,130,235)
#938EED
(147,142,237)
#9F9AEF
(159,154,239)
#ABA6F1
(171,166,241)
#B7B2F3
(183,178,243)
#C3BEF5
(195,190,245)
#CFCAF7
(207,202,247)
#DBD6F9
(219,214,249)
#E7E2FB
(231,226,251)
#F3EEFD
(243,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B76E9 color. Also use rgb(123,118,233) instead hex code.

Text Font Color

.myTextColor { color: #7B76E9; }

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

This text font color is #7B76E9.


Background Color

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

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

This div background color is #7B76E9.


Border color

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

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

This div border color is #7B76E9.


Opacity

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

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

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

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

This text has shadow with #7B76E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B76E9 on black background.


Color preview on white background

This text has color #7B76E9 on white background.



Black color preview on #7B76E9 background

This text has black color on #7B76E9 background.


White color preview on #7B76E9 background

This text has white color on #7B76E9 background.