COLOR #7D79F5

HEX: #7D79F5
RGB: (125,121,245)

Color info

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

RGB color model

#7D79F5 color RGB value is (125,121,245).

  • red value is 125;
  • green value is 121;
  • blue value is 245.
RGB:
(125,121,245)
(49%,47%,96%)

RGB channels and saturation

R 125 of 255 = 49%
G 121 of 255 = 47%
B 245 of 255 = 96%

125
121
245

R + G + B ~ 64%. #7D79F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 121 + 245 = 491 (100%)
R 125 of 491 ~ 25.46%
G 121 of 491 ~ 24.64%
B 245 of 491 ~ 49.9%

%25.46
%24.64
%49.9

CMYK color model

#7D79F5 color CMYK value is (49,51,0,4).

  • cyan value is 48.98%
  • magenta value is 50.61%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(49,51,0,4)
C49M51Y0K4 
(49%,51%,0%,4%)
(0.49/0.51/0.00/0.04)	

CMYK percentages

%48.98
%50.61
%0
%3.92

Codes

Color #7D79F5 in popluar color models

7D79F5
RGB125121245
HSL242°86.11%71.76%
HSB/HSV242°50.61%96.08%
CMYK48.98%50.61%0.00%
3.92%

Color #7D79F5 in popluar number systems.

HEX7D79F5
Decimal125121245
Binary1111101111100111110101
Octal175171365

Shades and tints

Shades of #7D79F5

#7D79F5
(125,121,245)
#726EDF
(114,110,223)
#6763C9
(103,99,201)
#5C58B3
(92,88,179)
#514D9D
(81,77,157)
#464287
(70,66,135)
#3B3771
(59,55,113)
#302C5B
(48,44,91)
#252145
(37,33,69)
#1A162F
(26,22,47)
#0F0B19
(15,11,25)
#000000
(0,0,0)

Tints of #7D79F5

#7D79F5
(125,121,245)
#8885F5
(136,133,245)
#9391F5
(147,145,245)
#9E9DF5
(158,157,245)
#A9A9F5
(169,169,245)
#B4B5F5
(180,181,245)
#BFC1F5
(191,193,245)
#CACDF5
(202,205,245)
#D5D9F5
(213,217,245)
#E0E5F5
(224,229,245)
#EBF1F5
(235,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D79F5 color. Also use rgb(125,121,245) instead hex code.

Text Font Color

.myTextColor { color: #7D79F5; }

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

This text font color is #7D79F5.


Background Color

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

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

This div background color is #7D79F5.


Border color

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

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

This div border color is #7D79F5.


Opacity

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

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

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

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

This text has shadow with #7D79F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D79F5 on black background.


Color preview on white background

This text has color #7D79F5 on white background.



Black color preview on #7D79F5 background

This text has black color on #7D79F5 background.


White color preview on #7D79F5 background

This text has white color on #7D79F5 background.