COLOR #7D6594

HEX: #7D6594
RGB: (125,101,148)

Renk bilgisi

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

RGB renk modeli

#7D6594 color RGB value is (125,101,148).

  • kırmız ton 125;
  • yeşil ton 101;
  • mavi ton 148.
RGB:
(125,101,148)
(49%,40%,58%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 101 of 255 = 40%
B 148 of 255 = 58%

125
101
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 101 + 148 = 374 (100%)
R 125 of 374 ~ 33.42%
G 101 of 374 ~ 27.01%
B 148 of 374 ~ 39.57%

%33.42
%27.01
%39.57

CMYK RENK MODELİ

#7D6594 rengi CMYK tonu (16,32,0,42).

  • camgöbeği tonu 15.54%
  • eflatun tonu 31.76%
  • sarı tonu 0.00%
  • ana renk tonu 41.96%
CMYK:
(16,32,0,42)
C16M32Y0K42 
(16%,32%,0%,42%)
(0.16/0.32/0.00/0.42)	

CMYK yüzdeleri

%15.54
%31.76
%0
%41.96

Codes

Color #7D6594 in popluar color models

7D6594
RGB125101148
HSL271°18.88%48.82%
HSB/HSV271°31.76%58.04%
CMYK15.54%31.76%0.00%
41.96%

Color #7D6594 in popluar number systems.

HEX7D6594
Decimal125101148
Binary1111101110010110010100
Octal175145224

Shades and tints

Shades of #7D6594

#7D6594
(125,101,148)
#725C87
(114,92,135)
#67537A
(103,83,122)
#5C4A6D
(92,74,109)
#514160
(81,65,96)
#463853
(70,56,83)
#3B2F46
(59,47,70)
#302639
(48,38,57)
#251D2C
(37,29,44)
#1A141F
(26,20,31)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #7D6594

#7D6594
(125,101,148)
#88739D
(136,115,157)
#9381A6
(147,129,166)
#9E8FAF
(158,143,175)
#A99DB8
(169,157,184)
#B4ABC1
(180,171,193)
#BFB9CA
(191,185,202)
#CAC7D3
(202,199,211)
#D5D5DC
(213,213,220)
#E0E3E5
(224,227,229)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6594 color. Also use rgb(125,101,148) instead hex code.

Text Font Color

.myTextColor { color: #7D6594; }

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

This text font color is #7D6594.


Background Color

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

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

This div background color is #7D6594.


Border color

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

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

This div border color is #7D6594.


Opacity

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

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

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

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

This text has shadow with #7D6594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6594 on black background.


Color preview on white background

This text has color #7D6594 on white background.



Black color preview on #7D6594 background

This text has black color on #7D6594 background.


White color preview on #7D6594 background

This text has white color on #7D6594 background.