COLOR #7B4DEC

HEX: #7B4DEC RGB: (123,77,236)

Color info

#7B4DEC contains mainly blue color. Web safe color of #7B4DEC is #6633FF (or #63F).

RGB color model

#7B4DEC color RGB value is (123,77,236).

RGB: (123,77,236) (48%, 30%, 93%)

RGB channels and saturation

R 123 of 255 = 48%
G 77 of 255 = 30%
B 236 of 255 = 93%

123
77
236

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

Portions of RGB colors in percentages

R + G + B = 123 + 77 + 236 = 436 (100%)
R 123 of 436 ~ 28.21%
G 77 of 436 ~ 17.66%
B 236 of 436 ~ 54.13'%

%28.21
%17.66
%54.13

CMYK color model

#7B4DEC color CMYK value is (48,67,0,7).

  • cyan value is 47.88%
  • magenta value is 67.37%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (48,67,0,7) C48M67Y0K7 (48%,67%,0%,7%) (0.48/0.67/0.00/0.07) 

CMYK percentages

%47.88
%67.37
%0
%7.45

Codes

Color #7B4DEC in popluar color models

7B 4D EC
RGB 123 77 236
HSL 257° 80.71% 61.37%
HSB/HSV 257° 67.37% 92.55%
CMYK 47.88% 67.37% 0.00%
7.45%

Color #7B4DEC in popluar number systems.

HEX 7B 4D EC
Decimal 123 77 236
Binary 1111011 1001101 11101100
Octal 173 115 354

Shades and tints

Shades of #7B4DEC

#7B4DEC
(123,77,236)
#7046D7
(112,70,215)
#653FC2
(101,63,194)
#5A38AD
(90,56,173)
#4F3198
(79,49,152)
#442A83
(68,42,131)
#39236E
(57,35,110)
#2E1C59
(46,28,89)
#231544
(35,21,68)
#180E2F
(24,14,47)
#0D071A
(13,7,26)
#000000
(0,0,0)

Tints of #7B4DEC

#7B4DEC
(123,77,236)
#875DED
(135,93,237)
#936DEE
(147,109,238)
#9F7DEF
(159,125,239)
#AB8DF0
(171,141,240)
#B79DF1
(183,157,241)
#C3ADF2
(195,173,242)
#CFBDF3
(207,189,243)
#DBCDF4
(219,205,244)
#E7DDF5
(231,221,245)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4DEC color. Also use rgb(123,77,236) instead hex code.

Text Font Color

.myTextColor { color: #7B4DEC; }

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

This text font color is #7B4DEC.

Background Color

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

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

This div background color is #7B4DEC.

Border color

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

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

This div border color is #7B4DEC.

Opacity

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

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

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

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

This text has shadow with #7B4DEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B4DEC.

Preview

Color preview on black background

This text has color #7B4DEC on black background.


Color preview on white background

This text has color #7B4DEC on white background.


Black color preview on #7B4DEC background

This text has black color on #7B4DEC background.


White color preview on #7B4DEC background

This text has white color on #7B4DEC background.


Related colors

Complementary color

Complementary color for #hex is #84B213.


I love getcolorcode.com

Triadic colors

1 #EC7B4D and #4DEC7B with #7B4DEC are triadic colors.

2 #EC4D7B and #4D7BEC with #7B4DEC are triadic colors.