COLOR #7388E7

HEX: #7388E7 RGB: (115,136,231)

Color info

#7388E7 contains mainly blue color. Web safe color of #7388E7 is #6699FF (or #69F).

RGB color model

#7388E7 color RGB value is (115,136,231).

RGB: (115,136,231) (45%, 53%, 91%)

RGB channels and saturation

R 115 of 255 = 45%
G 136 of 255 = 53%
B 231 of 255 = 91%

115
136
231

R + G + B ~ 63%. #7388E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 115 + 136 + 231 = 482 (100%)
R 115 of 482 ~ 23.86%
G 136 of 482 ~ 28.22%
B 231 of 482 ~ 47.93'%

%23.86
%28.22
%47.93

CMYK color model

#7388E7 color CMYK value is (50,41,0,9).

  • cyan value is 50.22%
  • magenta value is 41.13%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (50,41,0,9)
C50M41Y0K9 (50%, 41%, 0%, 9%)
(0.50 / 0.41 / 0.00 / 0.09)

CMYK percentages

%50.22
%41.13
%0
%9.41

Codes

Color #7388E7 in popluar color models

73 88 E7
RGB 115 136 231
HSL 229° 70.73% 67.84%
HSB/HSV 229° 50.22% 90.59%
CMYK 50.22% 41.13% 0.00%
9.41%

Color #7388E7 in popluar number systems.

HEX 73 88 E7
Decimal 115 136 231
Binary 1110011 10001000 11100111
Octal 163 210 347

Shades and tints

Shades of #7388E7

#7388E7
(115,136,231)
#697CD2
(105,124,210)
#5F70BD
(95,112,189)
#5564A8
(85,100,168)
#4B5893
(75,88,147)
#414C7E
(65,76,126)
#374069
(55,64,105)
#2D3454
(45,52,84)
#23283F
(35,40,63)
#191C2A
(25,28,42)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #7388E7

#7388E7
(115,136,231)
#7F92E9
(127,146,233)
#8B9CEB
(139,156,235)
#97A6ED
(151,166,237)
#A3B0EF
(163,176,239)
#AFBAF1
(175,186,241)
#BBC4F3
(187,196,243)
#C7CEF5
(199,206,245)
#D3D8F7
(211,216,247)
#DFE2F9
(223,226,249)
#EBECFB
(235,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7388E7 color. Also use rgb(115,136,231) instead hex code.

Text Font Color

.myTextColor { color: #7388E7; }

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

This text font color is #7388E7.

Background Color

.myBgColor { background-color: #7388E7; }

<div style="background-color:#7388E7">Inner text</div>

This div background color is #7388E7.

Border color

.myBorderColor { border: 1px solid #7388E7; }

<div style="border:3px solid #7388E7">Div</div>

This div border color is #7388E7.

Opacity

.myOpacity80 { color: #7388E7; opacity: 0.8; }

<p style="color:#7388E7;opacity:0.8;">80%</p>

Text with #7388E7 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 #7388E7;}

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

This text has shadow with #7388E7 color.


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

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

This text has shadow with #7388E7 primary color and red secondary color.


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

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

This text has shadow with #7388E7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7388E7.

Preview

Color preview on black background

This text has color #7388E7 on black background.


Color preview on white background

This text has color #7388E7 on white background.


Black color preview on #7388E7 background

This text has black color on #7388E7 background.


White color preview on #7388E7 background

This text has white color on #7388E7 background.


Related colors

Complementary color

Complementary color for #hex is #8C7718.


I love getcolorcode.com

Triadic colors

1 #E77388 and #88E773 with #7388E7 are triadic colors.

2 #E78873 and #8873E7 with #7388E7 are triadic colors.