COLOR #7583B4

HEX: #7583B4 RGB: (117,131,180)

Color info

#7583B4 contains mainly green and blue colors. Web safe color of #7583B4 is #6699CC (or #69C).

RGB color model

#7583B4 color RGB value is (117,131,180).

RGB: (117,131,180) (46%, 51%, 71%)

RGB channels and saturation

R 117 of 255 = 46%
G 131 of 255 = 51%
B 180 of 255 = 71%

117
131
180

R + G + B ~ 56%. #7583B4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 131 + 180 = 428 (100%)
R 117 of 428 ~ 27.34%
G 131 of 428 ~ 30.61%
B 180 of 428 ~ 42.06'%

%27.34
%30.61
%42.06

CMYK color model

#7583B4 color CMYK value is (35,27,0,29).

  • cyan value is 35.00%
  • magenta value is 27.22%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (35,27,0,29)
C35M27Y0K29 (35%, 27%, 0%, 29%)
(0.35 / 0.27 / 0.00 / 0.29)

CMYK percentages

%35
%27.22
%0
%29.41

Codes

Color #7583B4 in popluar color models

75 83 B4
RGB 117 131 180
HSL 227° 29.58% 58.24%
HSB/HSV 227° 35.00% 70.59%
CMYK 35.00% 27.22% 0.00%
29.41%

Color #7583B4 in popluar number systems.

HEX 75 83 B4
Decimal 117 131 180
Binary 1110101 10000011 10110100
Octal 165 203 264

Shades and tints

Shades of #7583B4

#7583B4
(117,131,180)
#6B78A4
(107,120,164)
#616D94
(97,109,148)
#576284
(87,98,132)
#4D5774
(77,87,116)
#434C64
(67,76,100)
#394154
(57,65,84)
#2F3644
(47,54,68)
#252B34
(37,43,52)
#1B2024
(27,32,36)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #7583B4

#7583B4
(117,131,180)
#818EBA
(129,142,186)
#8D99C0
(141,153,192)
#99A4C6
(153,164,198)
#A5AFCC
(165,175,204)
#B1BAD2
(177,186,210)
#BDC5D8
(189,197,216)
#C9D0DE
(201,208,222)
#D5DBE4
(213,219,228)
#E1E6EA
(225,230,234)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7583B4 color. Also use rgb(117,131,180) instead hex code.

Text Font Color

.myTextColor { color: #7583B4; }

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

This text font color is #7583B4.

Background Color

.myBgColor { background-color: #7583B4; }

<div style="background-color:#7583B4">Inner text</div>

This div background color is #7583B4.

Border color

.myBorderColor { border: 1px solid #7583B4; }

<div style="border:3px solid #7583B4">Div</div>

This div border color is #7583B4.

Opacity

.myOpacity80 { color: #7583B4; opacity: 0.8; }

<p style="color:#7583B4;opacity:0.8;">80%</p>

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

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

This text has shadow with #7583B4 color.


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

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

This text has shadow with #7583B4 primary color and red secondary color.


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

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

This text has shadow with #7583B4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7583B4.

Preview

Color preview on black background

This text has color #7583B4 on black background.


Color preview on white background

This text has color #7583B4 on white background.


Black color preview on #7583B4 background

This text has black color on #7583B4 background.


White color preview on #7583B4 background

This text has white color on #7583B4 background.


Related colors

Complementary color

Complementary color for #7583B4 is #8A7C4B.


I love getcolorcode.com

Triadic colors

1 #B47583 and #83B475 with #7583B4 are triadic colors.

2 #B48375 and #8375B4 with #7583B4 are triadic colors.