COLOR #7580BD

HEX: #7580BD RGB: (117,128,189)

Color info

#7580BD contains mainly blue color. Web safe color of #7580BD is #6666CC (or #66C).

RGB color model

#7580BD color RGB value is (117,128,189).

RGB: (117,128,189) (46%, 50%, 74%)

RGB channels and saturation

R 117 of 255 = 46%
G 128 of 255 = 50%
B 189 of 255 = 74%

117
128
189

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

Portions of RGB colors in percentages

R + G + B = 117 + 128 + 189 = 434 (100%)
R 117 of 434 ~ 26.96%
G 128 of 434 ~ 29.49%
B 189 of 434 ~ 43.55'%

%26.96
%29.49
%43.55

CMYK color model

#7580BD color CMYK value is (38,32,0,26).

  • cyan value is 38.10%
  • magenta value is 32.28%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (38,32,0,26)
C38M32Y0K26 (38%, 32%, 0%, 26%)
(0.38 / 0.32 / 0.00 / 0.26)

CMYK percentages

%38.1
%32.28
%0
%25.88

Codes

Color #7580BD in popluar color models

75 80 BD
RGB 117 128 189
HSL 231° 35.29% 60.00%
HSB/HSV 231° 38.10% 74.12%
CMYK 38.10% 32.28% 0.00%
25.88%

Color #7580BD in popluar number systems.

HEX 75 80 BD
Decimal 117 128 189
Binary 1110101 10000000 10111101
Octal 165 200 275

Shades and tints

Shades of #7580BD

#7580BD
(117,128,189)
#6B75AC
(107,117,172)
#616A9B
(97,106,155)
#575F8A
(87,95,138)
#4D5479
(77,84,121)
#434968
(67,73,104)
#393E57
(57,62,87)
#2F3346
(47,51,70)
#252835
(37,40,53)
#1B1D24
(27,29,36)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #7580BD

#7580BD
(117,128,189)
#818BC3
(129,139,195)
#8D96C9
(141,150,201)
#99A1CF
(153,161,207)
#A5ACD5
(165,172,213)
#B1B7DB
(177,183,219)
#BDC2E1
(189,194,225)
#C9CDE7
(201,205,231)
#D5D8ED
(213,216,237)
#E1E3F3
(225,227,243)
#EDEEF9
(237,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7580BD; }

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

This text font color is #7580BD.

Background Color

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

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

This div background color is #7580BD.

Border color

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

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

This div border color is #7580BD.

Opacity

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

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

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

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

This text has shadow with #7580BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7580BD.

Preview

Color preview on black background

This text has color #7580BD on black background.


Color preview on white background

This text has color #7580BD on white background.


Black color preview on #7580BD background

This text has black color on #7580BD background.


White color preview on #7580BD background

This text has white color on #7580BD background.


Related colors

Complementary color

Complementary color for #hex is #8A7F42.


I love getcolorcode.com

Triadic colors

1 #BD7580 and #80BD75 with #7580BD are triadic colors.

2 #BD8075 and #8075BD with #7580BD are triadic colors.