COLOR #7D7CC9

HEX: #7D7CC9
RGB: (125,124,201)

Color info

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

RGB color model

#7D7CC9 color RGB value is (125,124,201).

  • red value is 125;
  • green value is 124;
  • blue value is 201.
RGB:
(125,124,201)
(49%,49%,79%)

RGB channels and saturation

R 125 of 255 = 49%
G 124 of 255 = 49%
B 201 of 255 = 79%

125
124
201

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

Portions of RGB colors in percentages

R + G + B =
125 + 124 + 201 = 450 (100%)
R 125 of 450 ~ 27.78%
G 124 of 450 ~ 27.56%
B 201 of 450 ~ 44.67%

%27.78
%27.56
%44.67

CMYK color model

#7D7CC9 color CMYK value is (38,38,0,21).

  • cyan value is 37.81%
  • magenta value is 38.31%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(38,38,0,21)
C38M38Y0K21 
(38%,38%,0%,21%)
(0.38/0.38/0.00/0.21)	

CMYK percentages

%37.81
%38.31
%0
%21.18

Codes

Color #7D7CC9 in popluar color models

7D7CC9
RGB125124201
HSL241°41.62%63.73%
HSB/HSV241°38.31%78.82%
CMYK37.81%38.31%0.00%
21.18%

Color #7D7CC9 in popluar number systems.

HEX7D7CC9
Decimal125124201
Binary1111101111110011001001
Octal175174311

Shades and tints

Shades of #7D7CC9

#7D7CC9
(125,124,201)
#7271B7
(114,113,183)
#6766A5
(103,102,165)
#5C5B93
(92,91,147)
#515081
(81,80,129)
#46456F
(70,69,111)
#3B3A5D
(59,58,93)
#302F4B
(48,47,75)
#252439
(37,36,57)
#1A1927
(26,25,39)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #7D7CC9

#7D7CC9
(125,124,201)
#8887CD
(136,135,205)
#9392D1
(147,146,209)
#9E9DD5
(158,157,213)
#A9A8D9
(169,168,217)
#B4B3DD
(180,179,221)
#BFBEE1
(191,190,225)
#CAC9E5
(202,201,229)
#D5D4E9
(213,212,233)
#E0DFED
(224,223,237)
#EBEAF1
(235,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7CC9 color. Also use rgb(125,124,201) instead hex code.

Text Font Color

.myTextColor { color: #7D7CC9; }

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

This text font color is #7D7CC9.


Background Color

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

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

This div background color is #7D7CC9.


Border color

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

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

This div border color is #7D7CC9.


Opacity

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

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

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

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

This text has shadow with #7D7CC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7CC9 on black background.


Color preview on white background

This text has color #7D7CC9 on white background.



Black color preview on #7D7CC9 background

This text has black color on #7D7CC9 background.


White color preview on #7D7CC9 background

This text has white color on #7D7CC9 background.