COLOR #7989C2

HEX: #7989C2
RGB: (121,137,194)

Renk bilgisi

#7989C2 contains mainly green and blue colors. #7989C2 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#7989C2 color RGB value is (121,137,194).

  • kırmız ton 121;
  • yeşil ton 137;
  • mavi ton 194.
RGB:
(121,137,194)
(47%,54%,76%)

RGB bağlantıları ve doygunluk

R 121 of 255 = 47%
G 137 of 255 = 54%
B 194 of 255 = 76%

121
137
194

R + G + B ~ 59%. #7989C2 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
121 + 137 + 194 = 452 (100%)
R 121 of 452 ~ 26.77%
G 137 of 452 ~ 30.31%
B 194 of 452 ~ 42.92%

%26.77
%30.31
%42.92

CMYK RENK MODELİ

#7989C2 rengi CMYK tonu (38,29,0,24).

  • camgöbeği tonu 37.63%
  • eflatun tonu 29.38%
  • sarı tonu 0.00%
  • ana renk tonu 23.92%
CMYK:
(38,29,0,24)
C38M29Y0K24 
(38%,29%,0%,24%)
(0.38/0.29/0.00/0.24)	

CMYK yüzdeleri

%37.63
%29.38
%0
%23.92

Codes

Color #7989C2 in popluar color models

7989C2
RGB121137194
HSL227°37.44%61.76%
HSB/HSV227°37.63%76.08%
CMYK37.63%29.38%0.00%
23.92%

Color #7989C2 in popluar number systems.

HEX7989C2
Decimal121137194
Binary11110011000100111000010
Octal171211302

Shades and tints

Shades of #7989C2

#7989C2
(121,137,194)
#6E7DB1
(110,125,177)
#6371A0
(99,113,160)
#58658F
(88,101,143)
#4D597E
(77,89,126)
#424D6D
(66,77,109)
#37415C
(55,65,92)
#2C354B
(44,53,75)
#21293A
(33,41,58)
#161D29
(22,29,41)
#0B1118
(11,17,24)
#000000
(0,0,0)

Tints of #7989C2

#7989C2
(121,137,194)
#8593C7
(133,147,199)
#919DCC
(145,157,204)
#9DA7D1
(157,167,209)
#A9B1D6
(169,177,214)
#B5BBDB
(181,187,219)
#C1C5E0
(193,197,224)
#CDCFE5
(205,207,229)
#D9D9EA
(217,217,234)
#E5E3EF
(229,227,239)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7989C2 color. Also use rgb(121,137,194) instead hex code.

Text Font Color

.myTextColor { color: #7989C2; }

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

This text font color is #7989C2.


Background Color

.myBgColor { background-color: #7989C2; }

<div style="background-color:#7989C2">Inner text</div>

This div background color is #7989C2.


Border color

.myBorderColor { border: 1px solid #7989C2; }

<div style="border:3px solid #7989C2">Div</div>

This div border color is #7989C2.


Opacity

.myOpacity80 { color: #7989C2; opacity: 0.8; }

<p style="color:#7989C2;opacity:0.8;">80%</p>

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

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

This text has shadow with #7989C2 color.

.textShadow {text-shadow: 3px 3px 1px #7989C2, 3px 3px 1px red;}

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

This text has shadow with #7989C2 primary color and red secondary color.


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

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

This text has shadow with #7989C2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7989C2 on black background.


Color preview on white background

This text has color #7989C2 on white background.



Black color preview on #7989C2 background

This text has black color on #7989C2 background.


White color preview on #7989C2 background

This text has white color on #7989C2 background.