COLOR #827798

HEX: #827798
RGB: (130,119,152)

Color info

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

RGB color model

#827798 color RGB value is (130,119,152).

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

RGB channels and saturation

R 130 of 255 = 51%
G 119 of 255 = 47%
B 152 of 255 = 60%

130
119
152

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

Portions of RGB colors in percentages

R + G + B =
130 + 119 + 152 = 401 (100%)
R 130 of 401 ~ 32.42%
G 119 of 401 ~ 29.68%
B 152 of 401 ~ 37.91%

%32.42
%29.68
%37.91

CMYK color model

#827798 color CMYK value is (14,22,0,40).

  • cyan value is 14.47%
  • magenta value is 21.71%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(14,22,0,40)
C14M22Y0K40 
(14%,22%,0%,40%)
(0.14/0.22/0.00/0.40)	

CMYK percentages

%14.47
%21.71
%0
%40.39

Codes

Color #827798 in popluar color models

827798
RGB130119152
HSL260°13.81%53.14%
HSB/HSV260°21.71%59.61%
CMYK14.47%21.71%0.00%
40.39%

Color #827798 in popluar number systems.

HEX827798
Decimal130119152
Binary10000010111011110011000
Octal202167230

Shades and tints

Shades of #827798

#827798
(130,119,152)
#776D8B
(119,109,139)
#6C637E
(108,99,126)
#615971
(97,89,113)
#564F64
(86,79,100)
#4B4557
(75,69,87)
#403B4A
(64,59,74)
#35313D
(53,49,61)
#2A2730
(42,39,48)
#1F1D23
(31,29,35)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #827798

#827798
(130,119,152)
#8D83A1
(141,131,161)
#988FAA
(152,143,170)
#A39BB3
(163,155,179)
#AEA7BC
(174,167,188)
#B9B3C5
(185,179,197)
#C4BFCE
(196,191,206)
#CFCBD7
(207,203,215)
#DAD7E0
(218,215,224)
#E5E3E9
(229,227,233)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827798; }

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

This text font color is #827798.


Background Color

.myBgColor { background-color: #827798; }

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

This div background color is #827798.


Border color

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

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

This div border color is #827798.


Opacity

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

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

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

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

This text has shadow with #827798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827798 on black background.


Color preview on white background

This text has color #827798 on white background.



Black color preview on #827798 background

This text has black color on #827798 background.


White color preview on #827798 background

This text has white color on #827798 background.