COLOR #805EA5

HEX: #805EA5
RGB: (128,94,165)

Color info

#805EA5 contains mainly red and blue colors. Web safe color of #805EA5 is #666699 (or #669).

RGB color model

#805EA5 color RGB value is (128,94,165).

  • red value is 128;
  • green value is 94;
  • blue value is 165.
RGB:
(128,94,165)
(50%,37%,65%)

RGB channels and saturation

R 128 of 255 = 50%
G 94 of 255 = 37%
B 165 of 255 = 65%

128
94
165

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

Portions of RGB colors in percentages

R + G + B =
128 + 94 + 165 = 387 (100%)
R 128 of 387 ~ 33.07%
G 94 of 387 ~ 24.29%
B 165 of 387 ~ 42.64%

%33.07
%24.29
%42.64

CMYK color model

#805EA5 color CMYK value is (22,43,0,35).

  • cyan value is 22.42%
  • magenta value is 43.03%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(22,43,0,35)
C22M43Y0K35 
(22%,43%,0%,35%)
(0.22/0.43/0.00/0.35)	

CMYK percentages

%22.42
%43.03
%0
%35.29

Codes

Color #805EA5 in popluar color models

805EA5
RGB12894165
HSL269°28.29%50.78%
HSB/HSV269°43.03%64.71%
CMYK22.42%43.03%0.00%
35.29%

Color #805EA5 in popluar number systems.

HEX805EA5
Decimal12894165
Binary10000000101111010100101
Octal200136245

Shades and tints

Shades of #805EA5

#805EA5
(128,94,165)
#755696
(117,86,150)
#6A4E87
(106,78,135)
#5F4678
(95,70,120)
#543E69
(84,62,105)
#49365A
(73,54,90)
#3E2E4B
(62,46,75)
#33263C
(51,38,60)
#281E2D
(40,30,45)
#1D161E
(29,22,30)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #805EA5

#805EA5
(128,94,165)
#8B6CAD
(139,108,173)
#967AB5
(150,122,181)
#A188BD
(161,136,189)
#AC96C5
(172,150,197)
#B7A4CD
(183,164,205)
#C2B2D5
(194,178,213)
#CDC0DD
(205,192,221)
#D8CEE5
(216,206,229)
#E3DCED
(227,220,237)
#EEEAF5
(238,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #805EA5 color. Also use rgb(128,94,165) instead hex code.

Text Font Color

.myTextColor { color: #805EA5; }

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

This text font color is #805EA5.


Background Color

.myBgColor { background-color: #805EA5; }

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

This div background color is #805EA5.


Border color

.myBorderColor { border: 1px solid #805EA5; }

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

This div border color is #805EA5.


Opacity

.myOpacity80 { color: #805EA5; opacity: 0.8; }

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

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

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

This text has shadow with #805EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #805EA5 on black background.


Color preview on white background

This text has color #805EA5 on white background.



Black color preview on #805EA5 background

This text has black color on #805EA5 background.


White color preview on #805EA5 background

This text has white color on #805EA5 background.