COLOR #7626FD

HEX: #7626FD
RGB: (118,38,253)

Color info

#7626FD contains mainly blue color. Web safe color of #7626FD is #6633FF (or #63F).

RGB color model

#7626FD color RGB value is (118,38,253).

  • red value is 118;
  • green value is 38;
  • blue value is 253.
RGB:
(118,38,253)
(46%,15%,99%)

RGB channels and saturation

R 118 of 255 = 46%
G 38 of 255 = 15%
B 253 of 255 = 99%

118
38
253

R + G + B ~ 53%. #7626FD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 38 + 253 = 409 (100%)
R 118 of 409 ~ 28.85%
G 38 of 409 ~ 9.29%
B 253 of 409 ~ 61.86%

%28.85
%61.86

CMYK color model

#7626FD color CMYK value is (53,85,0,1).

  • cyan value is 53.36%
  • magenta value is 84.98%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(53,85,0,1)
C53M85Y0K1 
(53%,85%,0%,1%)
(0.53/0.85/0.00/0.01)	

CMYK percentages

%53.36
%84.98
%0
%0.78

Codes

Color #7626FD in popluar color models

7626FD
RGB11838253
HSL262°98.17%57.06%
HSB/HSV262°84.98%99.22%
CMYK53.36%84.98%0.00%
0.78%

Color #7626FD in popluar number systems.

HEX7626FD
Decimal11838253
Binary111011010011011111101
Octal16646375

Shades and tints

Shades of #7626FD

#7626FD
(118,38,253)
#6C23E6
(108,35,230)
#6220CF
(98,32,207)
#581DB8
(88,29,184)
#4E1AA1
(78,26,161)
#44178A
(68,23,138)
#3A1473
(58,20,115)
#30115C
(48,17,92)
#260E45
(38,14,69)
#1C0B2E
(28,11,46)
#120817
(18,8,23)
#000000
(0,0,0)

Tints of #7626FD

#7626FD
(118,38,253)
#8239FD
(130,57,253)
#8E4CFD
(142,76,253)
#9A5FFD
(154,95,253)
#A672FD
(166,114,253)
#B285FD
(178,133,253)
#BE98FD
(190,152,253)
#CAABFD
(202,171,253)
#D6BEFD
(214,190,253)
#E2D1FD
(226,209,253)
#EEE4FD
(238,228,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7626FD color. Also use rgb(118,38,253) instead hex code.

Text Font Color

.myTextColor { color: #7626FD; }

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

This text font color is #7626FD.


Background Color

.myBgColor { background-color: #7626FD; }

<div style="background-color:#7626FD">Inner text</div>

This div background color is #7626FD.


Border color

.myBorderColor { border: 1px solid #7626FD; }

<div style="border:3px solid #7626FD">Div</div>

This div border color is #7626FD.


Opacity

.myOpacity80 { color: #7626FD; opacity: 0.8; }

<p style="color:#7626FD;opacity:0.8;">80%</p>

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

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

This text has shadow with #7626FD color.

.textShadow {text-shadow: 3px 3px 1px #7626FD, 3px 3px 1px red;}

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

This text has shadow with #7626FD primary color and red secondary color.


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

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

This text has shadow with #7626FD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7626FD on black background.


Color preview on white background

This text has color #7626FD on white background.



Black color preview on #7626FD background

This text has black color on #7626FD background.


White color preview on #7626FD background

This text has white color on #7626FD background.