COLOR #7B7CD7

HEX: #7B7CD7 RGB: (123,124,215)

Color info

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

RGB color model

#7B7CD7 color RGB value is (123,124,215).

RGB: (123,124,215) (48%, 49%, 84%)

RGB channels and saturation

R 123 of 255 = 48%
G 124 of 255 = 49%
B 215 of 255 = 84%

123
124
215

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

Portions of RGB colors in percentages

R + G + B = 123 + 124 + 215 = 462 (100%)
R 123 of 462 ~ 26.62%
G 124 of 462 ~ 26.84%
B 215 of 462 ~ 46.54'%

%26.62
%26.84
%46.54

CMYK color model

#7B7CD7 color CMYK value is (43,42,0,16).

  • cyan value is 42.79%
  • magenta value is 42.33%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (43,42,0,16)
C43M42Y0K16 (43%, 42%, 0%, 16%)
(0.43 / 0.42 / 0.00 / 0.16)

CMYK percentages

%42.79
%42.33
%0
%15.69

Codes

Color #7B7CD7 in popluar color models

7B 7C D7
RGB 123 124 215
HSL 239° 53.49% 66.27%
HSB/HSV 239° 42.79% 84.31%
CMYK 42.79% 42.33% 0.00%
15.69%

Color #7B7CD7 in popluar number systems.

HEX 7B 7C D7
Decimal 123 124 215
Binary 1111011 1111100 11010111
Octal 173 174 327

Shades and tints

Shades of #7B7CD7

#7B7CD7
(123,124,215)
#7071C4
(112,113,196)
#6566B1
(101,102,177)
#5A5B9E
(90,91,158)
#4F508B
(79,80,139)
#444578
(68,69,120)
#393A65
(57,58,101)
#2E2F52
(46,47,82)
#23243F
(35,36,63)
#18192C
(24,25,44)
#0D0E19
(13,14,25)
#000000
(0,0,0)

Tints of #7B7CD7

#7B7CD7
(123,124,215)
#8787DA
(135,135,218)
#9392DD
(147,146,221)
#9F9DE0
(159,157,224)
#ABA8E3
(171,168,227)
#B7B3E6
(183,179,230)
#C3BEE9
(195,190,233)
#CFC9EC
(207,201,236)
#DBD4EF
(219,212,239)
#E7DFF2
(231,223,242)
#F3EAF5
(243,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7CD7 color. Also use rgb(123,124,215) instead hex code.

Text Font Color

.myTextColor { color: #7B7CD7; }

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

This text font color is #7B7CD7.

Background Color

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

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

This div background color is #7B7CD7.

Border color

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

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

This div border color is #7B7CD7.

Opacity

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

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

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

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

This text has shadow with #7B7CD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7CD7.

Preview

Color preview on black background

This text has color #7B7CD7 on black background.


Color preview on white background

This text has color #7B7CD7 on white background.


Black color preview on #7B7CD7 background

This text has black color on #7B7CD7 background.


White color preview on #7B7CD7 background

This text has white color on #7B7CD7 background.


Related colors

Complementary color

Complementary color for #hex is #848328.


I love getcolorcode.com

Triadic colors

1 #D77B7C and #7CD77B with #7B7CD7 are triadic colors.

2 #D77C7B and #7C7BD7 with #7B7CD7 are triadic colors.