COLOR #807094

HEX: #807094
RGB: (128,112,148)

Color info

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

RGB color model

#807094 color RGB value is (128,112,148).

  • red value is 128;
  • green value is 112;
  • blue value is 148.
RGB:
(128,112,148)
(50%,44%,58%)

RGB channels and saturation

R 128 of 255 = 50%
G 112 of 255 = 44%
B 148 of 255 = 58%

128
112
148

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

Portions of RGB colors in percentages

R + G + B =
128 + 112 + 148 = 388 (100%)
R 128 of 388 ~ 32.99%
G 112 of 388 ~ 28.87%
B 148 of 388 ~ 38.14%

%32.99
%28.87
%38.14

CMYK color model

#807094 color CMYK value is (14,24,0,42).

  • cyan value is 13.51%
  • magenta value is 24.32%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(14,24,0,42)
C14M24Y0K42 
(14%,24%,0%,42%)
(0.14/0.24/0.00/0.42)	

CMYK percentages

%13.51
%24.32
%0
%41.96

Codes

Color #807094 in popluar color models

807094
RGB128112148
HSL267°14.40%50.98%
HSB/HSV267°24.32%58.04%
CMYK13.51%24.32%0.00%
41.96%

Color #807094 in popluar number systems.

HEX807094
Decimal128112148
Binary10000000111000010010100
Octal200160224

Shades and tints

Shades of #807094

#807094
(128,112,148)
#756687
(117,102,135)
#6A5C7A
(106,92,122)
#5F526D
(95,82,109)
#544860
(84,72,96)
#493E53
(73,62,83)
#3E3446
(62,52,70)
#332A39
(51,42,57)
#28202C
(40,32,44)
#1D161F
(29,22,31)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #807094

#807094
(128,112,148)
#8B7D9D
(139,125,157)
#968AA6
(150,138,166)
#A197AF
(161,151,175)
#ACA4B8
(172,164,184)
#B7B1C1
(183,177,193)
#C2BECA
(194,190,202)
#CDCBD3
(205,203,211)
#D8D8DC
(216,216,220)
#E3E5E5
(227,229,229)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807094 color. Also use rgb(128,112,148) instead hex code.

Text Font Color

.myTextColor { color: #807094; }

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

This text font color is #807094.


Background Color

.myBgColor { background-color: #807094; }

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

This div background color is #807094.


Border color

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

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

This div border color is #807094.


Opacity

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

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

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

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

This text has shadow with #807094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807094 on black background.


Color preview on white background

This text has color #807094 on white background.



Black color preview on #807094 background

This text has black color on #807094 background.


White color preview on #807094 background

This text has white color on #807094 background.