COLOR #7C7DC9

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

124
125
201

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

Portions of RGB colors in percentages

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

%27.56
%27.78
%44.67

CMYK color model

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

  • cyan value is 38.31%
  • magenta value is 37.81%
  • 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

%38.31
%37.81
%0
%21.18

Codes

Color #7C7DC9 in popluar color models

7C7DC9
RGB124125201
HSL239°41.62%63.73%
HSB/HSV239°38.31%78.82%
CMYK38.31%37.81%0.00%
21.18%

Color #7C7DC9 in popluar number systems.

HEX7C7DC9
Decimal124125201
Binary1111100111110111001001
Octal174175311

Shades and tints

Shades of #7C7DC9

#7C7DC9
(124,125,201)
#7172B7
(113,114,183)
#6667A5
(102,103,165)
#5B5C93
(91,92,147)
#505181
(80,81,129)
#45466F
(69,70,111)
#3A3B5D
(58,59,93)
#2F304B
(47,48,75)
#242539
(36,37,57)
#191A27
(25,26,39)
#0E0F15
(14,15,21)
#000000
(0,0,0)

Tints of #7C7DC9

#7C7DC9
(124,125,201)
#8788CD
(135,136,205)
#9293D1
(146,147,209)
#9D9ED5
(157,158,213)
#A8A9D9
(168,169,217)
#B3B4DD
(179,180,221)
#BEBFE1
(190,191,225)
#C9CAE5
(201,202,229)
#D4D5E9
(212,213,233)
#DFE0ED
(223,224,237)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7DC9; }

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

This text font color is #7C7DC9.


Background Color

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

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

This div background color is #7C7DC9.


Border color

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

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

This div border color is #7C7DC9.


Opacity

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

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

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

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

This text has shadow with #7C7DC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7DC9 on black background.


Color preview on white background

This text has color #7C7DC9 on white background.



Black color preview on #7C7DC9 background

This text has black color on #7C7DC9 background.


White color preview on #7C7DC9 background

This text has white color on #7C7DC9 background.