COLOR #7E77F9

HEX: #7E77F9
RGB: (126,119,249)

Renk bilgisi

#7E77F9 contains mainly blue color. #7E77F9 ‘ nin web güvenlik rengi #6666FF (ya da #66F) dir.

RGB renk modeli

#7E77F9 color RGB value is (126,119,249).

  • kırmız ton 126;
  • yeşil ton 119;
  • mavi ton 249.
RGB:
(126,119,249)
(49%,47%,98%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 119 of 255 = 47%
B 249 of 255 = 98%

126
119
249

R + G + B ~ 65%. #7E77F9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 119 + 249 = 494 (100%)
R 126 of 494 ~ 25.51%
G 119 of 494 ~ 24.09%
B 249 of 494 ~ 50.4%

%25.51
%24.09
%50.4

CMYK RENK MODELİ

#7E77F9 rengi CMYK tonu (49,52,0,2).

  • camgöbeği tonu 49.40%
  • eflatun tonu 52.21%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(49,52,0,2)
C49M52Y0K2 
(49%,52%,0%,2%)
(0.49/0.52/0.00/0.02)	

CMYK yüzdeleri

%49.4
%52.21
%0
%2.35

Codes

Color #7E77F9 in popluar color models

7E77F9
RGB126119249
HSL243°91.55%72.16%
HSB/HSV243°52.21%97.65%
CMYK49.40%52.21%0.00%
2.35%

Color #7E77F9 in popluar number systems.

HEX7E77F9
Decimal126119249
Binary1111110111011111111001
Octal176167371

Shades and tints

Shades of #7E77F9

#7E77F9
(126,119,249)
#736DE3
(115,109,227)
#6863CD
(104,99,205)
#5D59B7
(93,89,183)
#524FA1
(82,79,161)
#47458B
(71,69,139)
#3C3B75
(60,59,117)
#31315F
(49,49,95)
#262749
(38,39,73)
#1B1D33
(27,29,51)
#10131D
(16,19,29)
#000000
(0,0,0)

Tints of #7E77F9

#7E77F9
(126,119,249)
#8983F9
(137,131,249)
#948FF9
(148,143,249)
#9F9BF9
(159,155,249)
#AAA7F9
(170,167,249)
#B5B3F9
(181,179,249)
#C0BFF9
(192,191,249)
#CBCBF9
(203,203,249)
#D6D7F9
(214,215,249)
#E1E3F9
(225,227,249)
#ECEFF9
(236,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E77F9 color. Also use rgb(126,119,249) instead hex code.

Text Font Color

.myTextColor { color: #7E77F9; }

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

This text font color is #7E77F9.


Background Color

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

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

This div background color is #7E77F9.


Border color

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

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

This div border color is #7E77F9.


Opacity

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

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

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

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

This text has shadow with #7E77F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E77F9 on black background.


Color preview on white background

This text has color #7E77F9 on white background.



Black color preview on #7E77F9 background

This text has black color on #7E77F9 background.


White color preview on #7E77F9 background

This text has white color on #7E77F9 background.