COLOR #7977B9

HEX: #7977B9
RGB: (121,119,185)

Renk bilgisi

#7977B9 contains mainly blue color. #7977B9 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#7977B9 color RGB value is (121,119,185).

  • kırmız ton 121;
  • yeşil ton 119;
  • mavi ton 185.
RGB:
(121,119,185)
(47%,47%,73%)

RGB bağlantıları ve doygunluk

R 121 of 255 = 47%
G 119 of 255 = 47%
B 185 of 255 = 73%

121
119
185

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

Yüzdelerle RGB renk parçaları

R + G + B =
121 + 119 + 185 = 425 (100%)
R 121 of 425 ~ 28.47%
G 119 of 425 ~ 28%
B 185 of 425 ~ 43.53%

%28.47
%28
%43.53

CMYK RENK MODELİ

#7977B9 rengi CMYK tonu (35,36,0,27).

  • camgöbeği tonu 34.59%
  • eflatun tonu 35.68%
  • sarı tonu 0.00%
  • ana renk tonu 27.45%
CMYK:
(35,36,0,27)
C35M36Y0K27 
(35%,36%,0%,27%)
(0.35/0.36/0.00/0.27)	

CMYK yüzdeleri

%34.59
%35.68
%0
%27.45

Codes

Color #7977B9 in popluar color models

7977B9
RGB121119185
HSL242°32.04%59.61%
HSB/HSV242°35.68%72.55%
CMYK34.59%35.68%0.00%
27.45%

Color #7977B9 in popluar number systems.

HEX7977B9
Decimal121119185
Binary1111001111011110111001
Octal171167271

Shades and tints

Shades of #7977B9

#7977B9
(121,119,185)
#6E6DA9
(110,109,169)
#636399
(99,99,153)
#585989
(88,89,137)
#4D4F79
(77,79,121)
#424569
(66,69,105)
#373B59
(55,59,89)
#2C3149
(44,49,73)
#212739
(33,39,57)
#161D29
(22,29,41)
#0B1319
(11,19,25)
#000000
(0,0,0)

Tints of #7977B9

#7977B9
(121,119,185)
#8583BF
(133,131,191)
#918FC5
(145,143,197)
#9D9BCB
(157,155,203)
#A9A7D1
(169,167,209)
#B5B3D7
(181,179,215)
#C1BFDD
(193,191,221)
#CDCBE3
(205,203,227)
#D9D7E9
(217,215,233)
#E5E3EF
(229,227,239)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7977B9 color. Also use rgb(121,119,185) instead hex code.

Text Font Color

.myTextColor { color: #7977B9; }

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

This text font color is #7977B9.


Background Color

.myBgColor { background-color: #7977B9; }

<div style="background-color:#7977B9">Inner text</div>

This div background color is #7977B9.


Border color

.myBorderColor { border: 1px solid #7977B9; }

<div style="border:3px solid #7977B9">Div</div>

This div border color is #7977B9.


Opacity

.myOpacity80 { color: #7977B9; opacity: 0.8; }

<p style="color:#7977B9;opacity:0.8;">80%</p>

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

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

This text has shadow with #7977B9 color.

.textShadow {text-shadow: 3px 3px 1px #7977B9, 3px 3px 1px red;}

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

This text has shadow with #7977B9 primary color and red secondary color.


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

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

This text has shadow with #7977B9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7977B9 on black background.


Color preview on white background

This text has color #7977B9 on white background.



Black color preview on #7977B9 background

This text has black color on #7977B9 background.


White color preview on #7977B9 background

This text has white color on #7977B9 background.