COLOR #7D7CBB

HEX: #7D7CBB
RGB: (125,124,187)

Color info

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

RGB color model

#7D7CBB color RGB value is (125,124,187).

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

RGB channels and saturation

R 125 of 255 = 49%
G 124 of 255 = 49%
B 187 of 255 = 73%

125
124
187

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

Portions of RGB colors in percentages

R + G + B =
125 + 124 + 187 = 436 (100%)
R 125 of 436 ~ 28.67%
G 124 of 436 ~ 28.44%
B 187 of 436 ~ 42.89%

%28.67
%28.44
%42.89

CMYK color model

#7D7CBB color CMYK value is (33,34,0,27).

  • cyan value is 33.16%
  • magenta value is 33.69%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(33,34,0,27)
C33M34Y0K27 
(33%,34%,0%,27%)
(0.33/0.34/0.00/0.27)	

CMYK percentages

%33.16
%33.69
%0
%26.67

Codes

Color #7D7CBB in popluar color models

7D7CBB
RGB125124187
HSL241°31.66%60.98%
HSB/HSV241°33.69%73.33%
CMYK33.16%33.69%0.00%
26.67%

Color #7D7CBB in popluar number systems.

HEX7D7CBB
Decimal125124187
Binary1111101111110010111011
Octal175174273

Shades and tints

Shades of #7D7CBB

#7D7CBB
(125,124,187)
#7271AA
(114,113,170)
#676699
(103,102,153)
#5C5B88
(92,91,136)
#515077
(81,80,119)
#464566
(70,69,102)
#3B3A55
(59,58,85)
#302F44
(48,47,68)
#252433
(37,36,51)
#1A1922
(26,25,34)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #7D7CBB

#7D7CBB
(125,124,187)
#8887C1
(136,135,193)
#9392C7
(147,146,199)
#9E9DCD
(158,157,205)
#A9A8D3
(169,168,211)
#B4B3D9
(180,179,217)
#BFBEDF
(191,190,223)
#CAC9E5
(202,201,229)
#D5D4EB
(213,212,235)
#E0DFF1
(224,223,241)
#EBEAF7
(235,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7CBB; }

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

This text font color is #7D7CBB.


Background Color

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

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

This div background color is #7D7CBB.


Border color

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

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

This div border color is #7D7CBB.


Opacity

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

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

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

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

This text has shadow with #7D7CBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7CBB on black background.


Color preview on white background

This text has color #7D7CBB on white background.



Black color preview on #7D7CBB background

This text has black color on #7D7CBB background.


White color preview on #7D7CBB background

This text has white color on #7D7CBB background.