COLOR #7B7FC7

HEX: #7B7FC7
RGB: (123,127,199)

Color info

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

RGB color model

#7B7FC7 color RGB value is (123,127,199).

  • red value is 123;
  • green value is 127;
  • blue value is 199.
RGB:
(123,127,199)
(48%,50%,78%)

RGB channels and saturation

R 123 of 255 = 48%
G 127 of 255 = 50%
B 199 of 255 = 78%

123
127
199

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

Portions of RGB colors in percentages

R + G + B =
123 + 127 + 199 = 449 (100%)
R 123 of 449 ~ 27.39%
G 127 of 449 ~ 28.29%
B 199 of 449 ~ 44.32%

%27.39
%28.29
%44.32

CMYK color model

#7B7FC7 color CMYK value is (38,36,0,22).

  • cyan value is 38.19%
  • magenta value is 36.18%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(38,36,0,22)
C38M36Y0K22 
(38%,36%,0%,22%)
(0.38/0.36/0.00/0.22)	

CMYK percentages

%38.19
%36.18
%0
%21.96

Codes

Color #7B7FC7 in popluar color models

7B7FC7
RGB123127199
HSL237°40.43%63.14%
HSB/HSV237°38.19%78.04%
CMYK38.19%36.18%0.00%
21.96%

Color #7B7FC7 in popluar number systems.

HEX7B7FC7
Decimal123127199
Binary1111011111111111000111
Octal173177307

Shades and tints

Shades of #7B7FC7

#7B7FC7
(123,127,199)
#7074B5
(112,116,181)
#6569A3
(101,105,163)
#5A5E91
(90,94,145)
#4F537F
(79,83,127)
#44486D
(68,72,109)
#393D5B
(57,61,91)
#2E3249
(46,50,73)
#232737
(35,39,55)
#181C25
(24,28,37)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #7B7FC7

#7B7FC7
(123,127,199)
#878ACC
(135,138,204)
#9395D1
(147,149,209)
#9FA0D6
(159,160,214)
#ABABDB
(171,171,219)
#B7B6E0
(183,182,224)
#C3C1E5
(195,193,229)
#CFCCEA
(207,204,234)
#DBD7EF
(219,215,239)
#E7E2F4
(231,226,244)
#F3EDF9
(243,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7FC7 color. Also use rgb(123,127,199) instead hex code.

Text Font Color

.myTextColor { color: #7B7FC7; }

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

This text font color is #7B7FC7.


Background Color

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

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

This div background color is #7B7FC7.


Border color

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

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

This div border color is #7B7FC7.


Opacity

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

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

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

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

This text has shadow with #7B7FC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7FC7 on black background.


Color preview on white background

This text has color #7B7FC7 on white background.



Black color preview on #7B7FC7 background

This text has black color on #7B7FC7 background.


White color preview on #7B7FC7 background

This text has white color on #7B7FC7 background.