COLOR #8079A9

HEX: #8079A9
RGB: (128,121,169)

Color info

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

RGB color model

#8079A9 color RGB value is (128,121,169).

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

RGB channels and saturation

R 128 of 255 = 50%
G 121 of 255 = 47%
B 169 of 255 = 66%

128
121
169

R + G + B ~ 54%. #8079A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 121 + 169 = 418 (100%)
R 128 of 418 ~ 30.62%
G 121 of 418 ~ 28.95%
B 169 of 418 ~ 40.43%

%30.62
%28.95
%40.43

CMYK color model

#8079A9 color CMYK value is (24,28,0,34).

  • cyan value is 24.26%
  • magenta value is 28.40%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(24,28,0,34)
C24M28Y0K34 
(24%,28%,0%,34%)
(0.24/0.28/0.00/0.34)	

CMYK percentages

%24.26
%28.4
%0
%33.73

Codes

Color #8079A9 in popluar color models

8079A9
RGB128121169
HSL249°21.82%56.86%
HSB/HSV249°28.40%66.27%
CMYK24.26%28.40%0.00%
33.73%

Color #8079A9 in popluar number systems.

HEX8079A9
Decimal128121169
Binary10000000111100110101001
Octal200171251

Shades and tints

Shades of #8079A9

#8079A9
(128,121,169)
#756E9A
(117,110,154)
#6A638B
(106,99,139)
#5F587C
(95,88,124)
#544D6D
(84,77,109)
#49425E
(73,66,94)
#3E374F
(62,55,79)
#332C40
(51,44,64)
#282131
(40,33,49)
#1D1622
(29,22,34)
#120B13
(18,11,19)
#000000
(0,0,0)

Tints of #8079A9

#8079A9
(128,121,169)
#8B85B0
(139,133,176)
#9691B7
(150,145,183)
#A19DBE
(161,157,190)
#ACA9C5
(172,169,197)
#B7B5CC
(183,181,204)
#C2C1D3
(194,193,211)
#CDCDDA
(205,205,218)
#D8D9E1
(216,217,225)
#E3E5E8
(227,229,232)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8079A9 color. Also use rgb(128,121,169) instead hex code.

Text Font Color

.myTextColor { color: #8079A9; }

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

This text font color is #8079A9.


Background Color

.myBgColor { background-color: #8079A9; }

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

This div background color is #8079A9.


Border color

.myBorderColor { border: 1px solid #8079A9; }

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

This div border color is #8079A9.


Opacity

.myOpacity80 { color: #8079A9; opacity: 0.8; }

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

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

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

This text has shadow with #8079A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8079A9 on black background.


Color preview on white background

This text has color #8079A9 on white background.



Black color preview on #8079A9 background

This text has black color on #8079A9 background.


White color preview on #8079A9 background

This text has white color on #8079A9 background.