COLOR #7D5EC7

HEX: #7D5EC7
RGB: (125,94,199)

Renk bilgisi

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

RGB renk modeli

#7D5EC7 color RGB value is (125,94,199).

  • kırmız ton 125;
  • yeşil ton 94;
  • mavi ton 199.
RGB:
(125,94,199)
(49%,37%,78%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 94 of 255 = 37%
B 199 of 255 = 78%

125
94
199

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 94 + 199 = 418 (100%)
R 125 of 418 ~ 29.9%
G 94 of 418 ~ 22.49%
B 199 of 418 ~ 47.61%

%29.9
%22.49
%47.61

CMYK RENK MODELİ

#7D5EC7 rengi CMYK tonu (37,53,0,22).

  • camgöbeği tonu 37.19%
  • eflatun tonu 52.76%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(37,53,0,22)
C37M53Y0K22 
(37%,53%,0%,22%)
(0.37/0.53/0.00/0.22)	

CMYK yüzdeleri

%37.19
%52.76
%0
%21.96

Codes

Color #7D5EC7 in popluar color models

7D5EC7
RGB12594199
HSL258°48.39%57.45%
HSB/HSV258°52.76%78.04%
CMYK37.19%52.76%0.00%
21.96%

Color #7D5EC7 in popluar number systems.

HEX7D5EC7
Decimal12594199
Binary1111101101111011000111
Octal175136307

Shades and tints

Shades of #7D5EC7

#7D5EC7
(125,94,199)
#7256B5
(114,86,181)
#674EA3
(103,78,163)
#5C4691
(92,70,145)
#513E7F
(81,62,127)
#46366D
(70,54,109)
#3B2E5B
(59,46,91)
#302649
(48,38,73)
#251E37
(37,30,55)
#1A1625
(26,22,37)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #7D5EC7

#7D5EC7
(125,94,199)
#886CCC
(136,108,204)
#937AD1
(147,122,209)
#9E88D6
(158,136,214)
#A996DB
(169,150,219)
#B4A4E0
(180,164,224)
#BFB2E5
(191,178,229)
#CAC0EA
(202,192,234)
#D5CEEF
(213,206,239)
#E0DCF4
(224,220,244)
#EBEAF9
(235,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5EC7 color. Also use rgb(125,94,199) instead hex code.

Text Font Color

.myTextColor { color: #7D5EC7; }

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

This text font color is #7D5EC7.


Background Color

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

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

This div background color is #7D5EC7.


Border color

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

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

This div border color is #7D5EC7.


Opacity

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

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

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

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

This text has shadow with #7D5EC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5EC7 on black background.


Color preview on white background

This text has color #7D5EC7 on white background.



Black color preview on #7D5EC7 background

This text has black color on #7D5EC7 background.


White color preview on #7D5EC7 background

This text has white color on #7D5EC7 background.