COLOR #759BBB

HEX: #759BBB RGB: (117,155,187)

Color info

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

RGB color model

#759BBB color RGB value is (117,155,187).

RGB: (117,155,187) (46%, 61%, 73%)

RGB channels and saturation

R 117 of 255 = 46%
G 155 of 255 = 61%
B 187 of 255 = 73%

117
155
187

R + G + B ~ 60%. #759BBB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 155 + 187 = 459 (100%)
R 117 of 459 ~ 25.49%
G 155 of 459 ~ 33.77%
B 187 of 459 ~ 40.74'%

%25.49
%33.77
%40.74

CMYK color model

#759BBB color CMYK value is (37,17,0,27).

  • cyan value is 37.43%
  • magenta value is 17.11%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (37,17,0,27) C37M17Y0K27 (37%,17%,0%,27%) (0.37/0.17/0.00/0.27) 

CMYK percentages

%37.43
%17.11
%0
%26.67

Codes

Color #759BBB in popluar color models

75 9B BB
RGB 117 155 187
HSL 207° 33.98% 59.61%
HSB/HSV 207° 37.43% 73.33%
CMYK 37.43% 17.11% 0.00%
26.67%

Color #759BBB in popluar number systems.

HEX 75 9B BB
Decimal 117 155 187
Binary 1110101 10011011 10111011
Octal 165 233 273

Shades and tints

Shades of #759BBB

#759BBB
(117,155,187)
#6B8DAA
(107,141,170)
#617F99
(97,127,153)
#577188
(87,113,136)
#4D6377
(77,99,119)
#435566
(67,85,102)
#394755
(57,71,85)
#2F3944
(47,57,68)
#252B33
(37,43,51)
#1B1D22
(27,29,34)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #759BBB

#759BBB
(117,155,187)
#81A4C1
(129,164,193)
#8DADC7
(141,173,199)
#99B6CD
(153,182,205)
#A5BFD3
(165,191,211)
#B1C8D9
(177,200,217)
#BDD1DF
(189,209,223)
#C9DAE5
(201,218,229)
#D5E3EB
(213,227,235)
#E1ECF1
(225,236,241)
#EDF5F7
(237,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759BBB color. Also use rgb(117,155,187) instead hex code.

Text Font Color

.myTextColor { color: #759BBB; }

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

This text font color is #759BBB.

Background Color

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

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

This div background color is #759BBB.

Border color

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

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

This div border color is #759BBB.

Opacity

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

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

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

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

This text has shadow with #759BBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #759BBB.

Preview

Color preview on black background

This text has color #759BBB on black background.


Color preview on white background

This text has color #759BBB on white background.


Black color preview on #759BBB background

This text has black color on #759BBB background.


White color preview on #759BBB background

This text has white color on #759BBB background.


Related colors

Complementary color

Complementary color for #hex is #8A6444.


I love getcolorcode.com

Triadic colors

1 #BB759B and #9BBB75 with #759BBB are triadic colors.

2 #BB9B75 and #9B75BB with #759BBB are triadic colors.