COLOR #7D7FC2

HEX: #7D7FC2
RGB: (125,127,194)

Color info

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

RGB color model

#7D7FC2 color RGB value is (125,127,194).

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

RGB channels and saturation

R 125 of 255 = 49%
G 127 of 255 = 50%
B 194 of 255 = 76%

125
127
194

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

Portions of RGB colors in percentages

R + G + B =
125 + 127 + 194 = 446 (100%)
R 125 of 446 ~ 28.03%
G 127 of 446 ~ 28.48%
B 194 of 446 ~ 43.5%

%28.03
%28.48
%43.5

CMYK color model

#7D7FC2 color CMYK value is (36,35,0,24).

  • cyan value is 35.57%
  • magenta value is 34.54%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(36,35,0,24)
C36M35Y0K24 
(36%,35%,0%,24%)
(0.36/0.35/0.00/0.24)	

CMYK percentages

%35.57
%34.54
%0
%23.92

Codes

Color #7D7FC2 in popluar color models

7D7FC2
RGB125127194
HSL238°36.13%62.55%
HSB/HSV238°35.57%76.08%
CMYK35.57%34.54%0.00%
23.92%

Color #7D7FC2 in popluar number systems.

HEX7D7FC2
Decimal125127194
Binary1111101111111111000010
Octal175177302

Shades and tints

Shades of #7D7FC2

#7D7FC2
(125,127,194)
#7274B1
(114,116,177)
#6769A0
(103,105,160)
#5C5E8F
(92,94,143)
#51537E
(81,83,126)
#46486D
(70,72,109)
#3B3D5C
(59,61,92)
#30324B
(48,50,75)
#25273A
(37,39,58)
#1A1C29
(26,28,41)
#0F1118
(15,17,24)
#000000
(0,0,0)

Tints of #7D7FC2

#7D7FC2
(125,127,194)
#888AC7
(136,138,199)
#9395CC
(147,149,204)
#9EA0D1
(158,160,209)
#A9ABD6
(169,171,214)
#B4B6DB
(180,182,219)
#BFC1E0
(191,193,224)
#CACCE5
(202,204,229)
#D5D7EA
(213,215,234)
#E0E2EF
(224,226,239)
#EBEDF4
(235,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7FC2; }

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

This text font color is #7D7FC2.


Background Color

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

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

This div background color is #7D7FC2.


Border color

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

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

This div border color is #7D7FC2.


Opacity

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

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

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

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

This text has shadow with #7D7FC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7FC2 on black background.


Color preview on white background

This text has color #7D7FC2 on white background.



Black color preview on #7D7FC2 background

This text has black color on #7D7FC2 background.


White color preview on #7D7FC2 background

This text has white color on #7D7FC2 background.