COLOR #7D7CBE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

125
124
190

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

Portions of RGB colors in percentages

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

%28.47
%28.25
%43.28

CMYK color model

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

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

CMYK percentages

%34.21
%34.74
%0
%25.49

Codes

Color #7D7CBE in popluar color models

7D7CBE
RGB125124190
HSL241°33.67%61.57%
HSB/HSV241°34.74%74.51%
CMYK34.21%34.74%0.00%
25.49%

Color #7D7CBE in popluar number systems.

HEX7D7CBE
Decimal125124190
Binary1111101111110010111110
Octal175174276

Shades and tints

Shades of #7D7CBE

#7D7CBE
(125,124,190)
#7271AD
(114,113,173)
#67669C
(103,102,156)
#5C5B8B
(92,91,139)
#51507A
(81,80,122)
#464569
(70,69,105)
#3B3A58
(59,58,88)
#302F47
(48,47,71)
#252436
(37,36,54)
#1A1925
(26,25,37)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #7D7CBE

#7D7CBE
(125,124,190)
#8887C3
(136,135,195)
#9392C8
(147,146,200)
#9E9DCD
(158,157,205)
#A9A8D2
(169,168,210)
#B4B3D7
(180,179,215)
#BFBEDC
(191,190,220)
#CAC9E1
(202,201,225)
#D5D4E6
(213,212,230)
#E0DFEB
(224,223,235)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7CBE; }

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

This text font color is #7D7CBE.


Background Color

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

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

This div background color is #7D7CBE.


Border color

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

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

This div border color is #7D7CBE.


Opacity

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

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

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

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

This text has shadow with #7D7CBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7CBE on black background.


Color preview on white background

This text has color #7D7CBE on white background.



Black color preview on #7D7CBE background

This text has black color on #7D7CBE background.


White color preview on #7D7CBE background

This text has white color on #7D7CBE background.