COLOR #827CB2

HEX: #827CB2
RGB: (130,124,178)

Color info

#827CB2 contains red, green and blue colors in about the same proportion. Web safe color of #827CB2 is #996699 (or #969).

RGB color model

#827CB2 color RGB value is (130,124,178).

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

RGB channels and saturation

R 130 of 255 = 51%
G 124 of 255 = 49%
B 178 of 255 = 70%

130
124
178

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

Portions of RGB colors in percentages

R + G + B =
130 + 124 + 178 = 432 (100%)
R 130 of 432 ~ 30.09%
G 124 of 432 ~ 28.7%
B 178 of 432 ~ 41.2%

%30.09
%28.7
%41.2

CMYK color model

#827CB2 color CMYK value is (27,30,0,30).

  • cyan value is 26.97%
  • magenta value is 30.34%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(27,30,0,30)
C27M30Y0K30 
(27%,30%,0%,30%)
(0.27/0.30/0.00/0.30)	

CMYK percentages

%26.97
%30.34
%0
%30.2

Codes

Color #827CB2 in popluar color models

827CB2
RGB130124178
HSL247°25.96%59.22%
HSB/HSV247°30.34%69.80%
CMYK26.97%30.34%0.00%
30.20%

Color #827CB2 in popluar number systems.

HEX827CB2
Decimal130124178
Binary10000010111110010110010
Octal202174262

Shades and tints

Shades of #827CB2

#827CB2
(130,124,178)
#7771A2
(119,113,162)
#6C6692
(108,102,146)
#615B82
(97,91,130)
#565072
(86,80,114)
#4B4562
(75,69,98)
#403A52
(64,58,82)
#352F42
(53,47,66)
#2A2432
(42,36,50)
#1F1922
(31,25,34)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #827CB2

#827CB2
(130,124,178)
#8D87B9
(141,135,185)
#9892C0
(152,146,192)
#A39DC7
(163,157,199)
#AEA8CE
(174,168,206)
#B9B3D5
(185,179,213)
#C4BEDC
(196,190,220)
#CFC9E3
(207,201,227)
#DAD4EA
(218,212,234)
#E5DFF1
(229,223,241)
#F0EAF8
(240,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827CB2; }

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

This text font color is #827CB2.


Background Color

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

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

This div background color is #827CB2.


Border color

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

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

This div border color is #827CB2.


Opacity

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

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

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

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

This text has shadow with #827CB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827CB2 on black background.


Color preview on white background

This text has color #827CB2 on white background.



Black color preview on #827CB2 background

This text has black color on #827CB2 background.


White color preview on #827CB2 background

This text has white color on #827CB2 background.