COLOR #7C7DEB

HEX: #7C7DEB RGB: (124,125,235)

Color info

#7C7DEB contains mainly blue color. Web safe color of #7C7DEB is #6666FF (or #66F).

RGB color model

#7C7DEB color RGB value is (124,125,235).

RGB: (124,125,235) (49%, 49%, 92%)

RGB channels and saturation

R 124 of 255 = 49%
G 125 of 255 = 49%
B 235 of 255 = 92%

124
125
235

R + G + B ~ 63%. #7C7DEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 125 + 235 = 484 (100%)
R 124 of 484 ~ 25.62%
G 125 of 484 ~ 25.83%
B 235 of 484 ~ 48.55'%

%25.62
%25.83
%48.55

CMYK color model

#7C7DEB color CMYK value is (47,47,0,8).

  • cyan value is 47.23%
  • magenta value is 46.81%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (47,47,0,8)
C47M47Y0K8 (47%, 47%, 0%, 8%)
(0.47 / 0.47 / 0.00 / 0.08)

CMYK percentages

%47.23
%46.81
%0
%7.84

Codes

Color #7C7DEB in popluar color models

7C 7D EB
RGB 124 125 235
HSL 239° 73.51% 70.39%
HSB/HSV 239° 47.23% 92.16%
CMYK 47.23% 46.81% 0.00%
7.84%

Color #7C7DEB in popluar number systems.

HEX 7C 7D EB
Decimal 124 125 235
Binary 1111100 1111101 11101011
Octal 174 175 353

Shades and tints

Shades of #7C7DEB

#7C7DEB
(124,125,235)
#7172D6
(113,114,214)
#6667C1
(102,103,193)
#5B5CAC
(91,92,172)
#505197
(80,81,151)
#454682
(69,70,130)
#3A3B6D
(58,59,109)
#2F3058
(47,48,88)
#242543
(36,37,67)
#191A2E
(25,26,46)
#0E0F19
(14,15,25)
#000000
(0,0,0)

Tints of #7C7DEB

#7C7DEB
(124,125,235)
#8788EC
(135,136,236)
#9293ED
(146,147,237)
#9D9EEE
(157,158,238)
#A8A9EF
(168,169,239)
#B3B4F0
(179,180,240)
#BEBFF1
(190,191,241)
#C9CAF2
(201,202,242)
#D4D5F3
(212,213,243)
#DFE0F4
(223,224,244)
#EAEBF5
(234,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7DEB; }

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

This text font color is #7C7DEB.

Background Color

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

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

This div background color is #7C7DEB.

Border color

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

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

This div border color is #7C7DEB.

Opacity

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

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

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

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

This text has shadow with #7C7DEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7DEB.

Preview

Color preview on black background

This text has color #7C7DEB on black background.


Color preview on white background

This text has color #7C7DEB on white background.


Black color preview on #7C7DEB background

This text has black color on #7C7DEB background.


White color preview on #7C7DEB background

This text has white color on #7C7DEB background.


Related colors

Complementary color

Complementary color for #hex is #838214.


I love getcolorcode.com

Triadic colors

1 #EB7C7D and #7DEB7C with #7C7DEB are triadic colors.

2 #EB7D7C and #7D7CEB with #7C7DEB are triadic colors.