HEX: #7E63FB
RGB: (126,99,251)
#7E63FB contains mainly blue color. Web safe color of #7E63FB is #6666FF (or #66F).
#7E63FB color RGB value is (126,99,251).
RGB: (126,99,251)
(49%, 39%, 98%)
R 126 of 255 = 49%
G 99 of 255 = 39%
B 251 of 255 = 98%
R + G + B ~ 62%. #7E63FB is quite light color.
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'%
#7E63FB color CMYK value is (50,61,0,2).
CMYK: (50,61,0,2)
C50M61Y0K2 (50%, 61%, 0%, 2%)
(0.50 / 0.61 / 0.00 / 0.02)
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 of #7E63FB
Tints of #7E63FB
Examples of css and html codes for elements with #7E63FB color. Also use rgb(126,99,251) instead hex code.
.myTextColor { color: #7E63FB; }
<p style="color:#7E63FB">This sample text font color is #7E63FB.</p>
This text font color is #7E63FB.
.myBgColor { background-color: #7E63FB; }
<div style="background-color:#7E63FB">Inner text</div>
This div background color is #7E63FB.
.myBorderColor { border: 1px solid #7E63FB; }
<div style="border:3px solid #7E63FB">Div</div>
This div border color is #7E63FB.
.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%.
.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.
/* 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 text has color #7E63FB on black background.
This text has color #7E63FB on white background.
This text has black color on #7E63FB background.
This text has white color on #7E63FB background.
Complementary color for #hex is #819C04.