COLOR #7381E6

HEX: #7381E6 RGB: (115,129,230)

Color info

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

RGB color model

#7381E6 color RGB value is (115,129,230).

RGB: (115,129,230) (45%, 51%, 90%)

RGB channels and saturation

R 115 of 255 = 45%
G 129 of 255 = 51%
B 230 of 255 = 90%

115
129
230

R + G + B ~ 62%. #7381E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 115 + 129 + 230 = 474 (100%)
R 115 of 474 ~ 24.26%
G 129 of 474 ~ 27.22%
B 230 of 474 ~ 48.52'%

%24.26
%27.22
%48.52

CMYK color model

#7381E6 color CMYK value is (50,44,0,10).

  • cyan value is 50.00%
  • magenta value is 43.91%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (50,44,0,10)
C50M44Y0K10 (50%, 44%, 0%, 10%)
(0.50 / 0.44 / 0.00 / 0.10)

CMYK percentages

%50
%43.91
%0
%9.8

Codes

Color #7381E6 in popluar color models

73 81 E6
RGB 115 129 230
HSL 233° 69.70% 67.65%
HSB/HSV 233° 50.00% 90.20%
CMYK 50.00% 43.91% 0.00%
9.80%

Color #7381E6 in popluar number systems.

HEX 73 81 E6
Decimal 115 129 230
Binary 1110011 10000001 11100110
Octal 163 201 346

Shades and tints

Shades of #7381E6

#7381E6
(115,129,230)
#6976D2
(105,118,210)
#5F6BBE
(95,107,190)
#5560AA
(85,96,170)
#4B5596
(75,85,150)
#414A82
(65,74,130)
#373F6E
(55,63,110)
#2D345A
(45,52,90)
#232946
(35,41,70)
#191E32
(25,30,50)
#0F131E
(15,19,30)
#000000
(0,0,0)

Tints of #7381E6

#7381E6
(115,129,230)
#7F8CE8
(127,140,232)
#8B97EA
(139,151,234)
#97A2EC
(151,162,236)
#A3ADEE
(163,173,238)
#AFB8F0
(175,184,240)
#BBC3F2
(187,195,242)
#C7CEF4
(199,206,244)
#D3D9F6
(211,217,246)
#DFE4F8
(223,228,248)
#EBEFFA
(235,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7381E6 color. Also use rgb(115,129,230) instead hex code.

Text Font Color

.myTextColor { color: #7381E6; }

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

This text font color is #7381E6.

Background Color

.myBgColor { background-color: #7381E6; }

<div style="background-color:#7381E6">Inner text</div>

This div background color is #7381E6.

Border color

.myBorderColor { border: 1px solid #7381E6; }

<div style="border:3px solid #7381E6">Div</div>

This div border color is #7381E6.

Opacity

.myOpacity80 { color: #7381E6; opacity: 0.8; }

<p style="color:#7381E6;opacity:0.8;">80%</p>

Text with #7381E6 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 #7381E6;}

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

This text has shadow with #7381E6 color.


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

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

This text has shadow with #7381E6 primary color and red secondary color.


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

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

This text has shadow with #7381E6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7381E6.

Preview

Color preview on black background

This text has color #7381E6 on black background.


Color preview on white background

This text has color #7381E6 on white background.


Black color preview on #7381E6 background

This text has black color on #7381E6 background.


White color preview on #7381E6 background

This text has white color on #7381E6 background.


Related colors

Complementary color

Complementary color for #hex is #8C7E19.


I love getcolorcode.com

Triadic colors

1 #E67381 and #81E673 with #7381E6 are triadic colors.

2 #E68173 and #8173E6 with #7381E6 are triadic colors.