COLOR #7C5598

HEX: #7C5598
RGB: (124,85,152)

Color info

#7C5598 contains mainly red and blue colors. Web safe color of #7C5598 is #666699 (or #669).

RGB color model

#7C5598 color RGB value is (124,85,152).

  • red value is 124;
  • green value is 85;
  • blue value is 152.
RGB:
(124,85,152)
(49%,33%,60%)

RGB channels and saturation

R 124 of 255 = 49%
G 85 of 255 = 33%
B 152 of 255 = 60%

124
85
152

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

Portions of RGB colors in percentages

R + G + B =
124 + 85 + 152 = 361 (100%)
R 124 of 361 ~ 34.35%
G 85 of 361 ~ 23.55%
B 152 of 361 ~ 42.11%

%34.35
%23.55
%42.11

CMYK color model

#7C5598 color CMYK value is (18,44,0,40).

  • cyan value is 18.42%
  • magenta value is 44.08%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(18,44,0,40)
C18M44Y0K40 
(18%,44%,0%,40%)
(0.18/0.44/0.00/0.40)	

CMYK percentages

%18.42
%44.08
%0
%40.39

Codes

Color #7C5598 in popluar color models

7C5598
RGB12485152
HSL275°28.27%46.47%
HSB/HSV275°44.08%59.61%
CMYK18.42%44.08%0.00%
40.39%

Color #7C5598 in popluar number systems.

HEX7C5598
Decimal12485152
Binary1111100101010110011000
Octal174125230

Shades and tints

Shades of #7C5598

#7C5598
(124,85,152)
#714E8B
(113,78,139)
#66477E
(102,71,126)
#5B4071
(91,64,113)
#503964
(80,57,100)
#453257
(69,50,87)
#3A2B4A
(58,43,74)
#2F243D
(47,36,61)
#241D30
(36,29,48)
#191623
(25,22,35)
#0E0F16
(14,15,22)
#000000
(0,0,0)

Tints of #7C5598

#7C5598
(124,85,152)
#8764A1
(135,100,161)
#9273AA
(146,115,170)
#9D82B3
(157,130,179)
#A891BC
(168,145,188)
#B3A0C5
(179,160,197)
#BEAFCE
(190,175,206)
#C9BED7
(201,190,215)
#D4CDE0
(212,205,224)
#DFDCE9
(223,220,233)
#EAEBF2
(234,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5598 color. Also use rgb(124,85,152) instead hex code.

Text Font Color

.myTextColor { color: #7C5598; }

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

This text font color is #7C5598.


Background Color

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

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

This div background color is #7C5598.


Border color

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

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

This div border color is #7C5598.


Opacity

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

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

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

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

This text has shadow with #7C5598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5598 on black background.


Color preview on white background

This text has color #7C5598 on white background.



Black color preview on #7C5598 background

This text has black color on #7C5598 background.


White color preview on #7C5598 background

This text has white color on #7C5598 background.