COLOR #807890

HEX: #807890 RGB: (128,120,144)

Color info

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

RGB color model

#807890 color RGB value is (128,120,144).

RGB: (128,120,144) (50%, 47%, 56%)

RGB channels and saturation

R 128 of 255 = 50%
G 120 of 255 = 47%
B 144 of 255 = 56%

128
120
144

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

Portions of RGB colors in percentages

R + G + B = 128 + 120 + 144 = 392 (100%)
R 128 of 392 ~ 32.65%
G 120 of 392 ~ 30.61%
B 144 of 392 ~ 36.73'%

%32.65
%30.61
%36.73

CMYK color model

#807890 color CMYK value is (11,17,0,44).

  • cyan value is 11.11%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (11,17,0,44)
C11M17Y0K44 (11%, 17%, 0%, 44%)
(0.11 / 0.17 / 0.00 / 0.44)

CMYK percentages

%11.11
%16.67
%0
%43.53

Codes

Color #807890 in popluar color models

80 78 90
RGB 128 120 144
HSL 260° 9.76% 51.76%
HSB/HSV 260° 16.67% 56.47%
CMYK 11.11% 16.67% 0.00%
43.53%

Color #807890 in popluar number systems.

HEX 80 78 90
Decimal 128 120 144
Binary 10000000 1111000 10010000
Octal 200 170 220

Shades and tints

Shades of #807890

#807890
(128,120,144)
#756E83
(117,110,131)
#6A6476
(106,100,118)
#5F5A69
(95,90,105)
#54505C
(84,80,92)
#49464F
(73,70,79)
#3E3C42
(62,60,66)
#333235
(51,50,53)
#282828
(40,40,40)
#1D1E1B
(29,30,27)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #807890

#807890
(128,120,144)
#8B849A
(139,132,154)
#9690A4
(150,144,164)
#A19CAE
(161,156,174)
#ACA8B8
(172,168,184)
#B7B4C2
(183,180,194)
#C2C0CC
(194,192,204)
#CDCCD6
(205,204,214)
#D8D8E0
(216,216,224)
#E3E4EA
(227,228,234)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807890 color. Also use rgb(128,120,144) instead hex code.

Text Font Color

.myTextColor { color: #807890; }

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

This text font color is #807890.

Background Color

.myBgColor { background-color: #807890; }

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

This div background color is #807890.

Border color

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

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

This div border color is #807890.

Opacity

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

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

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

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

This text has shadow with #807890 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807890.

Preview

Color preview on black background

This text has color #807890 on black background.


Color preview on white background

This text has color #807890 on white background.


Black color preview on #807890 background

This text has black color on #807890 background.


White color preview on #807890 background

This text has white color on #807890 background.


Related colors

Complementary color

Complementary color for #hex is #7F876F.


I love getcolorcode.com

Triadic colors

1 #908078 and #789080 with #807890 are triadic colors.

2 #907880 and #788090 with #807890 are triadic colors.