COLOR #827894

HEX: #827894
RGB: (130,120,148)

Color info

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

RGB color model

#827894 color RGB value is (130,120,148).

  • red value is 130;
  • green value is 120;
  • blue value is 148.
RGB:
(130,120,148)
(51%,47%,58%)

RGB channels and saturation

R 130 of 255 = 51%
G 120 of 255 = 47%
B 148 of 255 = 58%

130
120
148

R + G + B ~ 52%. #827894 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 120 + 148 = 398 (100%)
R 130 of 398 ~ 32.66%
G 120 of 398 ~ 30.15%
B 148 of 398 ~ 37.19%

%32.66
%30.15
%37.19

CMYK color model

#827894 color CMYK value is (12,19,0,42).

  • cyan value is 12.16%
  • magenta value is 18.92%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(12,19,0,42)
C12M19Y0K42 
(12%,19%,0%,42%)
(0.12/0.19/0.00/0.42)	

CMYK percentages

%12.16
%18.92
%0
%41.96

Codes

Color #827894 in popluar color models

827894
RGB130120148
HSL261°11.57%52.55%
HSB/HSV261°18.92%58.04%
CMYK12.16%18.92%0.00%
41.96%

Color #827894 in popluar number systems.

HEX827894
Decimal130120148
Binary10000010111100010010100
Octal202170224

Shades and tints

Shades of #827894

#827894
(130,120,148)
#776E87
(119,110,135)
#6C647A
(108,100,122)
#615A6D
(97,90,109)
#565060
(86,80,96)
#4B4653
(75,70,83)
#403C46
(64,60,70)
#353239
(53,50,57)
#2A282C
(42,40,44)
#1F1E1F
(31,30,31)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #827894

#827894
(130,120,148)
#8D849D
(141,132,157)
#9890A6
(152,144,166)
#A39CAF
(163,156,175)
#AEA8B8
(174,168,184)
#B9B4C1
(185,180,193)
#C4C0CA
(196,192,202)
#CFCCD3
(207,204,211)
#DAD8DC
(218,216,220)
#E5E4E5
(229,228,229)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827894 color. Also use rgb(130,120,148) instead hex code.

Text Font Color

.myTextColor { color: #827894; }

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

This text font color is #827894.


Background Color

.myBgColor { background-color: #827894; }

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

This div background color is #827894.


Border color

.myBorderColor { border: 1px solid #827894; }

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

This div border color is #827894.


Opacity

.myOpacity80 { color: #827894; opacity: 0.8; }

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

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

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

This text has shadow with #827894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827894 on black background.


Color preview on white background

This text has color #827894 on white background.



Black color preview on #827894 background

This text has black color on #827894 background.


White color preview on #827894 background

This text has white color on #827894 background.