COLOR #7593D8

HEX: #7593D8
RGB: (117,147,216)

Color info

#7593D8 contains mainly blue color. Web safe color of #7593D8 is #6699CC (or #69C).

RGB color model

#7593D8 color RGB value is (117,147,216).

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

RGB channels and saturation

R 117 of 255 = 46%
G 147 of 255 = 58%
B 216 of 255 = 85%

117
147
216

R + G + B ~ 63%. #7593D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 147 + 216 = 480 (100%)
R 117 of 480 ~ 24.38%
G 147 of 480 ~ 30.63%
B 216 of 480 ~ 45%

%24.38
%30.63
%45

CMYK color model

#7593D8 color CMYK value is (46,32,0,15).

  • cyan value is 45.83%
  • magenta value is 31.94%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(46,32,0,15)
C46M32Y0K15 
(46%,32%,0%,15%)
(0.46/0.32/0.00/0.15)	

CMYK percentages

%45.83
%31.94
%0
%15.29

Codes

Color #7593D8 in popluar color models

7593D8
RGB117147216
HSL222°55.93%65.29%
HSB/HSV222°45.83%84.71%
CMYK45.83%31.94%0.00%
15.29%

Color #7593D8 in popluar number systems.

HEX7593D8
Decimal117147216
Binary11101011001001111011000
Octal165223330

Shades and tints

Shades of #7593D8

#7593D8
(117,147,216)
#6B86C5
(107,134,197)
#6179B2
(97,121,178)
#576C9F
(87,108,159)
#4D5F8C
(77,95,140)
#435279
(67,82,121)
#394566
(57,69,102)
#2F3853
(47,56,83)
#252B40
(37,43,64)
#1B1E2D
(27,30,45)
#11111A
(17,17,26)
#000000
(0,0,0)

Tints of #7593D8

#7593D8
(117,147,216)
#819CDB
(129,156,219)
#8DA5DE
(141,165,222)
#99AEE1
(153,174,225)
#A5B7E4
(165,183,228)
#B1C0E7
(177,192,231)
#BDC9EA
(189,201,234)
#C9D2ED
(201,210,237)
#D5DBF0
(213,219,240)
#E1E4F3
(225,228,243)
#EDEDF6
(237,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7593D8; }

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

This text font color is #7593D8.


Background Color

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

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

This div background color is #7593D8.


Border color

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

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

This div border color is #7593D8.


Opacity

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

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

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

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

This text has shadow with #7593D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7593D8 on black background.


Color preview on white background

This text has color #7593D8 on white background.



Black color preview on #7593D8 background

This text has black color on #7593D8 background.


White color preview on #7593D8 background

This text has white color on #7593D8 background.