COLOR #7579A9

HEX: #7579A9
RGB: (117,121,169)

Color info

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

RGB color model

#7579A9 color RGB value is (117,121,169).

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

RGB channels and saturation

R 117 of 255 = 46%
G 121 of 255 = 47%
B 169 of 255 = 66%

117
121
169

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

Portions of RGB colors in percentages

R + G + B =
117 + 121 + 169 = 407 (100%)
R 117 of 407 ~ 28.75%
G 121 of 407 ~ 29.73%
B 169 of 407 ~ 41.52%

%28.75
%29.73
%41.52

CMYK color model

#7579A9 color CMYK value is (31,28,0,34).

  • cyan value is 30.77%
  • magenta value is 28.40%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(31,28,0,34)
C31M28Y0K34 
(31%,28%,0%,34%)
(0.31/0.28/0.00/0.34)	

CMYK percentages

%30.77
%28.4
%0
%33.73

Codes

Color #7579A9 in popluar color models

7579A9
RGB117121169
HSL235°23.21%56.08%
HSB/HSV235°30.77%66.27%
CMYK30.77%28.40%0.00%
33.73%

Color #7579A9 in popluar number systems.

HEX7579A9
Decimal117121169
Binary1110101111100110101001
Octal165171251

Shades and tints

Shades of #7579A9

#7579A9
(117,121,169)
#6B6E9A
(107,110,154)
#61638B
(97,99,139)
#57587C
(87,88,124)
#4D4D6D
(77,77,109)
#43425E
(67,66,94)
#39374F
(57,55,79)
#2F2C40
(47,44,64)
#252131
(37,33,49)
#1B1622
(27,22,34)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #7579A9

#7579A9
(117,121,169)
#8185B0
(129,133,176)
#8D91B7
(141,145,183)
#999DBE
(153,157,190)
#A5A9C5
(165,169,197)
#B1B5CC
(177,181,204)
#BDC1D3
(189,193,211)
#C9CDDA
(201,205,218)
#D5D9E1
(213,217,225)
#E1E5E8
(225,229,232)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7579A9; }

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

This text font color is #7579A9.


Background Color

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

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

This div background color is #7579A9.


Border color

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

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

This div border color is #7579A9.


Opacity

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

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

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

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

This text has shadow with #7579A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7579A9 on black background.


Color preview on white background

This text has color #7579A9 on white background.



Black color preview on #7579A9 background

This text has black color on #7579A9 background.


White color preview on #7579A9 background

This text has white color on #7579A9 background.