COLOR #827DB4

HEX: #827DB4
RGB: (130,125,180)

Color info

#827DB4 contains red, green and blue colors in about the same proportion. Web safe color of #827DB4 is #9966CC (or #96C).

RGB color model

#827DB4 color RGB value is (130,125,180).

  • red value is 130;
  • green value is 125;
  • blue value is 180.
RGB:
(130,125,180)
(51%,49%,71%)

RGB channels and saturation

R 130 of 255 = 51%
G 125 of 255 = 49%
B 180 of 255 = 71%

130
125
180

R + G + B ~ 57%. #827DB4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 125 + 180 = 435 (100%)
R 130 of 435 ~ 29.89%
G 125 of 435 ~ 28.74%
B 180 of 435 ~ 41.38%

%29.89
%28.74
%41.38

CMYK color model

#827DB4 color CMYK value is (28,31,0,29).

  • cyan value is 27.78%
  • magenta value is 30.56%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(28,31,0,29)
C28M31Y0K29 
(28%,31%,0%,29%)
(0.28/0.31/0.00/0.29)	

CMYK percentages

%27.78
%30.56
%0
%29.41

Codes

Color #827DB4 in popluar color models

827DB4
RGB130125180
HSL245°26.83%59.80%
HSB/HSV245°30.56%70.59%
CMYK27.78%30.56%0.00%
29.41%

Color #827DB4 in popluar number systems.

HEX827DB4
Decimal130125180
Binary10000010111110110110100
Octal202175264

Shades and tints

Shades of #827DB4

#827DB4
(130,125,180)
#7772A4
(119,114,164)
#6C6794
(108,103,148)
#615C84
(97,92,132)
#565174
(86,81,116)
#4B4664
(75,70,100)
#403B54
(64,59,84)
#353044
(53,48,68)
#2A2534
(42,37,52)
#1F1A24
(31,26,36)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #827DB4

#827DB4
(130,125,180)
#8D88BA
(141,136,186)
#9893C0
(152,147,192)
#A39EC6
(163,158,198)
#AEA9CC
(174,169,204)
#B9B4D2
(185,180,210)
#C4BFD8
(196,191,216)
#CFCADE
(207,202,222)
#DAD5E4
(218,213,228)
#E5E0EA
(229,224,234)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827DB4 color. Also use rgb(130,125,180) instead hex code.

Text Font Color

.myTextColor { color: #827DB4; }

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

This text font color is #827DB4.


Background Color

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

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

This div background color is #827DB4.


Border color

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

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

This div border color is #827DB4.


Opacity

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

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

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

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

This text has shadow with #827DB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827DB4 on black background.


Color preview on white background

This text has color #827DB4 on white background.



Black color preview on #827DB4 background

This text has black color on #827DB4 background.


White color preview on #827DB4 background

This text has white color on #827DB4 background.