COLOR #7599C1

HEX: #7599C1 RGB: (117,153,193)

Color info

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

RGB color model

#7599C1 color RGB value is (117,153,193).

RGB: (117,153,193) (46%, 60%, 76%)

RGB channels and saturation

R 117 of 255 = 46%
G 153 of 255 = 60%
B 193 of 255 = 76%

117
153
193

R + G + B ~ 61%. #7599C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 153 + 193 = 463 (100%)
R 117 of 463 ~ 25.27%
G 153 of 463 ~ 33.05%
B 193 of 463 ~ 41.68'%

%25.27
%33.05
%41.68

CMYK color model

#7599C1 color CMYK value is (39,21,0,24).

  • cyan value is 39.38%
  • magenta value is 20.73%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (39,21,0,24)
C39M21Y0K24 (39%, 21%, 0%, 24%)
(0.39 / 0.21 / 0.00 / 0.24)

CMYK percentages

%39.38
%20.73
%0
%24.31

Codes

Color #7599C1 in popluar color models

75 99 C1
RGB 117 153 193
HSL 212° 38.00% 60.78%
HSB/HSV 212° 39.38% 75.69%
CMYK 39.38% 20.73% 0.00%
24.31%

Color #7599C1 in popluar number systems.

HEX 75 99 C1
Decimal 117 153 193
Binary 1110101 10011001 11000001
Octal 165 231 301

Shades and tints

Shades of #7599C1

#7599C1
(117,153,193)
#6B8CB0
(107,140,176)
#617F9F
(97,127,159)
#57728E
(87,114,142)
#4D657D
(77,101,125)
#43586C
(67,88,108)
#394B5B
(57,75,91)
#2F3E4A
(47,62,74)
#253139
(37,49,57)
#1B2428
(27,36,40)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #7599C1

#7599C1
(117,153,193)
#81A2C6
(129,162,198)
#8DABCB
(141,171,203)
#99B4D0
(153,180,208)
#A5BDD5
(165,189,213)
#B1C6DA
(177,198,218)
#BDCFDF
(189,207,223)
#C9D8E4
(201,216,228)
#D5E1E9
(213,225,233)
#E1EAEE
(225,234,238)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7599C1 color. Also use rgb(117,153,193) instead hex code.

Text Font Color

.myTextColor { color: #7599C1; }

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

This text font color is #7599C1.

Background Color

.myBgColor { background-color: #7599C1; }

<div style="background-color:#7599C1">Inner text</div>

This div background color is #7599C1.

Border color

.myBorderColor { border: 1px solid #7599C1; }

<div style="border:3px solid #7599C1">Div</div>

This div border color is #7599C1.

Opacity

.myOpacity80 { color: #7599C1; opacity: 0.8; }

<p style="color:#7599C1;opacity:0.8;">80%</p>

Text with #7599C1 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 #7599C1;}

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

This text has shadow with #7599C1 color.


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

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

This text has shadow with #7599C1 primary color and red secondary color.


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

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

This text has shadow with #7599C1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7599C1.

Preview

Color preview on black background

This text has color #7599C1 on black background.


Color preview on white background

This text has color #7599C1 on white background.


Black color preview on #7599C1 background

This text has black color on #7599C1 background.


White color preview on #7599C1 background

This text has white color on #7599C1 background.


Related colors

Complementary color

Complementary color for #hex is #8A663E.


I love getcolorcode.com

Triadic colors

1 #C17599 and #99C175 with #7599C1 are triadic colors.

2 #C19975 and #9975C1 with #7599C1 are triadic colors.