COLOR #7D7FDC

HEX: #7D7FDC
RGB: (125,127,220)

Color info

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

RGB color model

#7D7FDC color RGB value is (125,127,220).

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

RGB channels and saturation

R 125 of 255 = 49%
G 127 of 255 = 50%
B 220 of 255 = 86%

125
127
220

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

Portions of RGB colors in percentages

R + G + B =
125 + 127 + 220 = 472 (100%)
R 125 of 472 ~ 26.48%
G 127 of 472 ~ 26.91%
B 220 of 472 ~ 46.61%

%26.48
%26.91
%46.61

CMYK color model

#7D7FDC color CMYK value is (43,42,0,14).

  • cyan value is 43.18%
  • magenta value is 42.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(43,42,0,14)
C43M42Y0K14 
(43%,42%,0%,14%)
(0.43/0.42/0.00/0.14)	

CMYK percentages

%43.18
%42.27
%0
%13.73

Codes

Color #7D7FDC in popluar color models

7D7FDC
RGB125127220
HSL239°57.58%67.65%
HSB/HSV239°43.18%86.27%
CMYK43.18%42.27%0.00%
13.73%

Color #7D7FDC in popluar number systems.

HEX7D7FDC
Decimal125127220
Binary1111101111111111011100
Octal175177334

Shades and tints

Shades of #7D7FDC

#7D7FDC
(125,127,220)
#7274C8
(114,116,200)
#6769B4
(103,105,180)
#5C5EA0
(92,94,160)
#51538C
(81,83,140)
#464878
(70,72,120)
#3B3D64
(59,61,100)
#303250
(48,50,80)
#25273C
(37,39,60)
#1A1C28
(26,28,40)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #7D7FDC

#7D7FDC
(125,127,220)
#888ADF
(136,138,223)
#9395E2
(147,149,226)
#9EA0E5
(158,160,229)
#A9ABE8
(169,171,232)
#B4B6EB
(180,182,235)
#BFC1EE
(191,193,238)
#CACCF1
(202,204,241)
#D5D7F4
(213,215,244)
#E0E2F7
(224,226,247)
#EBEDFA
(235,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7FDC; }

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

This text font color is #7D7FDC.


Background Color

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

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

This div background color is #7D7FDC.


Border color

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

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

This div border color is #7D7FDC.


Opacity

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

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

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

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

This text has shadow with #7D7FDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7FDC on black background.


Color preview on white background

This text has color #7D7FDC on white background.



Black color preview on #7D7FDC background

This text has black color on #7D7FDC background.


White color preview on #7D7FDC background

This text has white color on #7D7FDC background.