COLOR #7C5895

HEX: #7C5895 RGB: (124,88,149)

Color info

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

RGB color model

#7C5895 color RGB value is (124,88,149).

RGB: (124,88,149) (49%, 35%, 58%)

RGB channels and saturation

R 124 of 255 = 49%
G 88 of 255 = 35%
B 149 of 255 = 58%

124
88
149

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

Portions of RGB colors in percentages

R + G + B = 124 + 88 + 149 = 361 (100%)
R 124 of 361 ~ 34.35%
G 88 of 361 ~ 24.38%
B 149 of 361 ~ 41.27'%

%34.35
%24.38
%41.27

CMYK color model

#7C5895 color CMYK value is (17,41,0,42).

  • cyan value is 16.78%
  • magenta value is 40.94%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (17,41,0,42)
C17M41Y0K42 (17%, 41%, 0%, 42%)
(0.17 / 0.41 / 0.00 / 0.42)

CMYK percentages

%16.78
%40.94
%0
%41.57

Codes

Color #7C5895 in popluar color models

7C 58 95
RGB 124 88 149
HSL 275° 25.74% 46.47%
HSB/HSV 275° 40.94% 58.43%
CMYK 16.78% 40.94% 0.00%
41.57%

Color #7C5895 in popluar number systems.

HEX 7C 58 95
Decimal 124 88 149
Binary 1111100 1011000 10010101
Octal 174 130 225

Shades and tints

Shades of #7C5895

#7C5895
(124,88,149)
#715088
(113,80,136)
#66487B
(102,72,123)
#5B406E
(91,64,110)
#503861
(80,56,97)
#453054
(69,48,84)
#3A2847
(58,40,71)
#2F203A
(47,32,58)
#24182D
(36,24,45)
#191020
(25,16,32)
#0E0813
(14,8,19)
#000000
(0,0,0)

Tints of #7C5895

#7C5895
(124,88,149)
#87679E
(135,103,158)
#9276A7
(146,118,167)
#9D85B0
(157,133,176)
#A894B9
(168,148,185)
#B3A3C2
(179,163,194)
#BEB2CB
(190,178,203)
#C9C1D4
(201,193,212)
#D4D0DD
(212,208,221)
#DFDFE6
(223,223,230)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5895 color. Also use rgb(124,88,149) instead hex code.

Text Font Color

.myTextColor { color: #7C5895; }

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

This text font color is #7C5895.

Background Color

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

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

This div background color is #7C5895.

Border color

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

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

This div border color is #7C5895.

Opacity

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

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

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

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

This text has shadow with #7C5895 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C5895.

Preview

Color preview on black background

This text has color #7C5895 on black background.


Color preview on white background

This text has color #7C5895 on white background.


Black color preview on #7C5895 background

This text has black color on #7C5895 background.


White color preview on #7C5895 background

This text has white color on #7C5895 background.


Related colors

Complementary color

Complementary color for #hex is #83A76A.


I love getcolorcode.com

Triadic colors

1 #957C58 and #58957C with #7C5895 are triadic colors.

2 #95587C and #587C95 with #7C5895 are triadic colors.