COLOR #824EA5

HEX: #824EA5
RGB: (130,78,165)

Color info

#824EA5 contains mainly red and blue colors. Web safe color of #824EA5 is #996699 (or #969).

RGB color model

#824EA5 color RGB value is (130,78,165).

  • red value is 130;
  • green value is 78;
  • blue value is 165.
RGB:
(130,78,165)
(51%,31%,65%)

RGB channels and saturation

R 130 of 255 = 51%
G 78 of 255 = 31%
B 165 of 255 = 65%

130
78
165

R + G + B ~ 49%. #824EA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 78 + 165 = 373 (100%)
R 130 of 373 ~ 34.85%
G 78 of 373 ~ 20.91%
B 165 of 373 ~ 44.24%

%34.85
%20.91
%44.24

CMYK color model

#824EA5 color CMYK value is (21,53,0,35).

  • cyan value is 21.21%
  • magenta value is 52.73%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(21,53,0,35)
C21M53Y0K35 
(21%,53%,0%,35%)
(0.21/0.53/0.00/0.35)	

CMYK percentages

%21.21
%52.73
%0
%35.29

Codes

Color #824EA5 in popluar color models

824EA5
RGB13078165
HSL276°35.80%47.65%
HSB/HSV276°52.73%64.71%
CMYK21.21%52.73%0.00%
35.29%

Color #824EA5 in popluar number systems.

HEX824EA5
Decimal13078165
Binary10000010100111010100101
Octal202116245

Shades and tints

Shades of #824EA5

#824EA5
(130,78,165)
#774796
(119,71,150)
#6C4087
(108,64,135)
#613978
(97,57,120)
#563269
(86,50,105)
#4B2B5A
(75,43,90)
#40244B
(64,36,75)
#351D3C
(53,29,60)
#2A162D
(42,22,45)
#1F0F1E
(31,15,30)
#14080F
(20,8,15)
#000000
(0,0,0)

Tints of #824EA5

#824EA5
(130,78,165)
#8D5EAD
(141,94,173)
#986EB5
(152,110,181)
#A37EBD
(163,126,189)
#AE8EC5
(174,142,197)
#B99ECD
(185,158,205)
#C4AED5
(196,174,213)
#CFBEDD
(207,190,221)
#DACEE5
(218,206,229)
#E5DEED
(229,222,237)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824EA5 color. Also use rgb(130,78,165) instead hex code.

Text Font Color

.myTextColor { color: #824EA5; }

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

This text font color is #824EA5.


Background Color

.myBgColor { background-color: #824EA5; }

<div style="background-color:#824EA5">Inner text</div>

This div background color is #824EA5.


Border color

.myBorderColor { border: 1px solid #824EA5; }

<div style="border:3px solid #824EA5">Div</div>

This div border color is #824EA5.


Opacity

.myOpacity80 { color: #824EA5; opacity: 0.8; }

<p style="color:#824EA5;opacity:0.8;">80%</p>

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

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

This text has shadow with #824EA5 color.

.textShadow {text-shadow: 3px 3px 1px #824EA5, 3px 3px 1px red;}

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

This text has shadow with #824EA5 primary color and red secondary color.


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

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

This text has shadow with #824EA5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824EA5 on black background.


Color preview on white background

This text has color #824EA5 on white background.



Black color preview on #824EA5 background

This text has black color on #824EA5 background.


White color preview on #824EA5 background

This text has white color on #824EA5 background.