COLOR #7590D0

HEX: #7590D0
RGB: (117,144,208)

Color info

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

RGB color model

#7590D0 color RGB value is (117,144,208).

  • red value is 117;
  • green value is 144;
  • blue value is 208.
RGB:
(117,144,208)
(46%,56%,82%)

RGB channels and saturation

R 117 of 255 = 46%
G 144 of 255 = 56%
B 208 of 255 = 82%

117
144
208

R + G + B ~ 61%. #7590D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 144 + 208 = 469 (100%)
R 117 of 469 ~ 24.95%
G 144 of 469 ~ 30.7%
B 208 of 469 ~ 44.35%

%24.95
%30.7
%44.35

CMYK color model

#7590D0 color CMYK value is (44,31,0,18).

  • cyan value is 43.75%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(44,31,0,18)
C44M31Y0K18 
(44%,31%,0%,18%)
(0.44/0.31/0.00/0.18)	

CMYK percentages

%43.75
%30.77
%0
%18.43

Codes

Color #7590D0 in popluar color models

7590D0
RGB117144208
HSL222°49.19%63.73%
HSB/HSV222°43.75%81.57%
CMYK43.75%30.77%0.00%
18.43%

Color #7590D0 in popluar number systems.

HEX7590D0
Decimal117144208
Binary11101011001000011010000
Octal165220320

Shades and tints

Shades of #7590D0

#7590D0
(117,144,208)
#6B83BE
(107,131,190)
#6176AC
(97,118,172)
#57699A
(87,105,154)
#4D5C88
(77,92,136)
#434F76
(67,79,118)
#394264
(57,66,100)
#2F3552
(47,53,82)
#252840
(37,40,64)
#1B1B2E
(27,27,46)
#110E1C
(17,14,28)
#000000
(0,0,0)

Tints of #7590D0

#7590D0
(117,144,208)
#819AD4
(129,154,212)
#8DA4D8
(141,164,216)
#99AEDC
(153,174,220)
#A5B8E0
(165,184,224)
#B1C2E4
(177,194,228)
#BDCCE8
(189,204,232)
#C9D6EC
(201,214,236)
#D5E0F0
(213,224,240)
#E1EAF4
(225,234,244)
#EDF4F8
(237,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7590D0 color. Also use rgb(117,144,208) instead hex code.

Text Font Color

.myTextColor { color: #7590D0; }

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

This text font color is #7590D0.


Background Color

.myBgColor { background-color: #7590D0; }

<div style="background-color:#7590D0">Inner text</div>

This div background color is #7590D0.


Border color

.myBorderColor { border: 1px solid #7590D0; }

<div style="border:3px solid #7590D0">Div</div>

This div border color is #7590D0.


Opacity

.myOpacity80 { color: #7590D0; opacity: 0.8; }

<p style="color:#7590D0;opacity:0.8;">80%</p>

Text with #7590D0 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 #7590D0;}

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

This text has shadow with #7590D0 color.

.textShadow {text-shadow: 3px 3px 1px #7590D0, 3px 3px 1px red;}

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

This text has shadow with #7590D0 primary color and red secondary color.


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

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

This text has shadow with #7590D0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7590D0 on black background.


Color preview on white background

This text has color #7590D0 on white background.



Black color preview on #7590D0 background

This text has black color on #7590D0 background.


White color preview on #7590D0 background

This text has white color on #7590D0 background.