COLOR #7B5FCC

HEX: #7B5FCC RGB: (123,95,204)

Color info

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

RGB color model

#7B5FCC color RGB value is (123,95,204).

RGB: (123,95,204) (48%, 37%, 80%)

RGB channels and saturation

R 123 of 255 = 48%
G 95 of 255 = 37%
B 204 of 255 = 80%

123
95
204

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

Portions of RGB colors in percentages

R + G + B = 123 + 95 + 204 = 422 (100%)
R 123 of 422 ~ 29.15%
G 95 of 422 ~ 22.51%
B 204 of 422 ~ 48.34'%

%29.15
%22.51
%48.34

CMYK color model

#7B5FCC color CMYK value is (40,53,0,20).

  • cyan value is 39.71%
  • magenta value is 53.43%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (40,53,0,20)
C40M53Y0K20 (40%, 53%, 0%, 20%)
(0.40 / 0.53 / 0.00 / 0.20)

CMYK percentages

%39.71
%53.43
%0
%20

Codes

Color #7B5FCC in popluar color models

7B 5F CC
RGB 123 95 204
HSL 255° 51.66% 58.63%
HSB/HSV 255° 53.43% 80.00%
CMYK 39.71% 53.43% 0.00%
20.00%

Color #7B5FCC in popluar number systems.

HEX 7B 5F CC
Decimal 123 95 204
Binary 1111011 1011111 11001100
Octal 173 137 314

Shades and tints

Shades of #7B5FCC

#7B5FCC
(123,95,204)
#7057BA
(112,87,186)
#654FA8
(101,79,168)
#5A4796
(90,71,150)
#4F3F84
(79,63,132)
#443772
(68,55,114)
#392F60
(57,47,96)
#2E274E
(46,39,78)
#231F3C
(35,31,60)
#18172A
(24,23,42)
#0D0F18
(13,15,24)
#000000
(0,0,0)

Tints of #7B5FCC

#7B5FCC
(123,95,204)
#876DD0
(135,109,208)
#937BD4
(147,123,212)
#9F89D8
(159,137,216)
#AB97DC
(171,151,220)
#B7A5E0
(183,165,224)
#C3B3E4
(195,179,228)
#CFC1E8
(207,193,232)
#DBCFEC
(219,207,236)
#E7DDF0
(231,221,240)
#F3EBF4
(243,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5FCC color. Also use rgb(123,95,204) instead hex code.

Text Font Color

.myTextColor { color: #7B5FCC; }

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

This text font color is #7B5FCC.

Background Color

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

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

This div background color is #7B5FCC.

Border color

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

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

This div border color is #7B5FCC.

Opacity

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

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

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

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

This text has shadow with #7B5FCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B5FCC.

Preview

Color preview on black background

This text has color #7B5FCC on black background.


Color preview on white background

This text has color #7B5FCC on white background.


Black color preview on #7B5FCC background

This text has black color on #7B5FCC background.


White color preview on #7B5FCC background

This text has white color on #7B5FCC background.


Related colors

Complementary color

Complementary color for #hex is #84A033.


I love getcolorcode.com

Triadic colors

1 #CC7B5F and #5FCC7B with #7B5FCC are triadic colors.

2 #CC5F7B and #5F7BCC with #7B5FCC are triadic colors.