COLOR #7390CA

HEX: #7390CA RGB: (115,144,202)

Color info

#7390CA contains mainly green and blue colors. Web safe color of #7390CA is #6699CC (or #69C).

RGB color model

#7390CA color RGB value is (115,144,202).

RGB: (115,144,202) (45%, 56%, 79%)

RGB channels and saturation

R 115 of 255 = 45%
G 144 of 255 = 56%
B 202 of 255 = 79%

115
144
202

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

Portions of RGB colors in percentages

R + G + B = 115 + 144 + 202 = 461 (100%)
R 115 of 461 ~ 24.95%
G 144 of 461 ~ 31.24%
B 202 of 461 ~ 43.82'%

%24.95
%31.24
%43.82

CMYK color model

#7390CA color CMYK value is (43,29,0,21).

  • cyan value is 43.07%
  • magenta value is 28.71%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (43,29,0,21) C43M29Y0K21 (43%,29%,0%,21%) (0.43/0.29/0.00/0.21) 

CMYK percentages

%43.07
%28.71
%0
%20.78

Codes

Color #7390CA in popluar color models

73 90 CA
RGB 115 144 202
HSL 220° 45.08% 62.16%
HSB/HSV 220° 43.07% 79.22%
CMYK 43.07% 28.71% 0.00%
20.78%

Color #7390CA in popluar number systems.

HEX 73 90 CA
Decimal 115 144 202
Binary 1110011 10010000 11001010
Octal 163 220 312

Shades and tints

Shades of #7390CA

#7390CA
(115,144,202)
#6983B8
(105,131,184)
#5F76A6
(95,118,166)
#556994
(85,105,148)
#4B5C82
(75,92,130)
#414F70
(65,79,112)
#37425E
(55,66,94)
#2D354C
(45,53,76)
#23283A
(35,40,58)
#191B28
(25,27,40)
#0F0E16
(15,14,22)
#000000
(0,0,0)

Tints of #7390CA

#7390CA
(115,144,202)
#7F9ACE
(127,154,206)
#8BA4D2
(139,164,210)
#97AED6
(151,174,214)
#A3B8DA
(163,184,218)
#AFC2DE
(175,194,222)
#BBCCE2
(187,204,226)
#C7D6E6
(199,214,230)
#D3E0EA
(211,224,234)
#DFEAEE
(223,234,238)
#EBF4F2
(235,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7390CA; }

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

This text font color is #7390CA.

Background Color

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

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

This div background color is #7390CA.

Border color

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

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

This div border color is #7390CA.

Opacity

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

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

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

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

This text has shadow with #7390CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7390CA.

Preview

Color preview on black background

This text has color #7390CA on black background.


Color preview on white background

This text has color #7390CA on white background.


Black color preview on #7390CA background

This text has black color on #7390CA background.


White color preview on #7390CA background

This text has white color on #7390CA background.


Related colors

Complementary color

Complementary color for #hex is #8C6F35.


I love getcolorcode.com

Triadic colors

1 #CA7390 and #90CA73 with #7390CA are triadic colors.

2 #CA9073 and #9073CA with #7390CA are triadic colors.