COLOR #817590

HEX: #817590
RGB: (129,117,144)

Color info

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

RGB color model

#817590 color RGB value is (129,117,144).

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

RGB channels and saturation

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

129
117
144

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

Portions of RGB colors in percentages

R + G + B =
129 + 117 + 144 = 390 (100%)
R 129 of 390 ~ 33.08%
G 117 of 390 ~ 30%
B 144 of 390 ~ 36.92%

%33.08
%30
%36.92

CMYK color model

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

  • cyan value is 10.42%
  • 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

%10.42
%18.75
%0
%43.53

Codes

Color #817590 in popluar color models

817590
RGB129117144
HSL267°10.84%51.18%
HSB/HSV267°18.75%56.47%
CMYK10.42%18.75%0.00%
43.53%

Color #817590 in popluar number systems.

HEX817590
Decimal129117144
Binary10000001111010110010000
Octal201165220

Shades and tints

Shades of #817590

#817590
(129,117,144)
#766B83
(118,107,131)
#6B6176
(107,97,118)
#605769
(96,87,105)
#554D5C
(85,77,92)
#4A434F
(74,67,79)
#3F3942
(63,57,66)
#342F35
(52,47,53)
#292528
(41,37,40)
#1E1B1B
(30,27,27)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #817590

#817590
(129,117,144)
#8C819A
(140,129,154)
#978DA4
(151,141,164)
#A299AE
(162,153,174)
#ADA5B8
(173,165,184)
#B8B1C2
(184,177,194)
#C3BDCC
(195,189,204)
#CEC9D6
(206,201,214)
#D9D5E0
(217,213,224)
#E4E1EA
(228,225,234)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817590; }

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

This text font color is #817590.


Background Color

.myBgColor { background-color: #817590; }

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

This div background color is #817590.


Border color

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

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

This div border color is #817590.


Opacity

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

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

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

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

This text has shadow with #817590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817590 on black background.


Color preview on white background

This text has color #817590 on white background.



Black color preview on #817590 background

This text has black color on #817590 background.


White color preview on #817590 background

This text has white color on #817590 background.