COLOR #7265EC

HEX: #7265EC
RGB: (114,101,236)

Color info

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

RGB color model

#7265EC color RGB value is (114,101,236).

  • red value is 114;
  • green value is 101;
  • blue value is 236.
RGB:
(114,101,236)
(45%,40%,93%)

RGB channels and saturation

R 114 of 255 = 45%
G 101 of 255 = 40%
B 236 of 255 = 93%

114
101
236

R + G + B ~ 59%. #7265EC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 101 + 236 = 451 (100%)
R 114 of 451 ~ 25.28%
G 101 of 451 ~ 22.39%
B 236 of 451 ~ 52.33%

%25.28
%22.39
%52.33

CMYK color model

#7265EC color CMYK value is (52,57,0,7).

  • cyan value is 51.69%
  • magenta value is 57.20%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(52,57,0,7)
C52M57Y0K7 
(52%,57%,0%,7%)
(0.52/0.57/0.00/0.07)	

CMYK percentages

%51.69
%57.2
%0
%7.45

Codes

Color #7265EC in popluar color models

7265EC
RGB114101236
HSL246°78.03%66.08%
HSB/HSV246°57.20%92.55%
CMYK51.69%57.20%0.00%
7.45%

Color #7265EC in popluar number systems.

HEX7265EC
Decimal114101236
Binary1110010110010111101100
Octal162145354

Shades and tints

Shades of #7265EC

#7265EC
(114,101,236)
#685CD7
(104,92,215)
#5E53C2
(94,83,194)
#544AAD
(84,74,173)
#4A4198
(74,65,152)
#403883
(64,56,131)
#362F6E
(54,47,110)
#2C2659
(44,38,89)
#221D44
(34,29,68)
#18142F
(24,20,47)
#0E0B1A
(14,11,26)
#000000
(0,0,0)

Tints of #7265EC

#7265EC
(114,101,236)
#7E73ED
(126,115,237)
#8A81EE
(138,129,238)
#968FEF
(150,143,239)
#A29DF0
(162,157,240)
#AEABF1
(174,171,241)
#BAB9F2
(186,185,242)
#C6C7F3
(198,199,243)
#D2D5F4
(210,213,244)
#DEE3F5
(222,227,245)
#EAF1F6
(234,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7265EC color. Also use rgb(114,101,236) instead hex code.

Text Font Color

.myTextColor { color: #7265EC; }

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

This text font color is #7265EC.


Background Color

.myBgColor { background-color: #7265EC; }

<div style="background-color:#7265EC">Inner text</div>

This div background color is #7265EC.


Border color

.myBorderColor { border: 1px solid #7265EC; }

<div style="border:3px solid #7265EC">Div</div>

This div border color is #7265EC.


Opacity

.myOpacity80 { color: #7265EC; opacity: 0.8; }

<p style="color:#7265EC;opacity:0.8;">80%</p>

Text with #7265EC 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 #7265EC;}

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

This text has shadow with #7265EC color.

.textShadow {text-shadow: 3px 3px 1px #7265EC, 3px 3px 1px red;}

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

This text has shadow with #7265EC primary color and red secondary color.


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

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

This text has shadow with #7265EC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7265EC on black background.


Color preview on white background

This text has color #7265EC on white background.



Black color preview on #7265EC background

This text has black color on #7265EC background.


White color preview on #7265EC background

This text has white color on #7265EC background.