COLOR #7D69BE

HEX: #7D69BE
RGB: (125,105,190)

Color info

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

RGB color model

#7D69BE color RGB value is (125,105,190).

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

RGB channels and saturation

R 125 of 255 = 49%
G 105 of 255 = 41%
B 190 of 255 = 75%

125
105
190

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

Portions of RGB colors in percentages

R + G + B =
125 + 105 + 190 = 420 (100%)
R 125 of 420 ~ 29.76%
G 105 of 420 ~ 25%
B 190 of 420 ~ 45.24%

%29.76
%25
%45.24

CMYK color model

#7D69BE color CMYK value is (34,45,0,25).

  • cyan value is 34.21%
  • magenta value is 44.74%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(34,45,0,25)
C34M45Y0K25 
(34%,45%,0%,25%)
(0.34/0.45/0.00/0.25)	

CMYK percentages

%34.21
%44.74
%0
%25.49

Codes

Color #7D69BE in popluar color models

7D69BE
RGB125105190
HSL254°39.53%57.84%
HSB/HSV254°44.74%74.51%
CMYK34.21%44.74%0.00%
25.49%

Color #7D69BE in popluar number systems.

HEX7D69BE
Decimal125105190
Binary1111101110100110111110
Octal175151276

Shades and tints

Shades of #7D69BE

#7D69BE
(125,105,190)
#7260AD
(114,96,173)
#67579C
(103,87,156)
#5C4E8B
(92,78,139)
#51457A
(81,69,122)
#463C69
(70,60,105)
#3B3358
(59,51,88)
#302A47
(48,42,71)
#252136
(37,33,54)
#1A1825
(26,24,37)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #7D69BE

#7D69BE
(125,105,190)
#8876C3
(136,118,195)
#9383C8
(147,131,200)
#9E90CD
(158,144,205)
#A99DD2
(169,157,210)
#B4AAD7
(180,170,215)
#BFB7DC
(191,183,220)
#CAC4E1
(202,196,225)
#D5D1E6
(213,209,230)
#E0DEEB
(224,222,235)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D69BE; }

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

This text font color is #7D69BE.


Background Color

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

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

This div background color is #7D69BE.


Border color

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

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

This div border color is #7D69BE.


Opacity

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

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

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

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

This text has shadow with #7D69BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D69BE on black background.


Color preview on white background

This text has color #7D69BE on white background.



Black color preview on #7D69BE background

This text has black color on #7D69BE background.


White color preview on #7D69BE background

This text has white color on #7D69BE background.