COLOR #7C5EB8

HEX: #7C5EB8 RGB: (124,94,184)

Color info

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

RGB color model

#7C5EB8 color RGB value is (124,94,184).

RGB: (124,94,184) (49%, 37%, 72%)

RGB channels and saturation

R 124 of 255 = 49%
G 94 of 255 = 37%
B 184 of 255 = 72%

124
94
184

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

Portions of RGB colors in percentages

R + G + B = 124 + 94 + 184 = 402 (100%)
R 124 of 402 ~ 30.85%
G 94 of 402 ~ 23.38%
B 184 of 402 ~ 45.77'%

%30.85
%23.38
%45.77

CMYK color model

#7C5EB8 color CMYK value is (33,49,0,28).

  • cyan value is 32.61%
  • magenta value is 48.91%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (33,49,0,28)
C33M49Y0K28 (33%, 49%, 0%, 28%)
(0.33 / 0.49 / 0.00 / 0.28)

CMYK percentages

%32.61
%48.91
%0
%27.84

Codes

Color #7C5EB8 in popluar color models

7C 5E B8
RGB 124 94 184
HSL 260° 38.79% 54.51%
HSB/HSV 260° 48.91% 72.16%
CMYK 32.61% 48.91% 0.00%
27.84%

Color #7C5EB8 in popluar number systems.

HEX 7C 5E B8
Decimal 124 94 184
Binary 1111100 1011110 10111000
Octal 174 136 270

Shades and tints

Shades of #7C5EB8

#7C5EB8
(124,94,184)
#7156A8
(113,86,168)
#664E98
(102,78,152)
#5B4688
(91,70,136)
#503E78
(80,62,120)
#453668
(69,54,104)
#3A2E58
(58,46,88)
#2F2648
(47,38,72)
#241E38
(36,30,56)
#191628
(25,22,40)
#0E0E18
(14,14,24)
#000000
(0,0,0)

Tints of #7C5EB8

#7C5EB8
(124,94,184)
#876CBE
(135,108,190)
#927AC4
(146,122,196)
#9D88CA
(157,136,202)
#A896D0
(168,150,208)
#B3A4D6
(179,164,214)
#BEB2DC
(190,178,220)
#C9C0E2
(201,192,226)
#D4CEE8
(212,206,232)
#DFDCEE
(223,220,238)
#EAEAF4
(234,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5EB8 color. Also use rgb(124,94,184) instead hex code.

Text Font Color

.myTextColor { color: #7C5EB8; }

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

This text font color is #7C5EB8.

Background Color

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

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

This div background color is #7C5EB8.

Border color

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

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

This div border color is #7C5EB8.

Opacity

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

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

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

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

This text has shadow with #7C5EB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C5EB8.

Preview

Color preview on black background

This text has color #7C5EB8 on black background.


Color preview on white background

This text has color #7C5EB8 on white background.


Black color preview on #7C5EB8 background

This text has black color on #7C5EB8 background.


White color preview on #7C5EB8 background

This text has white color on #7C5EB8 background.


Related colors

Complementary color

Complementary color for #hex is #83A147.


I love getcolorcode.com

Triadic colors

1 #B87C5E and #5EB87C with #7C5EB8 are triadic colors.

2 #B85E7C and #5E7CB8 with #7C5EB8 are triadic colors.