COLOR #7398BE

HEX: #7398BE RGB: (115,152,190)

Color info

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

RGB color model

#7398BE color RGB value is (115,152,190).

RGB: (115,152,190) (45%, 60%, 75%)

RGB channels and saturation

R 115 of 255 = 45%
G 152 of 255 = 60%
B 190 of 255 = 75%

115
152
190

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

Portions of RGB colors in percentages

R + G + B = 115 + 152 + 190 = 457 (100%)
R 115 of 457 ~ 25.16%
G 152 of 457 ~ 33.26%
B 190 of 457 ~ 41.58'%

%25.16
%33.26
%41.58

CMYK color model

#7398BE color CMYK value is (39,20,0,25).

  • cyan value is 39.47%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (39,20,0,25)
C39M20Y0K25 (39%, 20%, 0%, 25%)
(0.39 / 0.20 / 0.00 / 0.25)

CMYK percentages

%39.47
%20
%0
%25.49

Codes

Color #7398BE in popluar color models

73 98 BE
RGB 115 152 190
HSL 210° 36.59% 59.80%
HSB/HSV 210° 39.47% 74.51%
CMYK 39.47% 20.00% 0.00%
25.49%

Color #7398BE in popluar number systems.

HEX 73 98 BE
Decimal 115 152 190
Binary 1110011 10011000 10111110
Octal 163 230 276

Shades and tints

Shades of #7398BE

#7398BE
(115,152,190)
#698BAD
(105,139,173)
#5F7E9C
(95,126,156)
#55718B
(85,113,139)
#4B647A
(75,100,122)
#415769
(65,87,105)
#374A58
(55,74,88)
#2D3D47
(45,61,71)
#233036
(35,48,54)
#192325
(25,35,37)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #7398BE

#7398BE
(115,152,190)
#7FA1C3
(127,161,195)
#8BAAC8
(139,170,200)
#97B3CD
(151,179,205)
#A3BCD2
(163,188,210)
#AFC5D7
(175,197,215)
#BBCEDC
(187,206,220)
#C7D7E1
(199,215,225)
#D3E0E6
(211,224,230)
#DFE9EB
(223,233,235)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7398BE color. Also use rgb(115,152,190) instead hex code.

Text Font Color

.myTextColor { color: #7398BE; }

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

This text font color is #7398BE.

Background Color

.myBgColor { background-color: #7398BE; }

<div style="background-color:#7398BE">Inner text</div>

This div background color is #7398BE.

Border color

.myBorderColor { border: 1px solid #7398BE; }

<div style="border:3px solid #7398BE">Div</div>

This div border color is #7398BE.

Opacity

.myOpacity80 { color: #7398BE; opacity: 0.8; }

<p style="color:#7398BE;opacity:0.8;">80%</p>

Text with #7398BE 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 #7398BE;}

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

This text has shadow with #7398BE color.


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

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

This text has shadow with #7398BE primary color and red secondary color.


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

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

This text has shadow with #7398BE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7398BE.

Preview

Color preview on black background

This text has color #7398BE on black background.


Color preview on white background

This text has color #7398BE on white background.


Black color preview on #7398BE background

This text has black color on #7398BE background.


White color preview on #7398BE background

This text has white color on #7398BE background.


Related colors

Complementary color

Complementary color for #hex is #8C6741.


I love getcolorcode.com

Triadic colors

1 #BE7398 and #98BE73 with #7398BE are triadic colors.

2 #BE9873 and #9873BE with #7398BE are triadic colors.