COLOR #80709B

HEX: #80709B RGB: (128,112,155)

Color info

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

RGB color model

#80709B color RGB value is (128,112,155).

RGB: (128,112,155) (50%, 44%, 61%)

RGB channels and saturation

R 128 of 255 = 50%
G 112 of 255 = 44%
B 155 of 255 = 61%

128
112
155

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

Portions of RGB colors in percentages

R + G + B = 128 + 112 + 155 = 395 (100%)
R 128 of 395 ~ 32.41%
G 112 of 395 ~ 28.35%
B 155 of 395 ~ 39.24'%

%32.41
%28.35
%39.24

CMYK color model

#80709B color CMYK value is (17,28,0,39).

  • cyan value is 17.42%
  • magenta value is 27.74%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK: (17,28,0,39) C17M28Y0K39 (17%,28%,0%,39%) (0.17/0.28/0.00/0.39) 

CMYK percentages

%17.42
%27.74
%0
%39.22

Codes

Color #80709B in popluar color models

80 70 9B
RGB 128 112 155
HSL 262° 17.70% 52.35%
HSB/HSV 262° 27.74% 60.78%
CMYK 17.42% 27.74% 0.00%
39.22%

Color #80709B in popluar number systems.

HEX 80 70 9B
Decimal 128 112 155
Binary 10000000 1110000 10011011
Octal 200 160 233

Shades and tints

Shades of #80709B

#80709B
(128,112,155)
#75668D
(117,102,141)
#6A5C7F
(106,92,127)
#5F5271
(95,82,113)
#544863
(84,72,99)
#493E55
(73,62,85)
#3E3447
(62,52,71)
#332A39
(51,42,57)
#28202B
(40,32,43)
#1D161D
(29,22,29)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #80709B

#80709B
(128,112,155)
#8B7DA4
(139,125,164)
#968AAD
(150,138,173)
#A197B6
(161,151,182)
#ACA4BF
(172,164,191)
#B7B1C8
(183,177,200)
#C2BED1
(194,190,209)
#CDCBDA
(205,203,218)
#D8D8E3
(216,216,227)
#E3E5EC
(227,229,236)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80709B; }

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

This text font color is #80709B.

Background Color

.myBgColor { background-color: #80709B; }

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

This div background color is #80709B.

Border color

.myBorderColor { border: 1px solid #80709B; }

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

This div border color is #80709B.

Opacity

.myOpacity80 { color: #80709B; opacity: 0.8; }

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

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

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

This text has shadow with #80709B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80709B.

Preview

Color preview on black background

This text has color #80709B on black background.


Color preview on white background

This text has color #80709B on white background.


Black color preview on #80709B background

This text has black color on #80709B background.


White color preview on #80709B background

This text has white color on #80709B background.


Related colors

Complementary color

Complementary color for #hex is #7F8F64.


I love getcolorcode.com

Triadic colors

1 #9B8070 and #709B80 with #80709B are triadic colors.

2 #9B7080 and #70809B with #80709B are triadic colors.