COLOR #7396D2

HEX: #7396D2 RGB: (115,150,210)

Color info

#7396D2 contains mainly blue color. Web safe color of #7396D2 is #6699CC (or #69C).

RGB color model

#7396D2 color RGB value is (115,150,210).

RGB: (115,150,210) (45%, 59%, 82%)

RGB channels and saturation

R 115 of 255 = 45%
G 150 of 255 = 59%
B 210 of 255 = 82%

115
150
210

R + G + B ~ 62%. #7396D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 115 + 150 + 210 = 475 (100%)
R 115 of 475 ~ 24.21%
G 150 of 475 ~ 31.58%
B 210 of 475 ~ 44.21'%

%24.21
%31.58
%44.21

CMYK color model

#7396D2 color CMYK value is (45,29,0,18).

  • cyan value is 45.24%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (45,29,0,18)
C45M29Y0K18 (45%, 29%, 0%, 18%)
(0.45 / 0.29 / 0.00 / 0.18)

CMYK percentages

%45.24
%28.57
%0
%17.65

Codes

Color #7396D2 in popluar color models

73 96 D2
RGB 115 150 210
HSL 218° 51.35% 63.73%
HSB/HSV 218° 45.24% 82.35%
CMYK 45.24% 28.57% 0.00%
17.65%

Color #7396D2 in popluar number systems.

HEX 73 96 D2
Decimal 115 150 210
Binary 1110011 10010110 11010010
Octal 163 226 322

Shades and tints

Shades of #7396D2

#7396D2
(115,150,210)
#6989BF
(105,137,191)
#5F7CAC
(95,124,172)
#556F99
(85,111,153)
#4B6286
(75,98,134)
#415573
(65,85,115)
#374860
(55,72,96)
#2D3B4D
(45,59,77)
#232E3A
(35,46,58)
#192127
(25,33,39)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #7396D2

#7396D2
(115,150,210)
#7F9FD6
(127,159,214)
#8BA8DA
(139,168,218)
#97B1DE
(151,177,222)
#A3BAE2
(163,186,226)
#AFC3E6
(175,195,230)
#BBCCEA
(187,204,234)
#C7D5EE
(199,213,238)
#D3DEF2
(211,222,242)
#DFE7F6
(223,231,246)
#EBF0FA
(235,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7396D2 color. Also use rgb(115,150,210) instead hex code.

Text Font Color

.myTextColor { color: #7396D2; }

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

This text font color is #7396D2.

Background Color

.myBgColor { background-color: #7396D2; }

<div style="background-color:#7396D2">Inner text</div>

This div background color is #7396D2.

Border color

.myBorderColor { border: 1px solid #7396D2; }

<div style="border:3px solid #7396D2">Div</div>

This div border color is #7396D2.

Opacity

.myOpacity80 { color: #7396D2; opacity: 0.8; }

<p style="color:#7396D2;opacity:0.8;">80%</p>

Text with #7396D2 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 #7396D2;}

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

This text has shadow with #7396D2 color.


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

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

This text has shadow with #7396D2 primary color and red secondary color.


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

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

This text has shadow with #7396D2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7396D2.

Preview

Color preview on black background

This text has color #7396D2 on black background.


Color preview on white background

This text has color #7396D2 on white background.


Black color preview on #7396D2 background

This text has black color on #7396D2 background.


White color preview on #7396D2 background

This text has white color on #7396D2 background.


Related colors

Complementary color

Complementary color for #hex is #8C692D.


I love getcolorcode.com

Triadic colors

1 #D27396 and #96D273 with #7396D2 are triadic colors.

2 #D29673 and #9673D2 with #7396D2 are triadic colors.