COLOR #7F77BE

HEX: #7F77BE
RGB: (127,119,190)

Color info

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

RGB color model

#7F77BE color RGB value is (127,119,190).

  • red value is 127;
  • green value is 119;
  • blue value is 190.
RGB:
(127,119,190)
(50%,47%,75%)

RGB channels and saturation

R 127 of 255 = 50%
G 119 of 255 = 47%
B 190 of 255 = 75%

127
119
190

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

Portions of RGB colors in percentages

R + G + B =
127 + 119 + 190 = 436 (100%)
R 127 of 436 ~ 29.13%
G 119 of 436 ~ 27.29%
B 190 of 436 ~ 43.58%

%29.13
%27.29
%43.58

CMYK color model

#7F77BE color CMYK value is (33,37,0,25).

  • cyan value is 33.16%
  • magenta value is 37.37%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(33,37,0,25)
C33M37Y0K25 
(33%,37%,0%,25%)
(0.33/0.37/0.00/0.25)	

CMYK percentages

%33.16
%37.37
%0
%25.49

Codes

Color #7F77BE in popluar color models

7F77BE
RGB127119190
HSL247°35.32%60.59%
HSB/HSV247°37.37%74.51%
CMYK33.16%37.37%0.00%
25.49%

Color #7F77BE in popluar number systems.

HEX7F77BE
Decimal127119190
Binary1111111111011110111110
Octal177167276

Shades and tints

Shades of #7F77BE

#7F77BE
(127,119,190)
#746DAD
(116,109,173)
#69639C
(105,99,156)
#5E598B
(94,89,139)
#534F7A
(83,79,122)
#484569
(72,69,105)
#3D3B58
(61,59,88)
#323147
(50,49,71)
#272736
(39,39,54)
#1C1D25
(28,29,37)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #7F77BE

#7F77BE
(127,119,190)
#8A83C3
(138,131,195)
#958FC8
(149,143,200)
#A09BCD
(160,155,205)
#ABA7D2
(171,167,210)
#B6B3D7
(182,179,215)
#C1BFDC
(193,191,220)
#CCCBE1
(204,203,225)
#D7D7E6
(215,215,230)
#E2E3EB
(226,227,235)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F77BE color. Also use rgb(127,119,190) instead hex code.

Text Font Color

.myTextColor { color: #7F77BE; }

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

This text font color is #7F77BE.


Background Color

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

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

This div background color is #7F77BE.


Border color

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

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

This div border color is #7F77BE.


Opacity

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

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

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

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

This text has shadow with #7F77BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F77BE on black background.


Color preview on white background

This text has color #7F77BE on white background.



Black color preview on #7F77BE background

This text has black color on #7F77BE background.


White color preview on #7F77BE background

This text has white color on #7F77BE background.