COLOR #7D6EDD

HEX: #7D6EDD
RGB: (125,110,221)

Renk bilgisi

#7D6EDD contains mainly blue color. #7D6EDD ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#7D6EDD color RGB value is (125,110,221).

  • kırmız ton 125;
  • yeşil ton 110;
  • mavi ton 221.
RGB:
(125,110,221)
(49%,43%,87%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 110 of 255 = 43%
B 221 of 255 = 87%

125
110
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 110 + 221 = 456 (100%)
R 125 of 456 ~ 27.41%
G 110 of 456 ~ 24.12%
B 221 of 456 ~ 48.46%

%27.41
%24.12
%48.46

CMYK RENK MODELİ

#7D6EDD rengi CMYK tonu (43,50,0,13).

  • camgöbeği tonu 43.44%
  • eflatun tonu 50.23%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(43,50,0,13)
C43M50Y0K13 
(43%,50%,0%,13%)
(0.43/0.50/0.00/0.13)	

CMYK yüzdeleri

%43.44
%50.23
%0
%13.33

Codes

Color #7D6EDD in popluar color models

7D6EDD
RGB125110221
HSL248°62.01%64.90%
HSB/HSV248°50.23%86.67%
CMYK43.44%50.23%0.00%
13.33%

Color #7D6EDD in popluar number systems.

HEX7D6EDD
Decimal125110221
Binary1111101110111011011101
Octal175156335

Shades and tints

Shades of #7D6EDD

#7D6EDD
(125,110,221)
#7264C9
(114,100,201)
#675AB5
(103,90,181)
#5C50A1
(92,80,161)
#51468D
(81,70,141)
#463C79
(70,60,121)
#3B3265
(59,50,101)
#302851
(48,40,81)
#251E3D
(37,30,61)
#1A1429
(26,20,41)
#0F0A15
(15,10,21)
#000000
(0,0,0)

Tints of #7D6EDD

#7D6EDD
(125,110,221)
#887BE0
(136,123,224)
#9388E3
(147,136,227)
#9E95E6
(158,149,230)
#A9A2E9
(169,162,233)
#B4AFEC
(180,175,236)
#BFBCEF
(191,188,239)
#CAC9F2
(202,201,242)
#D5D6F5
(213,214,245)
#E0E3F8
(224,227,248)
#EBF0FB
(235,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6EDD color. Also use rgb(125,110,221) instead hex code.

Text Font Color

.myTextColor { color: #7D6EDD; }

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

This text font color is #7D6EDD.


Background Color

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

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

This div background color is #7D6EDD.


Border color

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

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

This div border color is #7D6EDD.


Opacity

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

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

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

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

This text has shadow with #7D6EDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6EDD on black background.


Color preview on white background

This text has color #7D6EDD on white background.



Black color preview on #7D6EDD background

This text has black color on #7D6EDD background.


White color preview on #7D6EDD background

This text has white color on #7D6EDD background.