COLOR #807E9F

HEX: #807E9F
RGB: (128,126,159)

Color info

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

RGB color model

#807E9F color RGB value is (128,126,159).

  • red value is 128;
  • green value is 126;
  • blue value is 159.
RGB:
(128,126,159)
(50%,49%,62%)

RGB channels and saturation

R 128 of 255 = 50%
G 126 of 255 = 49%
B 159 of 255 = 62%

128
126
159

R + G + B ~ 54%. #807E9F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 126 + 159 = 413 (100%)
R 128 of 413 ~ 30.99%
G 126 of 413 ~ 30.51%
B 159 of 413 ~ 38.5%

%30.99
%30.51
%38.5

CMYK color model

#807E9F color CMYK value is (19,21,0,38).

  • cyan value is 19.50%
  • magenta value is 20.75%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(19,21,0,38)
C19M21Y0K38 
(19%,21%,0%,38%)
(0.19/0.21/0.00/0.38)	

CMYK percentages

%19.5
%20.75
%0
%37.65

Codes

Color #807E9F in popluar color models

807E9F
RGB128126159
HSL244°14.67%55.88%
HSB/HSV244°20.75%62.35%
CMYK19.50%20.75%0.00%
37.65%

Color #807E9F in popluar number systems.

HEX807E9F
Decimal128126159
Binary10000000111111010011111
Octal200176237

Shades and tints

Shades of #807E9F

#807E9F
(128,126,159)
#757391
(117,115,145)
#6A6883
(106,104,131)
#5F5D75
(95,93,117)
#545267
(84,82,103)
#494759
(73,71,89)
#3E3C4B
(62,60,75)
#33313D
(51,49,61)
#28262F
(40,38,47)
#1D1B21
(29,27,33)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #807E9F

#807E9F
(128,126,159)
#8B89A7
(139,137,167)
#9694AF
(150,148,175)
#A19FB7
(161,159,183)
#ACAABF
(172,170,191)
#B7B5C7
(183,181,199)
#C2C0CF
(194,192,207)
#CDCBD7
(205,203,215)
#D8D6DF
(216,214,223)
#E3E1E7
(227,225,231)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807E9F color. Also use rgb(128,126,159) instead hex code.

Text Font Color

.myTextColor { color: #807E9F; }

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

This text font color is #807E9F.


Background Color

.myBgColor { background-color: #807E9F; }

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

This div background color is #807E9F.


Border color

.myBorderColor { border: 1px solid #807E9F; }

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

This div border color is #807E9F.


Opacity

.myOpacity80 { color: #807E9F; opacity: 0.8; }

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

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

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

This text has shadow with #807E9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807E9F on black background.


Color preview on white background

This text has color #807E9F on white background.



Black color preview on #807E9F background

This text has black color on #807E9F background.


White color preview on #807E9F background

This text has white color on #807E9F background.