COLOR #827994

HEX: #827994
RGB: (130,121,148)

Color info

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

RGB color model

#827994 color RGB value is (130,121,148).

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

RGB channels and saturation

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

130
121
148

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

Portions of RGB colors in percentages

R + G + B =
130 + 121 + 148 = 399 (100%)
R 130 of 399 ~ 32.58%
G 121 of 399 ~ 30.33%
B 148 of 399 ~ 37.09%

%32.58
%30.33
%37.09

CMYK color model

#827994 color CMYK value is (12,18,0,42).

  • cyan value is 12.16%
  • magenta value is 18.24%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(12,18,0,42)
C12M18Y0K42 
(12%,18%,0%,42%)
(0.12/0.18/0.00/0.42)	

CMYK percentages

%12.16
%18.24
%0
%41.96

Codes

Color #827994 in popluar color models

827994
RGB130121148
HSL260°11.20%52.75%
HSB/HSV260°18.24%58.04%
CMYK12.16%18.24%0.00%
41.96%

Color #827994 in popluar number systems.

HEX827994
Decimal130121148
Binary10000010111100110010100
Octal202171224

Shades and tints

Shades of #827994

#827994
(130,121,148)
#776E87
(119,110,135)
#6C637A
(108,99,122)
#61586D
(97,88,109)
#564D60
(86,77,96)
#4B4253
(75,66,83)
#403746
(64,55,70)
#352C39
(53,44,57)
#2A212C
(42,33,44)
#1F161F
(31,22,31)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #827994

#827994
(130,121,148)
#8D859D
(141,133,157)
#9891A6
(152,145,166)
#A39DAF
(163,157,175)
#AEA9B8
(174,169,184)
#B9B5C1
(185,181,193)
#C4C1CA
(196,193,202)
#CFCDD3
(207,205,211)
#DAD9DC
(218,217,220)
#E5E5E5
(229,229,229)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827994; }

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

This text font color is #827994.


Background Color

.myBgColor { background-color: #827994; }

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

This div background color is #827994.


Border color

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

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

This div border color is #827994.


Opacity

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

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

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

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

This text has shadow with #827994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827994 on black background.


Color preview on white background

This text has color #827994 on white background.



Black color preview on #827994 background

This text has black color on #827994 background.


White color preview on #827994 background

This text has white color on #827994 background.