COLOR #7390AD

HEX: #7390AD
RGB: (115,144,173)

Color info

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

RGB color model

#7390AD color RGB value is (115,144,173).

  • red value is 115;
  • green value is 144;
  • blue value is 173.
RGB:
(115,144,173)
(45%,56%,68%)

RGB channels and saturation

R 115 of 255 = 45%
G 144 of 255 = 56%
B 173 of 255 = 68%

115
144
173

R + G + B ~ 56%. #7390AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 144 + 173 = 432 (100%)
R 115 of 432 ~ 26.62%
G 144 of 432 ~ 33.33%
B 173 of 432 ~ 40.05%

%26.62
%33.33
%40.05

CMYK color model

#7390AD color CMYK value is (34,17,0,32).

  • cyan value is 33.53%
  • magenta value is 16.76%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(34,17,0,32)
C34M17Y0K32 
(34%,17%,0%,32%)
(0.34/0.17/0.00/0.32)	

CMYK percentages

%33.53
%16.76
%0
%32.16

Codes

Color #7390AD in popluar color models

7390AD
RGB115144173
HSL210°26.13%56.47%
HSB/HSV210°33.53%67.84%
CMYK33.53%16.76%0.00%
32.16%

Color #7390AD in popluar number systems.

HEX7390AD
Decimal115144173
Binary11100111001000010101101
Octal163220255

Shades and tints

Shades of #7390AD

#7390AD
(115,144,173)
#69839E
(105,131,158)
#5F768F
(95,118,143)
#556980
(85,105,128)
#4B5C71
(75,92,113)
#414F62
(65,79,98)
#374253
(55,66,83)
#2D3544
(45,53,68)
#232835
(35,40,53)
#191B26
(25,27,38)
#0F0E17
(15,14,23)
#000000
(0,0,0)

Tints of #7390AD

#7390AD
(115,144,173)
#7F9AB4
(127,154,180)
#8BA4BB
(139,164,187)
#97AEC2
(151,174,194)
#A3B8C9
(163,184,201)
#AFC2D0
(175,194,208)
#BBCCD7
(187,204,215)
#C7D6DE
(199,214,222)
#D3E0E5
(211,224,229)
#DFEAEC
(223,234,236)
#EBF4F3
(235,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7390AD color. Also use rgb(115,144,173) instead hex code.

Text Font Color

.myTextColor { color: #7390AD; }

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

This text font color is #7390AD.


Background Color

.myBgColor { background-color: #7390AD; }

<div style="background-color:#7390AD">Inner text</div>

This div background color is #7390AD.


Border color

.myBorderColor { border: 1px solid #7390AD; }

<div style="border:3px solid #7390AD">Div</div>

This div border color is #7390AD.


Opacity

.myOpacity80 { color: #7390AD; opacity: 0.8; }

<p style="color:#7390AD;opacity:0.8;">80%</p>

Text with #7390AD 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 #7390AD;}

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

This text has shadow with #7390AD color.

.textShadow {text-shadow: 3px 3px 1px #7390AD, 3px 3px 1px red;}

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

This text has shadow with #7390AD primary color and red secondary color.


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

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

This text has shadow with #7390AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7390AD on black background.


Color preview on white background

This text has color #7390AD on white background.



Black color preview on #7390AD background

This text has black color on #7390AD background.


White color preview on #7390AD background

This text has white color on #7390AD background.