COLOR #7595B4

HEX: #7595B4 RGB: (117,149,180)

Color info

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

RGB color model

#7595B4 color RGB value is (117,149,180).

RGB: (117,149,180) (46%, 58%, 71%)

RGB channels and saturation

R 117 of 255 = 46%
G 149 of 255 = 58%
B 180 of 255 = 71%

117
149
180

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

Portions of RGB colors in percentages

R + G + B = 117 + 149 + 180 = 446 (100%)
R 117 of 446 ~ 26.23%
G 149 of 446 ~ 33.41%
B 180 of 446 ~ 40.36'%

%26.23
%33.41
%40.36

CMYK color model

#7595B4 color CMYK value is (35,17,0,29).

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

CMYK: (35,17,0,29)
C35M17Y0K29 (35%, 17%, 0%, 29%)
(0.35 / 0.17 / 0.00 / 0.29)

CMYK percentages

%35
%17.22
%0
%29.41

Codes

Color #7595B4 in popluar color models

75 95 B4
RGB 117 149 180
HSL 210° 29.58% 58.24%
HSB/HSV 210° 35.00% 70.59%
CMYK 35.00% 17.22% 0.00%
29.41%

Color #7595B4 in popluar number systems.

HEX 75 95 B4
Decimal 117 149 180
Binary 1110101 10010101 10110100
Octal 165 225 264

Shades and tints

Shades of #7595B4

#7595B4
(117,149,180)
#6B88A4
(107,136,164)
#617B94
(97,123,148)
#576E84
(87,110,132)
#4D6174
(77,97,116)
#435464
(67,84,100)
#394754
(57,71,84)
#2F3A44
(47,58,68)
#252D34
(37,45,52)
#1B2024
(27,32,36)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #7595B4

#7595B4
(117,149,180)
#819EBA
(129,158,186)
#8DA7C0
(141,167,192)
#99B0C6
(153,176,198)
#A5B9CC
(165,185,204)
#B1C2D2
(177,194,210)
#BDCBD8
(189,203,216)
#C9D4DE
(201,212,222)
#D5DDE4
(213,221,228)
#E1E6EA
(225,230,234)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7595B4; }

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

This text font color is #7595B4.

Background Color

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

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

This div background color is #7595B4.

Border color

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

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

This div border color is #7595B4.

Opacity

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

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

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

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

This text has shadow with #7595B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7595B4.

Preview

Color preview on black background

This text has color #7595B4 on black background.


Color preview on white background

This text has color #7595B4 on white background.


Black color preview on #7595B4 background

This text has black color on #7595B4 background.


White color preview on #7595B4 background

This text has white color on #7595B4 background.


Related colors

Complementary color

Complementary color for #hex is #8A6A4B.


I love getcolorcode.com

Triadic colors

1 #B47595 and #95B475 with #7595B4 are triadic colors.

2 #B49575 and #9575B4 with #7595B4 are triadic colors.