COLOR #7D7FDF

HEX: #7D7FDF
RGB: (125,127,223)

Color info

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

RGB color model

#7D7FDF color RGB value is (125,127,223).

  • red value is 125;
  • green value is 127;
  • blue value is 223.
RGB:
(125,127,223)
(49%,50%,87%)

RGB channels and saturation

R 125 of 255 = 49%
G 127 of 255 = 50%
B 223 of 255 = 87%

125
127
223

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

Portions of RGB colors in percentages

R + G + B =
125 + 127 + 223 = 475 (100%)
R 125 of 475 ~ 26.32%
G 127 of 475 ~ 26.74%
B 223 of 475 ~ 46.95%

%26.32
%26.74
%46.95

CMYK color model

#7D7FDF color CMYK value is (44,43,0,13).

  • cyan value is 43.95%
  • magenta value is 43.05%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(44,43,0,13)
C44M43Y0K13 
(44%,43%,0%,13%)
(0.44/0.43/0.00/0.13)	

CMYK percentages

%43.95
%43.05
%0
%12.55

Codes

Color #7D7FDF in popluar color models

7D7FDF
RGB125127223
HSL239°60.49%68.24%
HSB/HSV239°43.95%87.45%
CMYK43.95%43.05%0.00%
12.55%

Color #7D7FDF in popluar number systems.

HEX7D7FDF
Decimal125127223
Binary1111101111111111011111
Octal175177337

Shades and tints

Shades of #7D7FDF

#7D7FDF
(125,127,223)
#7274CB
(114,116,203)
#6769B7
(103,105,183)
#5C5EA3
(92,94,163)
#51538F
(81,83,143)
#46487B
(70,72,123)
#3B3D67
(59,61,103)
#303253
(48,50,83)
#25273F
(37,39,63)
#1A1C2B
(26,28,43)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #7D7FDF

#7D7FDF
(125,127,223)
#888AE1
(136,138,225)
#9395E3
(147,149,227)
#9EA0E5
(158,160,229)
#A9ABE7
(169,171,231)
#B4B6E9
(180,182,233)
#BFC1EB
(191,193,235)
#CACCED
(202,204,237)
#D5D7EF
(213,215,239)
#E0E2F1
(224,226,241)
#EBEDF3
(235,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7FDF color. Also use rgb(125,127,223) instead hex code.

Text Font Color

.myTextColor { color: #7D7FDF; }

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

This text font color is #7D7FDF.


Background Color

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

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

This div background color is #7D7FDF.


Border color

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

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

This div border color is #7D7FDF.


Opacity

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

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

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

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

This text has shadow with #7D7FDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7FDF on black background.


Color preview on white background

This text has color #7D7FDF on white background.



Black color preview on #7D7FDF background

This text has black color on #7D7FDF background.


White color preview on #7D7FDF background

This text has white color on #7D7FDF background.