COLOR #7383C9

HEX: #7383C9
RGB: (115,131,201)

Color info

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

RGB color model

#7383C9 color RGB value is (115,131,201).

  • red value is 115;
  • green value is 131;
  • blue value is 201.
RGB:
(115,131,201)
(45%,51%,79%)

RGB channels and saturation

R 115 of 255 = 45%
G 131 of 255 = 51%
B 201 of 255 = 79%

115
131
201

R + G + B ~ 58%. #7383C9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 131 + 201 = 447 (100%)
R 115 of 447 ~ 25.73%
G 131 of 447 ~ 29.31%
B 201 of 447 ~ 44.97%

%25.73
%29.31
%44.97

CMYK color model

#7383C9 color CMYK value is (43,35,0,21).

  • cyan value is 42.79%
  • magenta value is 34.83%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(43,35,0,21)
C43M35Y0K21 
(43%,35%,0%,21%)
(0.43/0.35/0.00/0.21)	

CMYK percentages

%42.79
%34.83
%0
%21.18

Codes

Color #7383C9 in popluar color models

7383C9
RGB115131201
HSL229°44.33%61.96%
HSB/HSV229°42.79%78.82%
CMYK42.79%34.83%0.00%
21.18%

Color #7383C9 in popluar number systems.

HEX7383C9
Decimal115131201
Binary11100111000001111001001
Octal163203311

Shades and tints

Shades of #7383C9

#7383C9
(115,131,201)
#6978B7
(105,120,183)
#5F6DA5
(95,109,165)
#556293
(85,98,147)
#4B5781
(75,87,129)
#414C6F
(65,76,111)
#37415D
(55,65,93)
#2D364B
(45,54,75)
#232B39
(35,43,57)
#192027
(25,32,39)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #7383C9

#7383C9
(115,131,201)
#7F8ECD
(127,142,205)
#8B99D1
(139,153,209)
#97A4D5
(151,164,213)
#A3AFD9
(163,175,217)
#AFBADD
(175,186,221)
#BBC5E1
(187,197,225)
#C7D0E5
(199,208,229)
#D3DBE9
(211,219,233)
#DFE6ED
(223,230,237)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7383C9 color. Also use rgb(115,131,201) instead hex code.

Text Font Color

.myTextColor { color: #7383C9; }

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

This text font color is #7383C9.


Background Color

.myBgColor { background-color: #7383C9; }

<div style="background-color:#7383C9">Inner text</div>

This div background color is #7383C9.


Border color

.myBorderColor { border: 1px solid #7383C9; }

<div style="border:3px solid #7383C9">Div</div>

This div border color is #7383C9.


Opacity

.myOpacity80 { color: #7383C9; opacity: 0.8; }

<p style="color:#7383C9;opacity:0.8;">80%</p>

Text with #7383C9 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 #7383C9;}

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

This text has shadow with #7383C9 color.

.textShadow {text-shadow: 3px 3px 1px #7383C9, 3px 3px 1px red;}

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

This text has shadow with #7383C9 primary color and red secondary color.


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

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

This text has shadow with #7383C9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7383C9 on black background.


Color preview on white background

This text has color #7383C9 on white background.



Black color preview on #7383C9 background

This text has black color on #7383C9 background.


White color preview on #7383C9 background

This text has white color on #7383C9 background.