COLOR #7C7DBE

HEX: #7C7DBE
RGB: (124,125,190)

Color info

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

RGB color model

#7C7DBE color RGB value is (124,125,190).

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

RGB channels and saturation

R 124 of 255 = 49%
G 125 of 255 = 49%
B 190 of 255 = 75%

124
125
190

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

Portions of RGB colors in percentages

R + G + B =
124 + 125 + 190 = 439 (100%)
R 124 of 439 ~ 28.25%
G 125 of 439 ~ 28.47%
B 190 of 439 ~ 43.28%

%28.25
%28.47
%43.28

CMYK color model

#7C7DBE color CMYK value is (35,34,0,25).

  • cyan value is 34.74%
  • magenta value is 34.21%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(35,34,0,25)
C35M34Y0K25 
(35%,34%,0%,25%)
(0.35/0.34/0.00/0.25)	

CMYK percentages

%34.74
%34.21
%0
%25.49

Codes

Color #7C7DBE in popluar color models

7C7DBE
RGB124125190
HSL239°33.67%61.57%
HSB/HSV239°34.74%74.51%
CMYK34.74%34.21%0.00%
25.49%

Color #7C7DBE in popluar number systems.

HEX7C7DBE
Decimal124125190
Binary1111100111110110111110
Octal174175276

Shades and tints

Shades of #7C7DBE

#7C7DBE
(124,125,190)
#7172AD
(113,114,173)
#66679C
(102,103,156)
#5B5C8B
(91,92,139)
#50517A
(80,81,122)
#454669
(69,70,105)
#3A3B58
(58,59,88)
#2F3047
(47,48,71)
#242536
(36,37,54)
#191A25
(25,26,37)
#0E0F14
(14,15,20)
#000000
(0,0,0)

Tints of #7C7DBE

#7C7DBE
(124,125,190)
#8788C3
(135,136,195)
#9293C8
(146,147,200)
#9D9ECD
(157,158,205)
#A8A9D2
(168,169,210)
#B3B4D7
(179,180,215)
#BEBFDC
(190,191,220)
#C9CAE1
(201,202,225)
#D4D5E6
(212,213,230)
#DFE0EB
(223,224,235)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7DBE; }

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

This text font color is #7C7DBE.


Background Color

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

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

This div background color is #7C7DBE.


Border color

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

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

This div border color is #7C7DBE.


Opacity

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

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

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

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

This text has shadow with #7C7DBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7DBE on black background.


Color preview on white background

This text has color #7C7DBE on white background.



Black color preview on #7C7DBE background

This text has black color on #7C7DBE background.


White color preview on #7C7DBE background

This text has white color on #7C7DBE background.