COLOR #827BAA

HEX: #827BAA
RGB: (130,123,170)

Color info

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

RGB color model

#827BAA color RGB value is (130,123,170).

  • red value is 130;
  • green value is 123;
  • blue value is 170.
RGB:
(130,123,170)
(51%,48%,67%)

RGB channels and saturation

R 130 of 255 = 51%
G 123 of 255 = 48%
B 170 of 255 = 67%

130
123
170

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

Portions of RGB colors in percentages

R + G + B =
130 + 123 + 170 = 423 (100%)
R 130 of 423 ~ 30.73%
G 123 of 423 ~ 29.08%
B 170 of 423 ~ 40.19%

%30.73
%29.08
%40.19

CMYK color model

#827BAA color CMYK value is (24,28,0,33).

  • cyan value is 23.53%
  • magenta value is 27.65%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(24,28,0,33)
C24M28Y0K33 
(24%,28%,0%,33%)
(0.24/0.28/0.00/0.33)	

CMYK percentages

%23.53
%27.65
%0
%33.33

Codes

Color #827BAA in popluar color models

827BAA
RGB130123170
HSL249°21.66%57.45%
HSB/HSV249°27.65%66.67%
CMYK23.53%27.65%0.00%
33.33%

Color #827BAA in popluar number systems.

HEX827BAA
Decimal130123170
Binary10000010111101110101010
Octal202173252

Shades and tints

Shades of #827BAA

#827BAA
(130,123,170)
#77709B
(119,112,155)
#6C658C
(108,101,140)
#615A7D
(97,90,125)
#564F6E
(86,79,110)
#4B445F
(75,68,95)
#403950
(64,57,80)
#352E41
(53,46,65)
#2A2332
(42,35,50)
#1F1823
(31,24,35)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #827BAA

#827BAA
(130,123,170)
#8D87B1
(141,135,177)
#9893B8
(152,147,184)
#A39FBF
(163,159,191)
#AEABC6
(174,171,198)
#B9B7CD
(185,183,205)
#C4C3D4
(196,195,212)
#CFCFDB
(207,207,219)
#DADBE2
(218,219,226)
#E5E7E9
(229,231,233)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827BAA color. Also use rgb(130,123,170) instead hex code.

Text Font Color

.myTextColor { color: #827BAA; }

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

This text font color is #827BAA.


Background Color

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

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

This div background color is #827BAA.


Border color

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

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

This div border color is #827BAA.


Opacity

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

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

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

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

This text has shadow with #827BAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827BAA on black background.


Color preview on white background

This text has color #827BAA on white background.



Black color preview on #827BAA background

This text has black color on #827BAA background.


White color preview on #827BAA background

This text has white color on #827BAA background.