COLOR #7D518B

HEX: #7D518B
RGB: (125,81,139)

Renk bilgisi

#7D518B contains red, green and blue colors in about the same proportion. #7D518B ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#7D518B color RGB value is (125,81,139).

  • kırmız ton 125;
  • yeşil ton 81;
  • mavi ton 139.
RGB:
(125,81,139)
(49%,32%,55%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 81 of 255 = 32%
B 139 of 255 = 55%

125
81
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 81 + 139 = 345 (100%)
R 125 of 345 ~ 36.23%
G 81 of 345 ~ 23.48%
B 139 of 345 ~ 40.29%

%36.23
%23.48
%40.29

CMYK RENK MODELİ

#7D518B rengi CMYK tonu (10,42,0,45).

  • camgöbeği tonu 10.07%
  • eflatun tonu 41.73%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(10,42,0,45)
C10M42Y0K45 
(10%,42%,0%,45%)
(0.10/0.42/0.00/0.45)	

CMYK yüzdeleri

%10.07
%41.73
%0
%45.49

Codes

Color #7D518B in popluar color models

7D518B
RGB12581139
HSL286°26.36%43.14%
HSB/HSV286°41.73%54.51%
CMYK10.07%41.73%0.00%
45.49%

Color #7D518B in popluar number systems.

HEX7D518B
Decimal12581139
Binary1111101101000110001011
Octal175121213

Shades and tints

Shades of #7D518B

#7D518B
(125,81,139)
#724A7F
(114,74,127)
#674373
(103,67,115)
#5C3C67
(92,60,103)
#51355B
(81,53,91)
#462E4F
(70,46,79)
#3B2743
(59,39,67)
#302037
(48,32,55)
#25192B
(37,25,43)
#1A121F
(26,18,31)
#0F0B13
(15,11,19)
#000000
(0,0,0)

Tints of #7D518B

#7D518B
(125,81,139)
#886095
(136,96,149)
#936F9F
(147,111,159)
#9E7EA9
(158,126,169)
#A98DB3
(169,141,179)
#B49CBD
(180,156,189)
#BFABC7
(191,171,199)
#CABAD1
(202,186,209)
#D5C9DB
(213,201,219)
#E0D8E5
(224,216,229)
#EBE7EF
(235,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D518B color. Also use rgb(125,81,139) instead hex code.

Text Font Color

.myTextColor { color: #7D518B; }

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

This text font color is #7D518B.


Background Color

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

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

This div background color is #7D518B.


Border color

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

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

This div border color is #7D518B.


Opacity

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

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

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

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

This text has shadow with #7D518B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D518B on black background.


Color preview on white background

This text has color #7D518B on white background.



Black color preview on #7D518B background

This text has black color on #7D518B background.


White color preview on #7D518B background

This text has white color on #7D518B background.