COLOR #7390AA

HEX: #7390AA
RGB: (115,144,170)

Color info

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

RGB color model

#7390AA color RGB value is (115,144,170).

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

RGB channels and saturation

R 115 of 255 = 45%
G 144 of 255 = 56%
B 170 of 255 = 67%

115
144
170

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

Portions of RGB colors in percentages

R + G + B =
115 + 144 + 170 = 429 (100%)
R 115 of 429 ~ 26.81%
G 144 of 429 ~ 33.57%
B 170 of 429 ~ 39.63%

%26.81
%33.57
%39.63

CMYK color model

#7390AA color CMYK value is (32,15,0,33).

  • cyan value is 32.35%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(32,15,0,33)
C32M15Y0K33 
(32%,15%,0%,33%)
(0.32/0.15/0.00/0.33)	

CMYK percentages

%32.35
%15.29
%0
%33.33

Codes

Color #7390AA in popluar color models

7390AA
RGB115144170
HSL208°24.44%55.88%
HSB/HSV208°32.35%66.67%
CMYK32.35%15.29%0.00%
33.33%

Color #7390AA in popluar number systems.

HEX7390AA
Decimal115144170
Binary11100111001000010101010
Octal163220252

Shades and tints

Shades of #7390AA

#7390AA
(115,144,170)
#69839B
(105,131,155)
#5F768C
(95,118,140)
#55697D
(85,105,125)
#4B5C6E
(75,92,110)
#414F5F
(65,79,95)
#374250
(55,66,80)
#2D3541
(45,53,65)
#232832
(35,40,50)
#191B23
(25,27,35)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #7390AA

#7390AA
(115,144,170)
#7F9AB1
(127,154,177)
#8BA4B8
(139,164,184)
#97AEBF
(151,174,191)
#A3B8C6
(163,184,198)
#AFC2CD
(175,194,205)
#BBCCD4
(187,204,212)
#C7D6DB
(199,214,219)
#D3E0E2
(211,224,226)
#DFEAE9
(223,234,233)
#EBF4F0
(235,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7390AA; }

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

This text font color is #7390AA.


Background Color

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

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

This div background color is #7390AA.


Border color

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

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

This div border color is #7390AA.


Opacity

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

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

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

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

This text has shadow with #7390AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7390AA on black background.


Color preview on white background

This text has color #7390AA on white background.



Black color preview on #7390AA background

This text has black color on #7390AA background.


White color preview on #7390AA background

This text has white color on #7390AA background.