COLOR #7593C6

HEX: #7593C6
RGB: (117,147,198)

Color info

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

RGB color model

#7593C6 color RGB value is (117,147,198).

  • red value is 117;
  • green value is 147;
  • blue value is 198.
RGB:
(117,147,198)
(46%,58%,78%)

RGB channels and saturation

R 117 of 255 = 46%
G 147 of 255 = 58%
B 198 of 255 = 78%

117
147
198

R + G + B ~ 61%. #7593C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 147 + 198 = 462 (100%)
R 117 of 462 ~ 25.32%
G 147 of 462 ~ 31.82%
B 198 of 462 ~ 42.86%

%25.32
%31.82
%42.86

CMYK color model

#7593C6 color CMYK value is (41,26,0,22).

  • cyan value is 40.91%
  • magenta value is 25.76%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(41,26,0,22)
C41M26Y0K22 
(41%,26%,0%,22%)
(0.41/0.26/0.00/0.22)	

CMYK percentages

%40.91
%25.76
%0
%22.35

Codes

Color #7593C6 in popluar color models

7593C6
RGB117147198
HSL218°41.54%61.76%
HSB/HSV218°40.91%77.65%
CMYK40.91%25.76%0.00%
22.35%

Color #7593C6 in popluar number systems.

HEX7593C6
Decimal117147198
Binary11101011001001111000110
Octal165223306

Shades and tints

Shades of #7593C6

#7593C6
(117,147,198)
#6B86B4
(107,134,180)
#6179A2
(97,121,162)
#576C90
(87,108,144)
#4D5F7E
(77,95,126)
#43526C
(67,82,108)
#39455A
(57,69,90)
#2F3848
(47,56,72)
#252B36
(37,43,54)
#1B1E24
(27,30,36)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #7593C6

#7593C6
(117,147,198)
#819CCB
(129,156,203)
#8DA5D0
(141,165,208)
#99AED5
(153,174,213)
#A5B7DA
(165,183,218)
#B1C0DF
(177,192,223)
#BDC9E4
(189,201,228)
#C9D2E9
(201,210,233)
#D5DBEE
(213,219,238)
#E1E4F3
(225,228,243)
#EDEDF8
(237,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7593C6 color. Also use rgb(117,147,198) instead hex code.

Text Font Color

.myTextColor { color: #7593C6; }

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

This text font color is #7593C6.


Background Color

.myBgColor { background-color: #7593C6; }

<div style="background-color:#7593C6">Inner text</div>

This div background color is #7593C6.


Border color

.myBorderColor { border: 1px solid #7593C6; }

<div style="border:3px solid #7593C6">Div</div>

This div border color is #7593C6.


Opacity

.myOpacity80 { color: #7593C6; opacity: 0.8; }

<p style="color:#7593C6;opacity:0.8;">80%</p>

Text with #7593C6 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 #7593C6;}

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

This text has shadow with #7593C6 color.

.textShadow {text-shadow: 3px 3px 1px #7593C6, 3px 3px 1px red;}

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

This text has shadow with #7593C6 primary color and red secondary color.


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

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

This text has shadow with #7593C6 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7593C6;
-webkit-box-shadow: 1px 1px 3px 2px #7593C6;
box-shadow:1px 1px 3px 2px #7593C6;">
Div content here</div>
This div box has shadow with color #7593C6.

Preview

Color preview on black background

This text has color #7593C6 on black background.


Color preview on white background

This text has color #7593C6 on white background.



Black color preview on #7593C6 background

This text has black color on #7593C6 background.


White color preview on #7593C6 background

This text has white color on #7593C6 background.