COLOR #7463FE

HEX: #7463FE
RGB: (116,99,254)

Color info

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

RGB color model

#7463FE color RGB value is (116,99,254).

  • red value is 116;
  • green value is 99;
  • blue value is 254.
RGB:
(116,99,254)
(45%,39%,100%)

RGB channels and saturation

R 116 of 255 = 45%
G 99 of 255 = 39%
B 254 of 255 = 100%

116
99
254

R + G + B ~ 61%. #7463FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 99 + 254 = 469 (100%)
R 116 of 469 ~ 24.73%
G 99 of 469 ~ 21.11%
B 254 of 469 ~ 54.16%

%24.73
%21.11
%54.16

CMYK color model

#7463FE color CMYK value is (54,61,0,0).

  • cyan value is 54.33%
  • magenta value is 61.02%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(54,61,0,0)
C54M61Y0K0 
(54%,61%,0%,0%)
(0.54/0.61/0.00/0.00)	

CMYK percentages

%54.33
%61.02
%0
%0.39

Codes

Color #7463FE in popluar color models

7463FE
RGB11699254
HSL247°98.73%69.22%
HSB/HSV247°61.02%99.61%
CMYK54.33%61.02%0.00%
0.39%

Color #7463FE in popluar number systems.

HEX7463FE
Decimal11699254
Binary1110100110001111111110
Octal164143376

Shades and tints

Shades of #7463FE

#7463FE
(116,99,254)
#6A5AE7
(106,90,231)
#6051D0
(96,81,208)
#5648B9
(86,72,185)
#4C3FA2
(76,63,162)
#42368B
(66,54,139)
#382D74
(56,45,116)
#2E245D
(46,36,93)
#241B46
(36,27,70)
#1A122F
(26,18,47)
#100918
(16,9,24)
#000000
(0,0,0)

Tints of #7463FE

#7463FE
(116,99,254)
#8071FE
(128,113,254)
#8C7FFE
(140,127,254)
#988DFE
(152,141,254)
#A49BFE
(164,155,254)
#B0A9FE
(176,169,254)
#BCB7FE
(188,183,254)
#C8C5FE
(200,197,254)
#D4D3FE
(212,211,254)
#E0E1FE
(224,225,254)
#ECEFFE
(236,239,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7463FE color. Also use rgb(116,99,254) instead hex code.

Text Font Color

.myTextColor { color: #7463FE; }

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

This text font color is #7463FE.


Background Color

.myBgColor { background-color: #7463FE; }

<div style="background-color:#7463FE">Inner text</div>

This div background color is #7463FE.


Border color

.myBorderColor { border: 1px solid #7463FE; }

<div style="border:3px solid #7463FE">Div</div>

This div border color is #7463FE.


Opacity

.myOpacity80 { color: #7463FE; opacity: 0.8; }

<p style="color:#7463FE;opacity:0.8;">80%</p>

Text with #7463FE 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 #7463FE;}

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

This text has shadow with #7463FE color.

.textShadow {text-shadow: 3px 3px 1px #7463FE, 3px 3px 1px red;}

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

This text has shadow with #7463FE primary color and red secondary color.


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

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

This text has shadow with #7463FE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7463FE on black background.


Color preview on white background

This text has color #7463FE on white background.



Black color preview on #7463FE background

This text has black color on #7463FE background.


White color preview on #7463FE background

This text has white color on #7463FE background.