COLOR #80719D

HEX: #80719D RGB: (128,113,157)

Color info

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

RGB color model

#80719D color RGB value is (128,113,157).

RGB: (128,113,157) (50%, 44%, 62%)

RGB channels and saturation

R 128 of 255 = 50%
G 113 of 255 = 44%
B 157 of 255 = 62%

128
113
157

R + G + B ~ 52%. #80719D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 113 + 157 = 398 (100%)
R 128 of 398 ~ 32.16%
G 113 of 398 ~ 28.39%
B 157 of 398 ~ 39.45'%

%32.16
%28.39
%39.45

CMYK color model

#80719D color CMYK value is (18,28,0,38).

  • cyan value is 18.47%
  • magenta value is 28.03%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (18,28,0,38)
C18M28Y0K38 (18%, 28%, 0%, 38%)
(0.18 / 0.28 / 0.00 / 0.38)

CMYK percentages

%18.47
%28.03
%0
%38.43

Codes

Color #80719D in popluar color models

80 71 9D
RGB 128 113 157
HSL 260° 18.33% 52.94%
HSB/HSV 260° 28.03% 61.57%
CMYK 18.47% 28.03% 0.00%
38.43%

Color #80719D in popluar number systems.

HEX 80 71 9D
Decimal 128 113 157
Binary 10000000 1110001 10011101
Octal 200 161 235

Shades and tints

Shades of #80719D

#80719D
(128,113,157)
#75678F
(117,103,143)
#6A5D81
(106,93,129)
#5F5373
(95,83,115)
#544965
(84,73,101)
#493F57
(73,63,87)
#3E3549
(62,53,73)
#332B3B
(51,43,59)
#28212D
(40,33,45)
#1D171F
(29,23,31)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #80719D

#80719D
(128,113,157)
#8B7DA5
(139,125,165)
#9689AD
(150,137,173)
#A195B5
(161,149,181)
#ACA1BD
(172,161,189)
#B7ADC5
(183,173,197)
#C2B9CD
(194,185,205)
#CDC5D5
(205,197,213)
#D8D1DD
(216,209,221)
#E3DDE5
(227,221,229)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80719D color. Also use rgb(128,113,157) instead hex code.

Text Font Color

.myTextColor { color: #80719D; }

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

This text font color is #80719D.

Background Color

.myBgColor { background-color: #80719D; }

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

This div background color is #80719D.

Border color

.myBorderColor { border: 1px solid #80719D; }

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

This div border color is #80719D.

Opacity

.myOpacity80 { color: #80719D; opacity: 0.8; }

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

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

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

This text has shadow with #80719D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80719D.

Preview

Color preview on black background

This text has color #80719D on black background.


Color preview on white background

This text has color #80719D on white background.


Black color preview on #80719D background

This text has black color on #80719D background.


White color preview on #80719D background

This text has white color on #80719D background.


Related colors

Complementary color

Complementary color for #hex is #7F8E62.


I love getcolorcode.com

Triadic colors

1 #9D8071 and #719D80 with #80719D are triadic colors.

2 #9D7180 and #71809D with #80719D are triadic colors.