COLOR #765EBC

HEX: #765EBC
RGB: (118,94,188)

Color info

#765EBC contains mainly blue color. Web safe color of #765EBC is #6666CC (or #66C).

RGB color model

#765EBC color RGB value is (118,94,188).

  • red value is 118;
  • green value is 94;
  • blue value is 188.
RGB:
(118,94,188)
(46%,37%,74%)

RGB channels and saturation

R 118 of 255 = 46%
G 94 of 255 = 37%
B 188 of 255 = 74%

118
94
188

R + G + B ~ 52%. #765EBC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 94 + 188 = 400 (100%)
R 118 of 400 ~ 29.5%
G 94 of 400 ~ 23.5%
B 188 of 400 ~ 47%

%29.5
%23.5
%47

CMYK color model

#765EBC color CMYK value is (37,50,0,26).

  • cyan value is 37.23%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(37,50,0,26)
C37M50Y0K26 
(37%,50%,0%,26%)
(0.37/0.50/0.00/0.26)	

CMYK percentages

%37.23
%50
%0
%26.27

Codes

Color #765EBC in popluar color models

765EBC
RGB11894188
HSL255°41.23%55.29%
HSB/HSV255°50.00%73.73%
CMYK37.23%50.00%0.00%
26.27%

Color #765EBC in popluar number systems.

HEX765EBC
Decimal11894188
Binary1110110101111010111100
Octal166136274

Shades and tints

Shades of #765EBC

#765EBC
(118,94,188)
#6C56AB
(108,86,171)
#624E9A
(98,78,154)
#584689
(88,70,137)
#4E3E78
(78,62,120)
#443667
(68,54,103)
#3A2E56
(58,46,86)
#302645
(48,38,69)
#261E34
(38,30,52)
#1C1623
(28,22,35)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #765EBC

#765EBC
(118,94,188)
#826CC2
(130,108,194)
#8E7AC8
(142,122,200)
#9A88CE
(154,136,206)
#A696D4
(166,150,212)
#B2A4DA
(178,164,218)
#BEB2E0
(190,178,224)
#CAC0E6
(202,192,230)
#D6CEEC
(214,206,236)
#E2DCF2
(226,220,242)
#EEEAF8
(238,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #765EBC color. Also use rgb(118,94,188) instead hex code.

Text Font Color

.myTextColor { color: #765EBC; }

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

This text font color is #765EBC.


Background Color

.myBgColor { background-color: #765EBC; }

<div style="background-color:#765EBC">Inner text</div>

This div background color is #765EBC.


Border color

.myBorderColor { border: 1px solid #765EBC; }

<div style="border:3px solid #765EBC">Div</div>

This div border color is #765EBC.


Opacity

.myOpacity80 { color: #765EBC; opacity: 0.8; }

<p style="color:#765EBC;opacity:0.8;">80%</p>

Text with #765EBC 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 #765EBC;}

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

This text has shadow with #765EBC color.

.textShadow {text-shadow: 3px 3px 1px #765EBC, 3px 3px 1px red;}

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

This text has shadow with #765EBC primary color and red secondary color.


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

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

This text has shadow with #765EBC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765EBC on black background.


Color preview on white background

This text has color #765EBC on white background.



Black color preview on #765EBC background

This text has black color on #765EBC background.


White color preview on #765EBC background

This text has white color on #765EBC background.