COLOR #827198

HEX: #827198
RGB: (130,113,152)

Color info

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

RGB color model

#827198 color RGB value is (130,113,152).

  • red value is 130;
  • green value is 113;
  • blue value is 152.
RGB:
(130,113,152)
(51%,44%,60%)

RGB channels and saturation

R 130 of 255 = 51%
G 113 of 255 = 44%
B 152 of 255 = 60%

130
113
152

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

Portions of RGB colors in percentages

R + G + B =
130 + 113 + 152 = 395 (100%)
R 130 of 395 ~ 32.91%
G 113 of 395 ~ 28.61%
B 152 of 395 ~ 38.48%

%32.91
%28.61
%38.48

CMYK color model

#827198 color CMYK value is (14,26,0,40).

  • cyan value is 14.47%
  • magenta value is 25.66%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(14,26,0,40)
C14M26Y0K40 
(14%,26%,0%,40%)
(0.14/0.26/0.00/0.40)	

CMYK percentages

%14.47
%25.66
%0
%40.39

Codes

Color #827198 in popluar color models

827198
RGB130113152
HSL266°15.92%51.96%
HSB/HSV266°25.66%59.61%
CMYK14.47%25.66%0.00%
40.39%

Color #827198 in popluar number systems.

HEX827198
Decimal130113152
Binary10000010111000110011000
Octal202161230

Shades and tints

Shades of #827198

#827198
(130,113,152)
#77678B
(119,103,139)
#6C5D7E
(108,93,126)
#615371
(97,83,113)
#564964
(86,73,100)
#4B3F57
(75,63,87)
#40354A
(64,53,74)
#352B3D
(53,43,61)
#2A2130
(42,33,48)
#1F1723
(31,23,35)
#140D16
(20,13,22)
#000000
(0,0,0)

Tints of #827198

#827198
(130,113,152)
#8D7DA1
(141,125,161)
#9889AA
(152,137,170)
#A395B3
(163,149,179)
#AEA1BC
(174,161,188)
#B9ADC5
(185,173,197)
#C4B9CE
(196,185,206)
#CFC5D7
(207,197,215)
#DAD1E0
(218,209,224)
#E5DDE9
(229,221,233)
#F0E9F2
(240,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827198 color. Also use rgb(130,113,152) instead hex code.

Text Font Color

.myTextColor { color: #827198; }

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

This text font color is #827198.


Background Color

.myBgColor { background-color: #827198; }

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

This div background color is #827198.


Border color

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

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

This div border color is #827198.


Opacity

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

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

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

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

This text has shadow with #827198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827198 on black background.


Color preview on white background

This text has color #827198 on white background.



Black color preview on #827198 background

This text has black color on #827198 background.


White color preview on #827198 background

This text has white color on #827198 background.