COLOR #8079AC

HEX: #8079AC RGB: (128,121,172)

Color info

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

RGB color model

#8079AC color RGB value is (128,121,172).

RGB: (128,121,172) (50%, 47%, 67%)

RGB channels and saturation

R 128 of 255 = 50%
G 121 of 255 = 47%
B 172 of 255 = 67%

128
121
172

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

Portions of RGB colors in percentages

R + G + B = 128 + 121 + 172 = 421 (100%)
R 128 of 421 ~ 30.4%
G 121 of 421 ~ 28.74%
B 172 of 421 ~ 40.86'%

%30.4
%28.74
%40.86

CMYK color model

#8079AC color CMYK value is (26,30,0,33).

  • cyan value is 25.58%
  • magenta value is 29.65%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (26,30,0,33)
C26M30Y0K33 (26%, 30%, 0%, 33%)
(0.26 / 0.30 / 0.00 / 0.33)

CMYK percentages

%25.58
%29.65
%0
%32.55

Codes

Color #8079AC in popluar color models

80 79 AC
RGB 128 121 172
HSL 248° 23.50% 57.45%
HSB/HSV 248° 29.65% 67.45%
CMYK 25.58% 29.65% 0.00%
32.55%

Color #8079AC in popluar number systems.

HEX 80 79 AC
Decimal 128 121 172
Binary 10000000 1111001 10101100
Octal 200 171 254

Shades and tints

Shades of #8079AC

#8079AC
(128,121,172)
#756E9D
(117,110,157)
#6A638E
(106,99,142)
#5F587F
(95,88,127)
#544D70
(84,77,112)
#494261
(73,66,97)
#3E3752
(62,55,82)
#332C43
(51,44,67)
#282134
(40,33,52)
#1D1625
(29,22,37)
#120B16
(18,11,22)
#000000
(0,0,0)

Tints of #8079AC

#8079AC
(128,121,172)
#8B85B3
(139,133,179)
#9691BA
(150,145,186)
#A19DC1
(161,157,193)
#ACA9C8
(172,169,200)
#B7B5CF
(183,181,207)
#C2C1D6
(194,193,214)
#CDCDDD
(205,205,221)
#D8D9E4
(216,217,228)
#E3E5EB
(227,229,235)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8079AC; }

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

This text font color is #8079AC.

Background Color

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

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

This div background color is #8079AC.

Border color

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

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

This div border color is #8079AC.

Opacity

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

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

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

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

This text has shadow with #8079AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8079AC.

Preview

Color preview on black background

This text has color #8079AC on black background.


Color preview on white background

This text has color #8079AC on white background.


Black color preview on #8079AC background

This text has black color on #8079AC background.


White color preview on #8079AC background

This text has white color on #8079AC background.


Related colors

Complementary color

Complementary color for #hex is #7F8653.


I love getcolorcode.com

Triadic colors

1 #AC8079 and #79AC80 with #8079AC are triadic colors.

2 #AC7980 and #7980AC with #8079AC are triadic colors.