COLOR #8079AB

HEX: #8079AB
RGB: (128,121,171)

Color info

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

RGB color model

#8079AB color RGB value is (128,121,171).

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

RGB channels and saturation

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

128
121
171

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

Portions of RGB colors in percentages

R + G + B =
128 + 121 + 171 = 420 (100%)
R 128 of 420 ~ 30.48%
G 121 of 420 ~ 28.81%
B 171 of 420 ~ 40.71%

%30.48
%28.81
%40.71

CMYK color model

#8079AB color CMYK value is (25,29,0,33).

  • cyan value is 25.15%
  • magenta value is 29.24%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(25,29,0,33)
C25M29Y0K33 
(25%,29%,0%,33%)
(0.25/0.29/0.00/0.33)	

CMYK percentages

%25.15
%29.24
%0
%32.94

Codes

Color #8079AB in popluar color models

8079AB
RGB128121171
HSL248°22.94%57.25%
HSB/HSV248°29.24%67.06%
CMYK25.15%29.24%0.00%
32.94%

Color #8079AB in popluar number systems.

HEX8079AB
Decimal128121171
Binary10000000111100110101011
Octal200171253

Shades and tints

Shades of #8079AB

#8079AB
(128,121,171)
#756E9C
(117,110,156)
#6A638D
(106,99,141)
#5F587E
(95,88,126)
#544D6F
(84,77,111)
#494260
(73,66,96)
#3E3751
(62,55,81)
#332C42
(51,44,66)
#282133
(40,33,51)
#1D1624
(29,22,36)
#120B15
(18,11,21)
#000000
(0,0,0)

Tints of #8079AB

#8079AB
(128,121,171)
#8B85B2
(139,133,178)
#9691B9
(150,145,185)
#A19DC0
(161,157,192)
#ACA9C7
(172,169,199)
#B7B5CE
(183,181,206)
#C2C1D5
(194,193,213)
#CDCDDC
(205,205,220)
#D8D9E3
(216,217,227)
#E3E5EA
(227,229,234)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8079AB; }

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

This text font color is #8079AB.


Background Color

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

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

This div background color is #8079AB.


Border color

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

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

This div border color is #8079AB.


Opacity

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

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

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

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

This text has shadow with #8079AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8079AB on black background.


Color preview on white background

This text has color #8079AB on white background.



Black color preview on #8079AB background

This text has black color on #8079AB background.


White color preview on #8079AB background

This text has white color on #8079AB background.