COLOR #78529D

HEX: #78529D RGB: (120,82,157)

Color info

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

RGB color model

#78529D color RGB value is (120,82,157).

RGB: (120,82,157) (47%, 32%, 62%)

RGB channels and saturation

R 120 of 255 = 47%
G 82 of 255 = 32%
B 157 of 255 = 62%

120
82
157

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

Portions of RGB colors in percentages

R + G + B = 120 + 82 + 157 = 359 (100%)
R 120 of 359 ~ 33.43%
G 82 of 359 ~ 22.84%
B 157 of 359 ~ 43.73'%

%33.43
%22.84
%43.73

CMYK color model

#78529D color CMYK value is (24,48,0,38).

  • cyan value is 23.57%
  • magenta value is 47.77%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (24,48,0,38)
C24M48Y0K38 (24%, 48%, 0%, 38%)
(0.24 / 0.48 / 0.00 / 0.38)

CMYK percentages

%23.57
%47.77
%0
%38.43

Codes

Color #78529D in popluar color models

78 52 9D
RGB 120 82 157
HSL 270° 31.38% 46.86%
HSB/HSV 270° 47.77% 61.57%
CMYK 23.57% 47.77% 0.00%
38.43%

Color #78529D in popluar number systems.

HEX 78 52 9D
Decimal 120 82 157
Binary 1111000 1010010 10011101
Octal 170 122 235

Shades and tints

Shades of #78529D

#78529D
(120,82,157)
#6E4B8F
(110,75,143)
#644481
(100,68,129)
#5A3D73
(90,61,115)
#503665
(80,54,101)
#462F57
(70,47,87)
#3C2849
(60,40,73)
#32213B
(50,33,59)
#281A2D
(40,26,45)
#1E131F
(30,19,31)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #78529D

#78529D
(120,82,157)
#8461A5
(132,97,165)
#9070AD
(144,112,173)
#9C7FB5
(156,127,181)
#A88EBD
(168,142,189)
#B49DC5
(180,157,197)
#C0ACCD
(192,172,205)
#CCBBD5
(204,187,213)
#D8CADD
(216,202,221)
#E4D9E5
(228,217,229)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78529D color. Also use rgb(120,82,157) instead hex code.

Text Font Color

.myTextColor { color: #78529D; }

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

This text font color is #78529D.

Background Color

.myBgColor { background-color: #78529D; }

<div style="background-color:#78529D">Inner text</div>

This div background color is #78529D.

Border color

.myBorderColor { border: 1px solid #78529D; }

<div style="border:3px solid #78529D">Div</div>

This div border color is #78529D.

Opacity

.myOpacity80 { color: #78529D; opacity: 0.8; }

<p style="color:#78529D;opacity:0.8;">80%</p>

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

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

This text has shadow with #78529D color.


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

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

This text has shadow with #78529D primary color and red secondary color.


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

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

This text has shadow with #78529D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #78529D.

Preview

Color preview on black background

This text has color #78529D on black background.


Color preview on white background

This text has color #78529D on white background.


Black color preview on #78529D background

This text has black color on #78529D background.


White color preview on #78529D background

This text has white color on #78529D background.


Related colors

Complementary color

Complementary color for #hex is #87AD62.


I love getcolorcode.com

Triadic colors

1 #9D7852 and #529D78 with #78529D are triadic colors.

2 #9D5278 and #52789D with #78529D are triadic colors.