COLOR #7360EB

HEX: #7360EB
RGB: (115,96,235)

Color info

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

RGB color model

#7360EB color RGB value is (115,96,235).

  • red value is 115;
  • green value is 96;
  • blue value is 235.
RGB:
(115,96,235)
(45%,38%,92%)

RGB channels and saturation

R 115 of 255 = 45%
G 96 of 255 = 38%
B 235 of 255 = 92%

115
96
235

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

Portions of RGB colors in percentages

R + G + B =
115 + 96 + 235 = 446 (100%)
R 115 of 446 ~ 25.78%
G 96 of 446 ~ 21.52%
B 235 of 446 ~ 52.69%

%25.78
%21.52
%52.69

CMYK color model

#7360EB color CMYK value is (51,59,0,8).

  • cyan value is 51.06%
  • magenta value is 59.15%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(51,59,0,8)
C51M59Y0K8 
(51%,59%,0%,8%)
(0.51/0.59/0.00/0.08)	

CMYK percentages

%51.06
%59.15
%0
%7.84

Codes

Color #7360EB in popluar color models

7360EB
RGB11596235
HSL248°77.65%64.90%
HSB/HSV248°59.15%92.16%
CMYK51.06%59.15%0.00%
7.84%

Color #7360EB in popluar number systems.

HEX7360EB
Decimal11596235
Binary1110011110000011101011
Octal163140353

Shades and tints

Shades of #7360EB

#7360EB
(115,96,235)
#6958D6
(105,88,214)
#5F50C1
(95,80,193)
#5548AC
(85,72,172)
#4B4097
(75,64,151)
#413882
(65,56,130)
#37306D
(55,48,109)
#2D2858
(45,40,88)
#232043
(35,32,67)
#19182E
(25,24,46)
#0F1019
(15,16,25)
#000000
(0,0,0)

Tints of #7360EB

#7360EB
(115,96,235)
#7F6EEC
(127,110,236)
#8B7CED
(139,124,237)
#978AEE
(151,138,238)
#A398EF
(163,152,239)
#AFA6F0
(175,166,240)
#BBB4F1
(187,180,241)
#C7C2F2
(199,194,242)
#D3D0F3
(211,208,243)
#DFDEF4
(223,222,244)
#EBECF5
(235,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7360EB color. Also use rgb(115,96,235) instead hex code.

Text Font Color

.myTextColor { color: #7360EB; }

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

This text font color is #7360EB.


Background Color

.myBgColor { background-color: #7360EB; }

<div style="background-color:#7360EB">Inner text</div>

This div background color is #7360EB.


Border color

.myBorderColor { border: 1px solid #7360EB; }

<div style="border:3px solid #7360EB">Div</div>

This div border color is #7360EB.


Opacity

.myOpacity80 { color: #7360EB; opacity: 0.8; }

<p style="color:#7360EB;opacity:0.8;">80%</p>

Text with #7360EB 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 #7360EB;}

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

This text has shadow with #7360EB color.

.textShadow {text-shadow: 3px 3px 1px #7360EB, 3px 3px 1px red;}

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

This text has shadow with #7360EB primary color and red secondary color.


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

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

This text has shadow with #7360EB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7360EB on black background.


Color preview on white background

This text has color #7360EB on white background.



Black color preview on #7360EB background

This text has black color on #7360EB background.


White color preview on #7360EB background

This text has white color on #7360EB background.