COLOR #7B56C8

HEX: #7B56C8 RGB: (123,86,200)

Color info

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

RGB color model

#7B56C8 color RGB value is (123,86,200).

RGB: (123,86,200) (48%, 34%, 78%)

RGB channels and saturation

R 123 of 255 = 48%
G 86 of 255 = 34%
B 200 of 255 = 78%

123
86
200

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

Portions of RGB colors in percentages

R + G + B = 123 + 86 + 200 = 409 (100%)
R 123 of 409 ~ 30.07%
G 86 of 409 ~ 21.03%
B 200 of 409 ~ 48.9'%

%30.07
%21.03
%48.9

CMYK color model

#7B56C8 color CMYK value is (39,57,0,22).

  • cyan value is 38.50%
  • magenta value is 57.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (39,57,0,22)
C39M57Y0K22 (39%, 57%, 0%, 22%)
(0.39 / 0.57 / 0.00 / 0.22)

CMYK percentages

%38.5
%57
%0
%21.57

Codes

Color #7B56C8 in popluar color models

7B 56 C8
RGB 123 86 200
HSL 259° 50.89% 56.08%
HSB/HSV 259° 57.00% 78.43%
CMYK 38.50% 57.00% 0.00%
21.57%

Color #7B56C8 in popluar number systems.

HEX 7B 56 C8
Decimal 123 86 200
Binary 1111011 1010110 11001000
Octal 173 126 310

Shades and tints

Shades of #7B56C8

#7B56C8
(123,86,200)
#704FB6
(112,79,182)
#6548A4
(101,72,164)
#5A4192
(90,65,146)
#4F3A80
(79,58,128)
#44336E
(68,51,110)
#392C5C
(57,44,92)
#2E254A
(46,37,74)
#231E38
(35,30,56)
#181726
(24,23,38)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #7B56C8

#7B56C8
(123,86,200)
#8765CD
(135,101,205)
#9374D2
(147,116,210)
#9F83D7
(159,131,215)
#AB92DC
(171,146,220)
#B7A1E1
(183,161,225)
#C3B0E6
(195,176,230)
#CFBFEB
(207,191,235)
#DBCEF0
(219,206,240)
#E7DDF5
(231,221,245)
#F3ECFA
(243,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B56C8 color. Also use rgb(123,86,200) instead hex code.

Text Font Color

.myTextColor { color: #7B56C8; }

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

This text font color is #7B56C8.

Background Color

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

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

This div background color is #7B56C8.

Border color

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

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

This div border color is #7B56C8.

Opacity

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

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

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

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

This text has shadow with #7B56C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B56C8.

Preview

Color preview on black background

This text has color #7B56C8 on black background.


Color preview on white background

This text has color #7B56C8 on white background.


Black color preview on #7B56C8 background

This text has black color on #7B56C8 background.


White color preview on #7B56C8 background

This text has white color on #7B56C8 background.


Related colors

Complementary color

Complementary color for #hex is #84A937.


I love getcolorcode.com

Triadic colors

1 #C87B56 and #56C87B with #7B56C8 are triadic colors.

2 #C8567B and #567BC8 with #7B56C8 are triadic colors.