COLOR #7580B2

HEX: #7580B2 RGB: (117,128,178)

Color info

#7580B2 contains mainly green and blue colors. Web safe color of #7580B2 is #666699 (or #669).

RGB color model

#7580B2 color RGB value is (117,128,178).

RGB: (117,128,178) (46%, 50%, 70%)

RGB channels and saturation

R 117 of 255 = 46%
G 128 of 255 = 50%
B 178 of 255 = 70%

117
128
178

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

Portions of RGB colors in percentages

R + G + B = 117 + 128 + 178 = 423 (100%)
R 117 of 423 ~ 27.66%
G 128 of 423 ~ 30.26%
B 178 of 423 ~ 42.08'%

%27.66
%30.26
%42.08

CMYK color model

#7580B2 color CMYK value is (34,28,0,30).

  • cyan value is 34.27%
  • magenta value is 28.09%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (34,28,0,30)
C34M28Y0K30 (34%, 28%, 0%, 30%)
(0.34 / 0.28 / 0.00 / 0.30)

CMYK percentages

%34.27
%28.09
%0
%30.2

Codes

Color #7580B2 in popluar color models

75 80 B2
RGB 117 128 178
HSL 229° 28.37% 57.84%
HSB/HSV 229° 34.27% 69.80%
CMYK 34.27% 28.09% 0.00%
30.20%

Color #7580B2 in popluar number systems.

HEX 75 80 B2
Decimal 117 128 178
Binary 1110101 10000000 10110010
Octal 165 200 262

Shades and tints

Shades of #7580B2

#7580B2
(117,128,178)
#6B75A2
(107,117,162)
#616A92
(97,106,146)
#575F82
(87,95,130)
#4D5472
(77,84,114)
#434962
(67,73,98)
#393E52
(57,62,82)
#2F3342
(47,51,66)
#252832
(37,40,50)
#1B1D22
(27,29,34)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #7580B2

#7580B2
(117,128,178)
#818BB9
(129,139,185)
#8D96C0
(141,150,192)
#99A1C7
(153,161,199)
#A5ACCE
(165,172,206)
#B1B7D5
(177,183,213)
#BDC2DC
(189,194,220)
#C9CDE3
(201,205,227)
#D5D8EA
(213,216,234)
#E1E3F1
(225,227,241)
#EDEEF8
(237,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7580B2; }

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

This text font color is #7580B2.

Background Color

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

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

This div background color is #7580B2.

Border color

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

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

This div border color is #7580B2.

Opacity

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

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

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

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

This text has shadow with #7580B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7580B2.

Preview

Color preview on black background

This text has color #7580B2 on black background.


Color preview on white background

This text has color #7580B2 on white background.


Black color preview on #7580B2 background

This text has black color on #7580B2 background.


White color preview on #7580B2 background

This text has white color on #7580B2 background.


Related colors

Complementary color

Complementary color for #hex is #8A7F4D.


I love getcolorcode.com

Triadic colors

1 #B27580 and #80B275 with #7580B2 are triadic colors.

2 #B28075 and #8075B2 with #7580B2 are triadic colors.