COLOR #7290A5

HEX: #7290A5
RGB: (114,144,165)

Color info

#7290A5 contains red, green and blue colors in about the same proportion. Web safe color of #7290A5 is #669999 (or #699).

RGB color model

#7290A5 color RGB value is (114,144,165).

  • red value is 114;
  • green value is 144;
  • blue value is 165.
RGB:
(114,144,165)
(45%,56%,65%)

RGB channels and saturation

R 114 of 255 = 45%
G 144 of 255 = 56%
B 165 of 255 = 65%

114
144
165

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

Portions of RGB colors in percentages

R + G + B =
114 + 144 + 165 = 423 (100%)
R 114 of 423 ~ 26.95%
G 144 of 423 ~ 34.04%
B 165 of 423 ~ 39.01%

%26.95
%34.04
%39.01

CMYK color model

#7290A5 color CMYK value is (31,13,0,35).

  • cyan value is 30.91%
  • magenta value is 12.73%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(31,13,0,35)
C31M13Y0K35 
(31%,13%,0%,35%)
(0.31/0.13/0.00/0.35)	

CMYK percentages

%30.91
%12.73
%0
%35.29

Codes

Color #7290A5 in popluar color models

7290A5
RGB114144165
HSL205°22.08%54.71%
HSB/HSV205°30.91%64.71%
CMYK30.91%12.73%0.00%
35.29%

Color #7290A5 in popluar number systems.

HEX7290A5
Decimal114144165
Binary11100101001000010100101
Octal162220245

Shades and tints

Shades of #7290A5

#7290A5
(114,144,165)
#688396
(104,131,150)
#5E7687
(94,118,135)
#546978
(84,105,120)
#4A5C69
(74,92,105)
#404F5A
(64,79,90)
#36424B
(54,66,75)
#2C353C
(44,53,60)
#22282D
(34,40,45)
#181B1E
(24,27,30)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #7290A5

#7290A5
(114,144,165)
#7E9AAD
(126,154,173)
#8AA4B5
(138,164,181)
#96AEBD
(150,174,189)
#A2B8C5
(162,184,197)
#AEC2CD
(174,194,205)
#BACCD5
(186,204,213)
#C6D6DD
(198,214,221)
#D2E0E5
(210,224,229)
#DEEAED
(222,234,237)
#EAF4F5
(234,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7290A5 color. Also use rgb(114,144,165) instead hex code.

Text Font Color

.myTextColor { color: #7290A5; }

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

This text font color is #7290A5.


Background Color

.myBgColor { background-color: #7290A5; }

<div style="background-color:#7290A5">Inner text</div>

This div background color is #7290A5.


Border color

.myBorderColor { border: 1px solid #7290A5; }

<div style="border:3px solid #7290A5">Div</div>

This div border color is #7290A5.


Opacity

.myOpacity80 { color: #7290A5; opacity: 0.8; }

<p style="color:#7290A5;opacity:0.8;">80%</p>

Text with #7290A5 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 #7290A5;}

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

This text has shadow with #7290A5 color.

.textShadow {text-shadow: 3px 3px 1px #7290A5, 3px 3px 1px red;}

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

This text has shadow with #7290A5 primary color and red secondary color.


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

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

This text has shadow with #7290A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7290A5 on black background.


Color preview on white background

This text has color #7290A5 on white background.



Black color preview on #7290A5 background

This text has black color on #7290A5 background.


White color preview on #7290A5 background

This text has white color on #7290A5 background.