COLOR #7374EA

HEX: #7374EA RGB: (115,116,234)

Color info

#7374EA contains mainly blue color. Web safe color of #7374EA is #6666FF (or #66F).

RGB color model

#7374EA color RGB value is (115,116,234).

RGB: (115,116,234) (45%, 45%, 92%)

RGB channels and saturation

R 115 of 255 = 45%
G 116 of 255 = 45%
B 234 of 255 = 92%

115
116
234

R + G + B ~ 61%. #7374EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 115 + 116 + 234 = 465 (100%)
R 115 of 465 ~ 24.73%
G 116 of 465 ~ 24.95%
B 234 of 465 ~ 50.32'%

%24.73
%24.95
%50.32

CMYK color model

#7374EA color CMYK value is (51,50,0,8).

  • cyan value is 50.85%
  • magenta value is 50.43%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (51,50,0,8)
C51M50Y0K8 (51%, 50%, 0%, 8%)
(0.51 / 0.50 / 0.00 / 0.08)

CMYK percentages

%50.85
%50.43
%0
%8.24

Codes

Color #7374EA in popluar color models

73 74 EA
RGB 115 116 234
HSL 239° 73.91% 68.43%
HSB/HSV 239° 50.85% 91.76%
CMYK 50.85% 50.43% 0.00%
8.24%

Color #7374EA in popluar number systems.

HEX 73 74 EA
Decimal 115 116 234
Binary 1110011 1110100 11101010
Octal 163 164 352

Shades and tints

Shades of #7374EA

#7374EA
(115,116,234)
#696AD5
(105,106,213)
#5F60C0
(95,96,192)
#5556AB
(85,86,171)
#4B4C96
(75,76,150)
#414281
(65,66,129)
#37386C
(55,56,108)
#2D2E57
(45,46,87)
#232442
(35,36,66)
#191A2D
(25,26,45)
#0F1018
(15,16,24)
#000000
(0,0,0)

Tints of #7374EA

#7374EA
(115,116,234)
#7F80EB
(127,128,235)
#8B8CEC
(139,140,236)
#9798ED
(151,152,237)
#A3A4EE
(163,164,238)
#AFB0EF
(175,176,239)
#BBBCF0
(187,188,240)
#C7C8F1
(199,200,241)
#D3D4F2
(211,212,242)
#DFE0F3
(223,224,243)
#EBECF4
(235,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7374EA color. Also use rgb(115,116,234) instead hex code.

Text Font Color

.myTextColor { color: #7374EA; }

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

This text font color is #7374EA.

Background Color

.myBgColor { background-color: #7374EA; }

<div style="background-color:#7374EA">Inner text</div>

This div background color is #7374EA.

Border color

.myBorderColor { border: 1px solid #7374EA; }

<div style="border:3px solid #7374EA">Div</div>

This div border color is #7374EA.

Opacity

.myOpacity80 { color: #7374EA; opacity: 0.8; }

<p style="color:#7374EA;opacity:0.8;">80%</p>

Text with #7374EA 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 #7374EA;}

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

This text has shadow with #7374EA color.


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

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

This text has shadow with #7374EA primary color and red secondary color.


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

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

This text has shadow with #7374EA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7374EA.

Preview

Color preview on black background

This text has color #7374EA on black background.


Color preview on white background

This text has color #7374EA on white background.


Black color preview on #7374EA background

This text has black color on #7374EA background.


White color preview on #7374EA background

This text has white color on #7374EA background.


Related colors

Complementary color

Complementary color for #hex is #8C8B15.


I love getcolorcode.com

Triadic colors

1 #EA7374 and #74EA73 with #7374EA are triadic colors.

2 #EA7473 and #7473EA with #7374EA are triadic colors.