COLOR #7C5FCE

HEX: #7C5FCE
RGB: (124,95,206)

Color info

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

RGB color model

#7C5FCE color RGB value is (124,95,206).

  • red value is 124;
  • green value is 95;
  • blue value is 206.
RGB:
(124,95,206)
(49%,37%,81%)

RGB channels and saturation

R 124 of 255 = 49%
G 95 of 255 = 37%
B 206 of 255 = 81%

124
95
206

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

Portions of RGB colors in percentages

R + G + B =
124 + 95 + 206 = 425 (100%)
R 124 of 425 ~ 29.18%
G 95 of 425 ~ 22.35%
B 206 of 425 ~ 48.47%

%29.18
%22.35
%48.47

CMYK color model

#7C5FCE color CMYK value is (40,54,0,19).

  • cyan value is 39.81%
  • magenta value is 53.88%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(40,54,0,19)
C40M54Y0K19 
(40%,54%,0%,19%)
(0.40/0.54/0.00/0.19)	

CMYK percentages

%39.81
%53.88
%0
%19.22

Codes

Color #7C5FCE in popluar color models

7C5FCE
RGB12495206
HSL256°53.11%59.02%
HSB/HSV256°53.88%80.78%
CMYK39.81%53.88%0.00%
19.22%

Color #7C5FCE in popluar number systems.

HEX7C5FCE
Decimal12495206
Binary1111100101111111001110
Octal174137316

Shades and tints

Shades of #7C5FCE

#7C5FCE
(124,95,206)
#7157BC
(113,87,188)
#664FAA
(102,79,170)
#5B4798
(91,71,152)
#503F86
(80,63,134)
#453774
(69,55,116)
#3A2F62
(58,47,98)
#2F2750
(47,39,80)
#241F3E
(36,31,62)
#19172C
(25,23,44)
#0E0F1A
(14,15,26)
#000000
(0,0,0)

Tints of #7C5FCE

#7C5FCE
(124,95,206)
#876DD2
(135,109,210)
#927BD6
(146,123,214)
#9D89DA
(157,137,218)
#A897DE
(168,151,222)
#B3A5E2
(179,165,226)
#BEB3E6
(190,179,230)
#C9C1EA
(201,193,234)
#D4CFEE
(212,207,238)
#DFDDF2
(223,221,242)
#EAEBF6
(234,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5FCE color. Also use rgb(124,95,206) instead hex code.

Text Font Color

.myTextColor { color: #7C5FCE; }

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

This text font color is #7C5FCE.


Background Color

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

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

This div background color is #7C5FCE.


Border color

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

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

This div border color is #7C5FCE.


Opacity

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

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

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

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

This text has shadow with #7C5FCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5FCE on black background.


Color preview on white background

This text has color #7C5FCE on white background.



Black color preview on #7C5FCE background

This text has black color on #7C5FCE background.


White color preview on #7C5FCE background

This text has white color on #7C5FCE background.