COLOR #759FD8

HEX: #759FD8 RGB: (117,159,216)

Color info

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

RGB color model

#759FD8 color RGB value is (117,159,216).

RGB: (117,159,216) (46%, 62%, 85%)

RGB channels and saturation

R 117 of 255 = 46%
G 159 of 255 = 62%
B 216 of 255 = 85%

117
159
216

R + G + B ~ 64%. #759FD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 159 + 216 = 492 (100%)
R 117 of 492 ~ 23.78%
G 159 of 492 ~ 32.32%
B 216 of 492 ~ 43.9'%

%23.78
%32.32
%43.9

CMYK color model

#759FD8 color CMYK value is (46,26,0,15).

  • cyan value is 45.83%
  • magenta value is 26.39%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (46,26,0,15)
C46M26Y0K15 (46%, 26%, 0%, 15%)
(0.46 / 0.26 / 0.00 / 0.15)

CMYK percentages

%45.83
%26.39
%0
%15.29

Codes

Color #759FD8 in popluar color models

75 9F D8
RGB 117 159 216
HSL 215° 55.93% 65.29%
HSB/HSV 215° 45.83% 84.71%
CMYK 45.83% 26.39% 0.00%
15.29%

Color #759FD8 in popluar number systems.

HEX 75 9F D8
Decimal 117 159 216
Binary 1110101 10011111 11011000
Octal 165 237 330

Shades and tints

Shades of #759FD8

#759FD8
(117,159,216)
#6B91C5
(107,145,197)
#6183B2
(97,131,178)
#57759F
(87,117,159)
#4D678C
(77,103,140)
#435979
(67,89,121)
#394B66
(57,75,102)
#2F3D53
(47,61,83)
#252F40
(37,47,64)
#1B212D
(27,33,45)
#11131A
(17,19,26)
#000000
(0,0,0)

Tints of #759FD8

#759FD8
(117,159,216)
#81A7DB
(129,167,219)
#8DAFDE
(141,175,222)
#99B7E1
(153,183,225)
#A5BFE4
(165,191,228)
#B1C7E7
(177,199,231)
#BDCFEA
(189,207,234)
#C9D7ED
(201,215,237)
#D5DFF0
(213,223,240)
#E1E7F3
(225,231,243)
#EDEFF6
(237,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759FD8 color. Also use rgb(117,159,216) instead hex code.

Text Font Color

.myTextColor { color: #759FD8; }

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

This text font color is #759FD8.

Background Color

.myBgColor { background-color: #759FD8; }

<div style="background-color:#759FD8">Inner text</div>

This div background color is #759FD8.

Border color

.myBorderColor { border: 1px solid #759FD8; }

<div style="border:3px solid #759FD8">Div</div>

This div border color is #759FD8.

Opacity

.myOpacity80 { color: #759FD8; opacity: 0.8; }

<p style="color:#759FD8;opacity:0.8;">80%</p>

Text with #759FD8 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 #759FD8;}

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

This text has shadow with #759FD8 color.


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

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

This text has shadow with #759FD8 primary color and red secondary color.


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

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

This text has shadow with #759FD8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #759FD8.

Preview

Color preview on black background

This text has color #759FD8 on black background.


Color preview on white background

This text has color #759FD8 on white background.


Black color preview on #759FD8 background

This text has black color on #759FD8 background.


White color preview on #759FD8 background

This text has white color on #759FD8 background.


Related colors

Complementary color

Complementary color for #hex is #8A6027.


I love getcolorcode.com

Triadic colors

1 #D8759F and #9FD875 with #759FD8 are triadic colors.

2 #D89F75 and #9F75D8 with #759FD8 are triadic colors.