COLOR #7D5BA4

HEX: #7D5BA4
RGB: (125,91,164)

Color info

#7D5BA4 contains mainly red and blue colors. Web safe color of #7D5BA4 is #666699 (or #669).

RGB color model

#7D5BA4 color RGB value is (125,91,164).

  • red value is 125;
  • green value is 91;
  • blue value is 164.
RGB:
(125,91,164)
(49%,36%,64%)

RGB channels and saturation

R 125 of 255 = 49%
G 91 of 255 = 36%
B 164 of 255 = 64%

125
91
164

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

Portions of RGB colors in percentages

R + G + B =
125 + 91 + 164 = 380 (100%)
R 125 of 380 ~ 32.89%
G 91 of 380 ~ 23.95%
B 164 of 380 ~ 43.16%

%32.89
%23.95
%43.16

CMYK color model

#7D5BA4 color CMYK value is (24,45,0,36).

  • cyan value is 23.78%
  • magenta value is 44.51%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(24,45,0,36)
C24M45Y0K36 
(24%,45%,0%,36%)
(0.24/0.45/0.00/0.36)	

CMYK percentages

%23.78
%44.51
%0
%35.69

Codes

Color #7D5BA4 in popluar color models

7D5BA4
RGB12591164
HSL268°28.63%50.00%
HSB/HSV268°44.51%64.31%
CMYK23.78%44.51%0.00%
35.69%

Color #7D5BA4 in popluar number systems.

HEX7D5BA4
Decimal12591164
Binary1111101101101110100100
Octal175133244

Shades and tints

Shades of #7D5BA4

#7D5BA4
(125,91,164)
#725396
(114,83,150)
#674B88
(103,75,136)
#5C437A
(92,67,122)
#513B6C
(81,59,108)
#46335E
(70,51,94)
#3B2B50
(59,43,80)
#302342
(48,35,66)
#251B34
(37,27,52)
#1A1326
(26,19,38)
#0F0B18
(15,11,24)
#000000
(0,0,0)

Tints of #7D5BA4

#7D5BA4
(125,91,164)
#8869AC
(136,105,172)
#9377B4
(147,119,180)
#9E85BC
(158,133,188)
#A993C4
(169,147,196)
#B4A1CC
(180,161,204)
#BFAFD4
(191,175,212)
#CABDDC
(202,189,220)
#D5CBE4
(213,203,228)
#E0D9EC
(224,217,236)
#EBE7F4
(235,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5BA4 color. Also use rgb(125,91,164) instead hex code.

Text Font Color

.myTextColor { color: #7D5BA4; }

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

This text font color is #7D5BA4.


Background Color

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

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

This div background color is #7D5BA4.


Border color

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

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

This div border color is #7D5BA4.


Opacity

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

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

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

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

This text has shadow with #7D5BA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5BA4 on black background.


Color preview on white background

This text has color #7D5BA4 on white background.



Black color preview on #7D5BA4 background

This text has black color on #7D5BA4 background.


White color preview on #7D5BA4 background

This text has white color on #7D5BA4 background.