COLOR #7D66B5

HEX: #7D66B5
RGB: (125,102,181)

Color info

#7D66B5 contains mainly red and blue colors. Web safe color of #7D66B5 is #6666CC (or #66C).

RGB color model

#7D66B5 color RGB value is (125,102,181).

  • red value is 125;
  • green value is 102;
  • blue value is 181.
RGB:
(125,102,181)
(49%,40%,71%)

RGB channels and saturation

R 125 of 255 = 49%
G 102 of 255 = 40%
B 181 of 255 = 71%

125
102
181

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

Portions of RGB colors in percentages

R + G + B =
125 + 102 + 181 = 408 (100%)
R 125 of 408 ~ 30.64%
G 102 of 408 ~ 25%
B 181 of 408 ~ 44.36%

%30.64
%25
%44.36

CMYK color model

#7D66B5 color CMYK value is (31,44,0,29).

  • cyan value is 30.94%
  • magenta value is 43.65%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(31,44,0,29)
C31M44Y0K29 
(31%,44%,0%,29%)
(0.31/0.44/0.00/0.29)	

CMYK percentages

%30.94
%43.65
%0
%29.02

Codes

Color #7D66B5 in popluar color models

7D66B5
RGB125102181
HSL257°34.80%55.49%
HSB/HSV257°43.65%70.98%
CMYK30.94%43.65%0.00%
29.02%

Color #7D66B5 in popluar number systems.

HEX7D66B5
Decimal125102181
Binary1111101110011010110101
Octal175146265

Shades and tints

Shades of #7D66B5

#7D66B5
(125,102,181)
#725DA5
(114,93,165)
#675495
(103,84,149)
#5C4B85
(92,75,133)
#514275
(81,66,117)
#463965
(70,57,101)
#3B3055
(59,48,85)
#302745
(48,39,69)
#251E35
(37,30,53)
#1A1525
(26,21,37)
#0F0C15
(15,12,21)
#000000
(0,0,0)

Tints of #7D66B5

#7D66B5
(125,102,181)
#8873BB
(136,115,187)
#9380C1
(147,128,193)
#9E8DC7
(158,141,199)
#A99ACD
(169,154,205)
#B4A7D3
(180,167,211)
#BFB4D9
(191,180,217)
#CAC1DF
(202,193,223)
#D5CEE5
(213,206,229)
#E0DBEB
(224,219,235)
#EBE8F1
(235,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D66B5 color. Also use rgb(125,102,181) instead hex code.

Text Font Color

.myTextColor { color: #7D66B5; }

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

This text font color is #7D66B5.


Background Color

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

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

This div background color is #7D66B5.


Border color

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

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

This div border color is #7D66B5.


Opacity

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

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

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

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

This text has shadow with #7D66B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D66B5 on black background.


Color preview on white background

This text has color #7D66B5 on white background.



Black color preview on #7D66B5 background

This text has black color on #7D66B5 background.


White color preview on #7D66B5 background

This text has white color on #7D66B5 background.