COLOR #827590

HEX: #827590
RGB: (130,117,144)

Color info

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

RGB color model

#827590 color RGB value is (130,117,144).

  • red value is 130;
  • green value is 117;
  • blue value is 144.
RGB:
(130,117,144)
(51%,46%,56%)

RGB channels and saturation

R 130 of 255 = 51%
G 117 of 255 = 46%
B 144 of 255 = 56%

130
117
144

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

Portions of RGB colors in percentages

R + G + B =
130 + 117 + 144 = 391 (100%)
R 130 of 391 ~ 33.25%
G 117 of 391 ~ 29.92%
B 144 of 391 ~ 36.83%

%33.25
%29.92
%36.83

CMYK color model

#827590 color CMYK value is (10,19,0,44).

  • cyan value is 9.72%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(10,19,0,44)
C10M19Y0K44 
(10%,19%,0%,44%)
(0.10/0.19/0.00/0.44)	

CMYK percentages

%9.72
%18.75
%0
%43.53

Codes

Color #827590 in popluar color models

827590
RGB130117144
HSL269°10.84%51.18%
HSB/HSV269°18.75%56.47%
CMYK9.72%18.75%0.00%
43.53%

Color #827590 in popluar number systems.

HEX827590
Decimal130117144
Binary10000010111010110010000
Octal202165220

Shades and tints

Shades of #827590

#827590
(130,117,144)
#776B83
(119,107,131)
#6C6176
(108,97,118)
#615769
(97,87,105)
#564D5C
(86,77,92)
#4B434F
(75,67,79)
#403942
(64,57,66)
#352F35
(53,47,53)
#2A2528
(42,37,40)
#1F1B1B
(31,27,27)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #827590

#827590
(130,117,144)
#8D819A
(141,129,154)
#988DA4
(152,141,164)
#A399AE
(163,153,174)
#AEA5B8
(174,165,184)
#B9B1C2
(185,177,194)
#C4BDCC
(196,189,204)
#CFC9D6
(207,201,214)
#DAD5E0
(218,213,224)
#E5E1EA
(229,225,234)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827590 color. Also use rgb(130,117,144) instead hex code.

Text Font Color

.myTextColor { color: #827590; }

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

This text font color is #827590.


Background Color

.myBgColor { background-color: #827590; }

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

This div background color is #827590.


Border color

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

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

This div border color is #827590.


Opacity

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

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

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

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

This text has shadow with #827590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827590 on black background.


Color preview on white background

This text has color #827590 on white background.



Black color preview on #827590 background

This text has black color on #827590 background.


White color preview on #827590 background

This text has white color on #827590 background.