COLOR #7599DE

HEX: #7599DE RGB: (117,153,222)

Color info

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

RGB color model

#7599DE color RGB value is (117,153,222).

RGB: (117,153,222) (46%, 60%, 87%)

RGB channels and saturation

R 117 of 255 = 46%
G 153 of 255 = 60%
B 222 of 255 = 87%

117
153
222

R + G + B ~ 64%. #7599DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 153 + 222 = 492 (100%)
R 117 of 492 ~ 23.78%
G 153 of 492 ~ 31.1%
B 222 of 492 ~ 45.12'%

%23.78
%31.1
%45.12

CMYK color model

#7599DE color CMYK value is (47,31,0,13).

  • cyan value is 47.30%
  • magenta value is 31.08%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (47,31,0,13)
C47M31Y0K13 (47%, 31%, 0%, 13%)
(0.47 / 0.31 / 0.00 / 0.13)

CMYK percentages

%47.3
%31.08
%0
%12.94

Codes

Color #7599DE in popluar color models

75 99 DE
RGB 117 153 222
HSL 219° 61.40% 66.47%
HSB/HSV 219° 47.30% 87.06%
CMYK 47.30% 31.08% 0.00%
12.94%

Color #7599DE in popluar number systems.

HEX 75 99 DE
Decimal 117 153 222
Binary 1110101 10011001 11011110
Octal 165 231 336

Shades and tints

Shades of #7599DE

#7599DE
(117,153,222)
#6B8CCA
(107,140,202)
#617FB6
(97,127,182)
#5772A2
(87,114,162)
#4D658E
(77,101,142)
#43587A
(67,88,122)
#394B66
(57,75,102)
#2F3E52
(47,62,82)
#25313E
(37,49,62)
#1B242A
(27,36,42)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #7599DE

#7599DE
(117,153,222)
#81A2E1
(129,162,225)
#8DABE4
(141,171,228)
#99B4E7
(153,180,231)
#A5BDEA
(165,189,234)
#B1C6ED
(177,198,237)
#BDCFF0
(189,207,240)
#C9D8F3
(201,216,243)
#D5E1F6
(213,225,246)
#E1EAF9
(225,234,249)
#EDF3FC
(237,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7599DE; }

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

This text font color is #7599DE.

Background Color

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

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

This div background color is #7599DE.

Border color

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

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

This div border color is #7599DE.

Opacity

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

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

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

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

This text has shadow with #7599DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7599DE.

Preview

Color preview on black background

This text has color #7599DE on black background.


Color preview on white background

This text has color #7599DE on white background.


Black color preview on #7599DE background

This text has black color on #7599DE background.


White color preview on #7599DE background

This text has white color on #7599DE background.


Related colors

Complementary color

Complementary color for #hex is #8A6621.


I love getcolorcode.com

Triadic colors

1 #DE7599 and #99DE75 with #7599DE are triadic colors.

2 #DE9975 and #9975DE with #7599DE are triadic colors.