COLOR #80799F

HEX: #80799F
RGB: (128,121,159)

Color info

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

RGB color model

#80799F color RGB value is (128,121,159).

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

RGB channels and saturation

R 128 of 255 = 50%
G 121 of 255 = 47%
B 159 of 255 = 62%

128
121
159

R + G + B ~ 53%. #80799F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 121 + 159 = 408 (100%)
R 128 of 408 ~ 31.37%
G 121 of 408 ~ 29.66%
B 159 of 408 ~ 38.97%

%31.37
%29.66
%38.97

CMYK color model

#80799F color CMYK value is (19,24,0,38).

  • cyan value is 19.50%
  • magenta value is 23.90%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(19,24,0,38)
C19M24Y0K38 
(19%,24%,0%,38%)
(0.19/0.24/0.00/0.38)	

CMYK percentages

%19.5
%23.9
%0
%37.65

Codes

Color #80799F in popluar color models

80799F
RGB128121159
HSL251°16.52%54.90%
HSB/HSV251°23.90%62.35%
CMYK19.50%23.90%0.00%
37.65%

Color #80799F in popluar number systems.

HEX80799F
Decimal128121159
Binary10000000111100110011111
Octal200171237

Shades and tints

Shades of #80799F

#80799F
(128,121,159)
#756E91
(117,110,145)
#6A6383
(106,99,131)
#5F5875
(95,88,117)
#544D67
(84,77,103)
#494259
(73,66,89)
#3E374B
(62,55,75)
#332C3D
(51,44,61)
#28212F
(40,33,47)
#1D1621
(29,22,33)
#120B13
(18,11,19)
#000000
(0,0,0)

Tints of #80799F

#80799F
(128,121,159)
#8B85A7
(139,133,167)
#9691AF
(150,145,175)
#A19DB7
(161,157,183)
#ACA9BF
(172,169,191)
#B7B5C7
(183,181,199)
#C2C1CF
(194,193,207)
#CDCDD7
(205,205,215)
#D8D9DF
(216,217,223)
#E3E5E7
(227,229,231)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80799F color. Also use rgb(128,121,159) instead hex code.

Text Font Color

.myTextColor { color: #80799F; }

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

This text font color is #80799F.


Background Color

.myBgColor { background-color: #80799F; }

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

This div background color is #80799F.


Border color

.myBorderColor { border: 1px solid #80799F; }

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

This div border color is #80799F.


Opacity

.myOpacity80 { color: #80799F; opacity: 0.8; }

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

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

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

This text has shadow with #80799F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80799F on black background.


Color preview on white background

This text has color #80799F on white background.



Black color preview on #80799F background

This text has black color on #80799F background.


White color preview on #80799F background

This text has white color on #80799F background.