COLOR #7D68D8

HEX: #7D68D8
RGB: (125,104,216)

Color info

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

RGB color model

#7D68D8 color RGB value is (125,104,216).

  • red value is 125;
  • green value is 104;
  • blue value is 216.
RGB:
(125,104,216)
(49%,41%,85%)

RGB channels and saturation

R 125 of 255 = 49%
G 104 of 255 = 41%
B 216 of 255 = 85%

125
104
216

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

Portions of RGB colors in percentages

R + G + B =
125 + 104 + 216 = 445 (100%)
R 125 of 445 ~ 28.09%
G 104 of 445 ~ 23.37%
B 216 of 445 ~ 48.54%

%28.09
%23.37
%48.54

CMYK color model

#7D68D8 color CMYK value is (42,52,0,15).

  • cyan value is 42.13%
  • magenta value is 51.85%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(42,52,0,15)
C42M52Y0K15 
(42%,52%,0%,15%)
(0.42/0.52/0.00/0.15)	

CMYK percentages

%42.13
%51.85
%0
%15.29

Codes

Color #7D68D8 in popluar color models

7D68D8
RGB125104216
HSL251°58.95%62.75%
HSB/HSV251°51.85%84.71%
CMYK42.13%51.85%0.00%
15.29%

Color #7D68D8 in popluar number systems.

HEX7D68D8
Decimal125104216
Binary1111101110100011011000
Octal175150330

Shades and tints

Shades of #7D68D8

#7D68D8
(125,104,216)
#725FC5
(114,95,197)
#6756B2
(103,86,178)
#5C4D9F
(92,77,159)
#51448C
(81,68,140)
#463B79
(70,59,121)
#3B3266
(59,50,102)
#302953
(48,41,83)
#252040
(37,32,64)
#1A172D
(26,23,45)
#0F0E1A
(15,14,26)
#000000
(0,0,0)

Tints of #7D68D8

#7D68D8
(125,104,216)
#8875DB
(136,117,219)
#9382DE
(147,130,222)
#9E8FE1
(158,143,225)
#A99CE4
(169,156,228)
#B4A9E7
(180,169,231)
#BFB6EA
(191,182,234)
#CAC3ED
(202,195,237)
#D5D0F0
(213,208,240)
#E0DDF3
(224,221,243)
#EBEAF6
(235,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D68D8 color. Also use rgb(125,104,216) instead hex code.

Text Font Color

.myTextColor { color: #7D68D8; }

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

This text font color is #7D68D8.


Background Color

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

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

This div background color is #7D68D8.


Border color

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

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

This div border color is #7D68D8.


Opacity

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

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

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

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

This text has shadow with #7D68D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D68D8 on black background.


Color preview on white background

This text has color #7D68D8 on white background.



Black color preview on #7D68D8 background

This text has black color on #7D68D8 background.


White color preview on #7D68D8 background

This text has white color on #7D68D8 background.