COLOR #7F75BF

HEX: #7F75BF
RGB: (127,117,191)

Color info

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

RGB color model

#7F75BF color RGB value is (127,117,191).

  • red value is 127;
  • green value is 117;
  • blue value is 191.
RGB:
(127,117,191)
(50%,46%,75%)

RGB channels and saturation

R 127 of 255 = 50%
G 117 of 255 = 46%
B 191 of 255 = 75%

127
117
191

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

Portions of RGB colors in percentages

R + G + B =
127 + 117 + 191 = 435 (100%)
R 127 of 435 ~ 29.2%
G 117 of 435 ~ 26.9%
B 191 of 435 ~ 43.91%

%29.2
%26.9
%43.91

CMYK color model

#7F75BF color CMYK value is (34,39,0,25).

  • cyan value is 33.51%
  • magenta value is 38.74%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(34,39,0,25)
C34M39Y0K25 
(34%,39%,0%,25%)
(0.34/0.39/0.00/0.25)	

CMYK percentages

%33.51
%38.74
%0
%25.1

Codes

Color #7F75BF in popluar color models

7F75BF
RGB127117191
HSL248°36.63%60.39%
HSB/HSV248°38.74%74.90%
CMYK33.51%38.74%0.00%
25.10%

Color #7F75BF in popluar number systems.

HEX7F75BF
Decimal127117191
Binary1111111111010110111111
Octal177165277

Shades and tints

Shades of #7F75BF

#7F75BF
(127,117,191)
#746BAE
(116,107,174)
#69619D
(105,97,157)
#5E578C
(94,87,140)
#534D7B
(83,77,123)
#48436A
(72,67,106)
#3D3959
(61,57,89)
#322F48
(50,47,72)
#272537
(39,37,55)
#1C1B26
(28,27,38)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #7F75BF

#7F75BF
(127,117,191)
#8A81C4
(138,129,196)
#958DC9
(149,141,201)
#A099CE
(160,153,206)
#ABA5D3
(171,165,211)
#B6B1D8
(182,177,216)
#C1BDDD
(193,189,221)
#CCC9E2
(204,201,226)
#D7D5E7
(215,213,231)
#E2E1EC
(226,225,236)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F75BF color. Also use rgb(127,117,191) instead hex code.

Text Font Color

.myTextColor { color: #7F75BF; }

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

This text font color is #7F75BF.


Background Color

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

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

This div background color is #7F75BF.


Border color

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

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

This div border color is #7F75BF.


Opacity

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

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

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

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

This text has shadow with #7F75BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F75BF on black background.


Color preview on white background

This text has color #7F75BF on white background.



Black color preview on #7F75BF background

This text has black color on #7F75BF background.


White color preview on #7F75BF background

This text has white color on #7F75BF background.