COLOR #827AD5

HEX: #827AD5
RGB: (130,122,213)

Color info

#827AD5 contains mainly blue color. Web safe color of #827AD5 is #9966CC (or #96C).

RGB color model

#827AD5 color RGB value is (130,122,213).

  • red value is 130;
  • green value is 122;
  • blue value is 213.
RGB:
(130,122,213)
(51%,48%,84%)

RGB channels and saturation

R 130 of 255 = 51%
G 122 of 255 = 48%
B 213 of 255 = 84%

130
122
213

R + G + B ~ 61%. #827AD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 122 + 213 = 465 (100%)
R 130 of 465 ~ 27.96%
G 122 of 465 ~ 26.24%
B 213 of 465 ~ 45.81%

%27.96
%26.24
%45.81

CMYK color model

#827AD5 color CMYK value is (39,43,0,16).

  • cyan value is 38.97%
  • magenta value is 42.72%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(39,43,0,16)
C39M43Y0K16 
(39%,43%,0%,16%)
(0.39/0.43/0.00/0.16)	

CMYK percentages

%38.97
%42.72
%0
%16.47

Codes

Color #827AD5 in popluar color models

827AD5
RGB130122213
HSL245°52.00%65.69%
HSB/HSV245°42.72%83.53%
CMYK38.97%42.72%0.00%
16.47%

Color #827AD5 in popluar number systems.

HEX827AD5
Decimal130122213
Binary10000010111101011010101
Octal202172325

Shades and tints

Shades of #827AD5

#827AD5
(130,122,213)
#776FC2
(119,111,194)
#6C64AF
(108,100,175)
#61599C
(97,89,156)
#564E89
(86,78,137)
#4B4376
(75,67,118)
#403863
(64,56,99)
#352D50
(53,45,80)
#2A223D
(42,34,61)
#1F172A
(31,23,42)
#140C17
(20,12,23)
#000000
(0,0,0)

Tints of #827AD5

#827AD5
(130,122,213)
#8D86D8
(141,134,216)
#9892DB
(152,146,219)
#A39EDE
(163,158,222)
#AEAAE1
(174,170,225)
#B9B6E4
(185,182,228)
#C4C2E7
(196,194,231)
#CFCEEA
(207,206,234)
#DADAED
(218,218,237)
#E5E6F0
(229,230,240)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827AD5 color. Also use rgb(130,122,213) instead hex code.

Text Font Color

.myTextColor { color: #827AD5; }

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

This text font color is #827AD5.


Background Color

.myBgColor { background-color: #827AD5; }

<div style="background-color:#827AD5">Inner text</div>

This div background color is #827AD5.


Border color

.myBorderColor { border: 1px solid #827AD5; }

<div style="border:3px solid #827AD5">Div</div>

This div border color is #827AD5.


Opacity

.myOpacity80 { color: #827AD5; opacity: 0.8; }

<p style="color:#827AD5;opacity:0.8;">80%</p>

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

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

This text has shadow with #827AD5 color.

.textShadow {text-shadow: 3px 3px 1px #827AD5, 3px 3px 1px red;}

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

This text has shadow with #827AD5 primary color and red secondary color.


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

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

This text has shadow with #827AD5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827AD5 on black background.


Color preview on white background

This text has color #827AD5 on white background.



Black color preview on #827AD5 background

This text has black color on #827AD5 background.


White color preview on #827AD5 background

This text has white color on #827AD5 background.