COLOR #7383C7

HEX: #7383C7
RGB: (115,131,199)

Color info

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

RGB color model

#7383C7 color RGB value is (115,131,199).

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

RGB channels and saturation

R 115 of 255 = 45%
G 131 of 255 = 51%
B 199 of 255 = 78%

115
131
199

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

Portions of RGB colors in percentages

R + G + B =
115 + 131 + 199 = 445 (100%)
R 115 of 445 ~ 25.84%
G 131 of 445 ~ 29.44%
B 199 of 445 ~ 44.72%

%25.84
%29.44
%44.72

CMYK color model

#7383C7 color CMYK value is (42,34,0,22).

  • cyan value is 42.21%
  • magenta value is 34.17%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(42,34,0,22)
C42M34Y0K22 
(42%,34%,0%,22%)
(0.42/0.34/0.00/0.22)	

CMYK percentages

%42.21
%34.17
%0
%21.96

Codes

Color #7383C7 in popluar color models

7383C7
RGB115131199
HSL229°42.86%61.57%
HSB/HSV229°42.21%78.04%
CMYK42.21%34.17%0.00%
21.96%

Color #7383C7 in popluar number systems.

HEX7383C7
Decimal115131199
Binary11100111000001111000111
Octal163203307

Shades and tints

Shades of #7383C7

#7383C7
(115,131,199)
#6978B5
(105,120,181)
#5F6DA3
(95,109,163)
#556291
(85,98,145)
#4B577F
(75,87,127)
#414C6D
(65,76,109)
#37415B
(55,65,91)
#2D3649
(45,54,73)
#232B37
(35,43,55)
#192025
(25,32,37)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #7383C7

#7383C7
(115,131,199)
#7F8ECC
(127,142,204)
#8B99D1
(139,153,209)
#97A4D6
(151,164,214)
#A3AFDB
(163,175,219)
#AFBAE0
(175,186,224)
#BBC5E5
(187,197,229)
#C7D0EA
(199,208,234)
#D3DBEF
(211,219,239)
#DFE6F4
(223,230,244)
#EBF1F9
(235,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7383C7; }

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

This text font color is #7383C7.


Background Color

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

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

This div background color is #7383C7.


Border color

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

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

This div border color is #7383C7.


Opacity

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

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

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

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

This text has shadow with #7383C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7383C7 on black background.


Color preview on white background

This text has color #7383C7 on white background.



Black color preview on #7383C7 background

This text has black color on #7383C7 background.


White color preview on #7383C7 background

This text has white color on #7383C7 background.