COLOR #7657BE

HEX: #7657BE
RGB: (118,87,190)

Color info

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

RGB color model

#7657BE color RGB value is (118,87,190).

  • red value is 118;
  • green value is 87;
  • blue value is 190.
RGB:
(118,87,190)
(46%,34%,75%)

RGB channels and saturation

R 118 of 255 = 46%
G 87 of 255 = 34%
B 190 of 255 = 75%

118
87
190

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

Portions of RGB colors in percentages

R + G + B =
118 + 87 + 190 = 395 (100%)
R 118 of 395 ~ 29.87%
G 87 of 395 ~ 22.03%
B 190 of 395 ~ 48.1%

%29.87
%22.03
%48.1

CMYK color model

#7657BE color CMYK value is (38,54,0,25).

  • cyan value is 37.89%
  • magenta value is 54.21%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(38,54,0,25)
C38M54Y0K25 
(38%,54%,0%,25%)
(0.38/0.54/0.00/0.25)	

CMYK percentages

%37.89
%54.21
%0
%25.49

Codes

Color #7657BE in popluar color models

7657BE
RGB11887190
HSL258°44.21%54.31%
HSB/HSV258°54.21%74.51%
CMYK37.89%54.21%0.00%
25.49%

Color #7657BE in popluar number systems.

HEX7657BE
Decimal11887190
Binary1110110101011110111110
Octal166127276

Shades and tints

Shades of #7657BE

#7657BE
(118,87,190)
#6C50AD
(108,80,173)
#62499C
(98,73,156)
#58428B
(88,66,139)
#4E3B7A
(78,59,122)
#443469
(68,52,105)
#3A2D58
(58,45,88)
#302647
(48,38,71)
#261F36
(38,31,54)
#1C1825
(28,24,37)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #7657BE

#7657BE
(118,87,190)
#8266C3
(130,102,195)
#8E75C8
(142,117,200)
#9A84CD
(154,132,205)
#A693D2
(166,147,210)
#B2A2D7
(178,162,215)
#BEB1DC
(190,177,220)
#CAC0E1
(202,192,225)
#D6CFE6
(214,207,230)
#E2DEEB
(226,222,235)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7657BE color. Also use rgb(118,87,190) instead hex code.

Text Font Color

.myTextColor { color: #7657BE; }

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

This text font color is #7657BE.


Background Color

.myBgColor { background-color: #7657BE; }

<div style="background-color:#7657BE">Inner text</div>

This div background color is #7657BE.


Border color

.myBorderColor { border: 1px solid #7657BE; }

<div style="border:3px solid #7657BE">Div</div>

This div border color is #7657BE.


Opacity

.myOpacity80 { color: #7657BE; opacity: 0.8; }

<p style="color:#7657BE;opacity:0.8;">80%</p>

Text with #7657BE 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 #7657BE;}

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

This text has shadow with #7657BE color.

.textShadow {text-shadow: 3px 3px 1px #7657BE, 3px 3px 1px red;}

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

This text has shadow with #7657BE primary color and red secondary color.


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

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

This text has shadow with #7657BE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7657BE on black background.


Color preview on white background

This text has color #7657BE on white background.



Black color preview on #7657BE background

This text has black color on #7657BE background.


White color preview on #7657BE background

This text has white color on #7657BE background.