COLOR #827CB5

HEX: #827CB5
RGB: (130,124,181)

Color info

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

RGB color model

#827CB5 color RGB value is (130,124,181).

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

RGB channels and saturation

R 130 of 255 = 51%
G 124 of 255 = 49%
B 181 of 255 = 71%

130
124
181

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

Portions of RGB colors in percentages

R + G + B =
130 + 124 + 181 = 435 (100%)
R 130 of 435 ~ 29.89%
G 124 of 435 ~ 28.51%
B 181 of 435 ~ 41.61%

%29.89
%28.51
%41.61

CMYK color model

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

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

CMYK percentages

%28.18
%31.49
%0
%29.02

Codes

Color #827CB5 in popluar color models

827CB5
RGB130124181
HSL246°27.80%59.80%
HSB/HSV246°31.49%70.98%
CMYK28.18%31.49%0.00%
29.02%

Color #827CB5 in popluar number systems.

HEX827CB5
Decimal130124181
Binary10000010111110010110101
Octal202174265

Shades and tints

Shades of #827CB5

#827CB5
(130,124,181)
#7771A5
(119,113,165)
#6C6695
(108,102,149)
#615B85
(97,91,133)
#565075
(86,80,117)
#4B4565
(75,69,101)
#403A55
(64,58,85)
#352F45
(53,47,69)
#2A2435
(42,36,53)
#1F1925
(31,25,37)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #827CB5

#827CB5
(130,124,181)
#8D87BB
(141,135,187)
#9892C1
(152,146,193)
#A39DC7
(163,157,199)
#AEA8CD
(174,168,205)
#B9B3D3
(185,179,211)
#C4BED9
(196,190,217)
#CFC9DF
(207,201,223)
#DAD4E5
(218,212,229)
#E5DFEB
(229,223,235)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827CB5; }

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

This text font color is #827CB5.


Background Color

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

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

This div background color is #827CB5.


Border color

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

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

This div border color is #827CB5.


Opacity

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

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

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

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

This text has shadow with #827CB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827CB5 on black background.


Color preview on white background

This text has color #827CB5 on white background.



Black color preview on #827CB5 background

This text has black color on #827CB5 background.


White color preview on #827CB5 background

This text has white color on #827CB5 background.