COLOR #7507BD

HEX: #7507BD
RGB: (117,7,189)

Color info

#7507BD contains mainly blue color. Web safe color of #7507BD is #6600CC (or #60C).

RGB color model

#7507BD color RGB value is (117,7,189).

  • red value is 117;
  • green value is 7;
  • blue value is 189.
RGB:
(117,7,189)
(46%,3%,74%)

RGB channels and saturation

R 117 of 255 = 46%
G 7 of 255 = 3%
B 189 of 255 = 74%

117
7
189

R + G + B ~ 41%. #7507BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 7 + 189 = 313 (100%)
R 117 of 313 ~ 37.38%
G 7 of 313 ~ 2.24%
B 189 of 313 ~ 60.38%

%37.38
%60.38

CMYK color model

#7507BD color CMYK value is (38,96,0,26).

  • cyan value is 38.10%
  • magenta value is 96.30%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(38,96,0,26)
C38M96Y0K26 
(38%,96%,0%,26%)
(0.38/0.96/0.00/0.26)	

CMYK percentages

%38.1
%96.3
%0
%25.88

Codes

Color #7507BD in popluar color models

7507BD
RGB1177189
HSL276°92.86%38.43%
HSB/HSV276°96.30%74.12%
CMYK38.10%96.30%0.00%
25.88%

Color #7507BD in popluar number systems.

HEX7507BD
Decimal1177189
Binary111010111110111101
Octal1657275

Shades and tints

Shades of #7507BD

#7507BD
(117,7,189)
#6B07AC
(107,7,172)
#61079B
(97,7,155)
#57078A
(87,7,138)
#4D0779
(77,7,121)
#430768
(67,7,104)
#390757
(57,7,87)
#2F0746
(47,7,70)
#250735
(37,7,53)
#1B0724
(27,7,36)
#110713
(17,7,19)
#000000
(0,0,0)

Tints of #7507BD

#7507BD
(117,7,189)
#811DC3
(129,29,195)
#8D33C9
(141,51,201)
#9949CF
(153,73,207)
#A55FD5
(165,95,213)
#B175DB
(177,117,219)
#BD8BE1
(189,139,225)
#C9A1E7
(201,161,231)
#D5B7ED
(213,183,237)
#E1CDF3
(225,205,243)
#EDE3F9
(237,227,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7507BD color. Also use rgb(117,7,189) instead hex code.

Text Font Color

.myTextColor { color: #7507BD; }

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

This text font color is #7507BD.


Background Color

.myBgColor { background-color: #7507BD; }

<div style="background-color:#7507BD">Inner text</div>

This div background color is #7507BD.


Border color

.myBorderColor { border: 1px solid #7507BD; }

<div style="border:3px solid #7507BD">Div</div>

This div border color is #7507BD.


Opacity

.myOpacity80 { color: #7507BD; opacity: 0.8; }

<p style="color:#7507BD;opacity:0.8;">80%</p>

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

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

This text has shadow with #7507BD color.

.textShadow {text-shadow: 3px 3px 1px #7507BD, 3px 3px 1px red;}

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

This text has shadow with #7507BD primary color and red secondary color.


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

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

This text has shadow with #7507BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7507BD on black background.


Color preview on white background

This text has color #7507BD on white background.



Black color preview on #7507BD background

This text has black color on #7507BD background.


White color preview on #7507BD background

This text has white color on #7507BD background.