COLOR #7E75BB

HEX: #7E75BB
RGB: (126,117,187)

Color info

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

RGB color model

#7E75BB color RGB value is (126,117,187).

  • red value is 126;
  • green value is 117;
  • blue value is 187.
RGB:
(126,117,187)
(49%,46%,73%)

RGB channels and saturation

R 126 of 255 = 49%
G 117 of 255 = 46%
B 187 of 255 = 73%

126
117
187

R + G + B ~ 56%. #7E75BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 117 + 187 = 430 (100%)
R 126 of 430 ~ 29.3%
G 117 of 430 ~ 27.21%
B 187 of 430 ~ 43.49%

%29.3
%27.21
%43.49

CMYK color model

#7E75BB color CMYK value is (33,37,0,27).

  • cyan value is 32.62%
  • magenta value is 37.43%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(33,37,0,27)
C33M37Y0K27 
(33%,37%,0%,27%)
(0.33/0.37/0.00/0.27)	

CMYK percentages

%32.62
%37.43
%0
%26.67

Codes

Color #7E75BB in popluar color models

7E75BB
RGB126117187
HSL248°33.98%59.61%
HSB/HSV248°37.43%73.33%
CMYK32.62%37.43%0.00%
26.67%

Color #7E75BB in popluar number systems.

HEX7E75BB
Decimal126117187
Binary1111110111010110111011
Octal176165273

Shades and tints

Shades of #7E75BB

#7E75BB
(126,117,187)
#736BAA
(115,107,170)
#686199
(104,97,153)
#5D5788
(93,87,136)
#524D77
(82,77,119)
#474366
(71,67,102)
#3C3955
(60,57,85)
#312F44
(49,47,68)
#262533
(38,37,51)
#1B1B22
(27,27,34)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #7E75BB

#7E75BB
(126,117,187)
#8981C1
(137,129,193)
#948DC7
(148,141,199)
#9F99CD
(159,153,205)
#AAA5D3
(170,165,211)
#B5B1D9
(181,177,217)
#C0BDDF
(192,189,223)
#CBC9E5
(203,201,229)
#D6D5EB
(214,213,235)
#E1E1F1
(225,225,241)
#ECEDF7
(236,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E75BB color. Also use rgb(126,117,187) instead hex code.

Text Font Color

.myTextColor { color: #7E75BB; }

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

This text font color is #7E75BB.


Background Color

.myBgColor { background-color: #7E75BB; }

<div style="background-color:#7E75BB">Inner text</div>

This div background color is #7E75BB.


Border color

.myBorderColor { border: 1px solid #7E75BB; }

<div style="border:3px solid #7E75BB">Div</div>

This div border color is #7E75BB.


Opacity

.myOpacity80 { color: #7E75BB; opacity: 0.8; }

<p style="color:#7E75BB;opacity:0.8;">80%</p>

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

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

This text has shadow with #7E75BB color.

.textShadow {text-shadow: 3px 3px 1px #7E75BB, 3px 3px 1px red;}

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

This text has shadow with #7E75BB primary color and red secondary color.


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

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

This text has shadow with #7E75BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E75BB on black background.


Color preview on white background

This text has color #7E75BB on white background.



Black color preview on #7E75BB background

This text has black color on #7E75BB background.


White color preview on #7E75BB background

This text has white color on #7E75BB background.