COLOR #7D79D1

HEX: #7D79D1
RGB: (125,121,209)

Color info

#7D79D1 contains mainly blue color. Web safe color of #7D79D1 is #6666CC (or #66C).

RGB color model

#7D79D1 color RGB value is (125,121,209).

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

RGB channels and saturation

R 125 of 255 = 49%
G 121 of 255 = 47%
B 209 of 255 = 82%

125
121
209

R + G + B ~ 59%. #7D79D1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
125 + 121 + 209 = 455 (100%)
R 125 of 455 ~ 27.47%
G 121 of 455 ~ 26.59%
B 209 of 455 ~ 45.93%

%27.47
%26.59
%45.93

CMYK color model

#7D79D1 color CMYK value is (40,42,0,18).

  • cyan value is 40.19%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(40,42,0,18)
C40M42Y0K18 
(40%,42%,0%,18%)
(0.40/0.42/0.00/0.18)	

CMYK percentages

%40.19
%42.11
%0
%18.04

Codes

Color #7D79D1 in popluar color models

7D79D1
RGB125121209
HSL243°48.89%64.71%
HSB/HSV243°42.11%81.96%
CMYK40.19%42.11%0.00%
18.04%

Color #7D79D1 in popluar number systems.

HEX7D79D1
Decimal125121209
Binary1111101111100111010001
Octal175171321

Shades and tints

Shades of #7D79D1

#7D79D1
(125,121,209)
#726EBE
(114,110,190)
#6763AB
(103,99,171)
#5C5898
(92,88,152)
#514D85
(81,77,133)
#464272
(70,66,114)
#3B375F
(59,55,95)
#302C4C
(48,44,76)
#252139
(37,33,57)
#1A1626
(26,22,38)
#0F0B13
(15,11,19)
#000000
(0,0,0)

Tints of #7D79D1

#7D79D1
(125,121,209)
#8885D5
(136,133,213)
#9391D9
(147,145,217)
#9E9DDD
(158,157,221)
#A9A9E1
(169,169,225)
#B4B5E5
(180,181,229)
#BFC1E9
(191,193,233)
#CACDED
(202,205,237)
#D5D9F1
(213,217,241)
#E0E5F5
(224,229,245)
#EBF1F9
(235,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D79D1; }

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

This text font color is #7D79D1.


Background Color

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

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

This div background color is #7D79D1.


Border color

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

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

This div border color is #7D79D1.


Opacity

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

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

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

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

This text has shadow with #7D79D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D79D1 on black background.


Color preview on white background

This text has color #7D79D1 on white background.



Black color preview on #7D79D1 background

This text has black color on #7D79D1 background.


White color preview on #7D79D1 background

This text has white color on #7D79D1 background.