COLOR #7E63FB

HEX: #7E63FB RGB: (126,99,251)

Color info

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

RGB color model

#7E63FB color RGB value is (126,99,251).

RGB: (126,99,251) (49%, 39%, 98%)

RGB channels and saturation

R 126 of 255 = 49%
G 99 of 255 = 39%
B 251 of 255 = 98%

126
99
251

R + G + B ~ 62%. #7E63FB is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 99 + 251 = 476 (100%)
R 126 of 476 ~ 26.47%
G 99 of 476 ~ 20.8%
B 251 of 476 ~ 52.73'%

%26.47
%20.8
%52.73

CMYK color model

#7E63FB color CMYK value is (50,61,0,2).

  • cyan value is 49.80%
  • magenta value is 60.56%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (50,61,0,2)
C50M61Y0K2 (50%, 61%, 0%, 2%)
(0.50 / 0.61 / 0.00 / 0.02)

CMYK percentages

%49.8
%60.56
%0
%1.57

Codes

Color #7E63FB in popluar color models

7E 63 FB
RGB 126 99 251
HSL 251° 95.00% 68.63%
HSB/HSV 251° 60.56% 98.43%
CMYK 49.80% 60.56% 0.00%
1.57%

Color #7E63FB in popluar number systems.

HEX 7E 63 FB
Decimal 126 99 251
Binary 1111110 1100011 11111011
Octal 176 143 373

Shades and tints

Shades of #7E63FB

#7E63FB
(126,99,251)
#735AE5
(115,90,229)
#6851CF
(104,81,207)
#5D48B9
(93,72,185)
#523FA3
(82,63,163)
#47368D
(71,54,141)
#3C2D77
(60,45,119)
#312461
(49,36,97)
#261B4B
(38,27,75)
#1B1235
(27,18,53)
#10091F
(16,9,31)
#000000
(0,0,0)

Tints of #7E63FB

#7E63FB
(126,99,251)
#8971FB
(137,113,251)
#947FFB
(148,127,251)
#9F8DFB
(159,141,251)
#AA9BFB
(170,155,251)
#B5A9FB
(181,169,251)
#C0B7FB
(192,183,251)
#CBC5FB
(203,197,251)
#D6D3FB
(214,211,251)
#E1E1FB
(225,225,251)
#ECEFFB
(236,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E63FB color. Also use rgb(126,99,251) instead hex code.

Text Font Color

.myTextColor { color: #7E63FB; }

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

This text font color is #7E63FB.

Background Color

.myBgColor { background-color: #7E63FB; }

<div style="background-color:#7E63FB">Inner text</div>

This div background color is #7E63FB.

Border color

.myBorderColor { border: 1px solid #7E63FB; }

<div style="border:3px solid #7E63FB">Div</div>

This div border color is #7E63FB.

Opacity

.myOpacity80 { color: #7E63FB; opacity: 0.8; }

<p style="color:#7E63FB;opacity:0.8;">80%</p>

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

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

This text has shadow with #7E63FB color.


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

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

This text has shadow with #7E63FB primary color and red secondary color.


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

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

This text has shadow with #7E63FB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7E63FB.

Preview

Color preview on black background

This text has color #7E63FB on black background.


Color preview on white background

This text has color #7E63FB on white background.


Black color preview on #7E63FB background

This text has black color on #7E63FB background.


White color preview on #7E63FB background

This text has white color on #7E63FB background.


Related colors

Complementary color

Complementary color for #hex is #819C04.


I love getcolorcode.com

Triadic colors

1 #FB7E63 and #63FB7E with #7E63FB are triadic colors.

2 #FB637E and #637EFB with #7E63FB are triadic colors.