COLOR #807397

HEX: #807397
RGB: (128,115,151)

Color info

#807397 contains red, green and blue colors in about the same proportion. Web safe color of #807397 is #666699 (or #669).

RGB color model

#807397 color RGB value is (128,115,151).

  • red value is 128;
  • green value is 115;
  • blue value is 151.
RGB:
(128,115,151)
(50%,45%,59%)

RGB channels and saturation

R 128 of 255 = 50%
G 115 of 255 = 45%
B 151 of 255 = 59%

128
115
151

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

Portions of RGB colors in percentages

R + G + B =
128 + 115 + 151 = 394 (100%)
R 128 of 394 ~ 32.49%
G 115 of 394 ~ 29.19%
B 151 of 394 ~ 38.32%

%32.49
%29.19
%38.32

CMYK color model

#807397 color CMYK value is (15,24,0,41).

  • cyan value is 15.23%
  • magenta value is 23.84%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(15,24,0,41)
C15M24Y0K41 
(15%,24%,0%,41%)
(0.15/0.24/0.00/0.41)	

CMYK percentages

%15.23
%23.84
%0
%40.78

Codes

Color #807397 in popluar color models

807397
RGB128115151
HSL262°14.75%52.16%
HSB/HSV262°23.84%59.22%
CMYK15.23%23.84%0.00%
40.78%

Color #807397 in popluar number systems.

HEX807397
Decimal128115151
Binary10000000111001110010111
Octal200163227

Shades and tints

Shades of #807397

#807397
(128,115,151)
#75698A
(117,105,138)
#6A5F7D
(106,95,125)
#5F5570
(95,85,112)
#544B63
(84,75,99)
#494156
(73,65,86)
#3E3749
(62,55,73)
#332D3C
(51,45,60)
#28232F
(40,35,47)
#1D1922
(29,25,34)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #807397

#807397
(128,115,151)
#8B7FA0
(139,127,160)
#968BA9
(150,139,169)
#A197B2
(161,151,178)
#ACA3BB
(172,163,187)
#B7AFC4
(183,175,196)
#C2BBCD
(194,187,205)
#CDC7D6
(205,199,214)
#D8D3DF
(216,211,223)
#E3DFE8
(227,223,232)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807397 color. Also use rgb(128,115,151) instead hex code.

Text Font Color

.myTextColor { color: #807397; }

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

This text font color is #807397.


Background Color

.myBgColor { background-color: #807397; }

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

This div background color is #807397.


Border color

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

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

This div border color is #807397.


Opacity

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

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

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

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

This text has shadow with #807397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807397 on black background.


Color preview on white background

This text has color #807397 on white background.



Black color preview on #807397 background

This text has black color on #807397 background.


White color preview on #807397 background

This text has white color on #807397 background.