COLOR #827CD7

HEX: #827CD7
RGB: (130,124,215)

Color info

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

RGB color model

#827CD7 color RGB value is (130,124,215).

  • red value is 130;
  • green value is 124;
  • blue value is 215.
RGB:
(130,124,215)
(51%,49%,84%)

RGB channels and saturation

R 130 of 255 = 51%
G 124 of 255 = 49%
B 215 of 255 = 84%

130
124
215

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

Portions of RGB colors in percentages

R + G + B =
130 + 124 + 215 = 469 (100%)
R 130 of 469 ~ 27.72%
G 124 of 469 ~ 26.44%
B 215 of 469 ~ 45.84%

%27.72
%26.44
%45.84

CMYK color model

#827CD7 color CMYK value is (40,42,0,16).

  • cyan value is 39.53%
  • magenta value is 42.33%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(40,42,0,16)
C40M42Y0K16 
(40%,42%,0%,16%)
(0.40/0.42/0.00/0.16)	

CMYK percentages

%39.53
%42.33
%0
%15.69

Codes

Color #827CD7 in popluar color models

827CD7
RGB130124215
HSL244°53.22%66.47%
HSB/HSV244°42.33%84.31%
CMYK39.53%42.33%0.00%
15.69%

Color #827CD7 in popluar number systems.

HEX827CD7
Decimal130124215
Binary10000010111110011010111
Octal202174327

Shades and tints

Shades of #827CD7

#827CD7
(130,124,215)
#7771C4
(119,113,196)
#6C66B1
(108,102,177)
#615B9E
(97,91,158)
#56508B
(86,80,139)
#4B4578
(75,69,120)
#403A65
(64,58,101)
#352F52
(53,47,82)
#2A243F
(42,36,63)
#1F192C
(31,25,44)
#140E19
(20,14,25)
#000000
(0,0,0)

Tints of #827CD7

#827CD7
(130,124,215)
#8D87DA
(141,135,218)
#9892DD
(152,146,221)
#A39DE0
(163,157,224)
#AEA8E3
(174,168,227)
#B9B3E6
(185,179,230)
#C4BEE9
(196,190,233)
#CFC9EC
(207,201,236)
#DAD4EF
(218,212,239)
#E5DFF2
(229,223,242)
#F0EAF5
(240,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827CD7 color. Also use rgb(130,124,215) instead hex code.

Text Font Color

.myTextColor { color: #827CD7; }

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

This text font color is #827CD7.


Background Color

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

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

This div background color is #827CD7.


Border color

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

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

This div border color is #827CD7.


Opacity

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

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

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

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

This text has shadow with #827CD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827CD7 on black background.


Color preview on white background

This text has color #827CD7 on white background.



Black color preview on #827CD7 background

This text has black color on #827CD7 background.


White color preview on #827CD7 background

This text has white color on #827CD7 background.