COLOR #7989CB

HEX: #7989CB
RGB: (121,137,203)

Renk bilgisi

#7989CB contains mainly blue color. #7989CB ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#7989CB color RGB value is (121,137,203).

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

RGB bağlantıları ve doygunluk

R 121 of 255 = 47%
G 137 of 255 = 54%
B 203 of 255 = 80%

121
137
203

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

Yüzdelerle RGB renk parçaları

R + G + B =
121 + 137 + 203 = 461 (100%)
R 121 of 461 ~ 26.25%
G 137 of 461 ~ 29.72%
B 203 of 461 ~ 44.03%

%26.25
%29.72
%44.03

CMYK RENK MODELİ

#7989CB rengi CMYK tonu (40,33,0,20).

  • camgöbeği tonu 40.39%
  • eflatun tonu 32.51%
  • sarı tonu 0.00%
  • ana renk tonu 20.39%
CMYK:
(40,33,0,20)
C40M33Y0K20 
(40%,33%,0%,20%)
(0.40/0.33/0.00/0.20)	

CMYK yüzdeleri

%40.39
%32.51
%0
%20.39

Codes

Color #7989CB in popluar color models

7989CB
RGB121137203
HSL228°44.09%63.53%
HSB/HSV228°40.39%79.61%
CMYK40.39%32.51%0.00%
20.39%

Color #7989CB in popluar number systems.

HEX7989CB
Decimal121137203
Binary11110011000100111001011
Octal171211313

Shades and tints

Shades of #7989CB

#7989CB
(121,137,203)
#6E7DB9
(110,125,185)
#6371A7
(99,113,167)
#586595
(88,101,149)
#4D5983
(77,89,131)
#424D71
(66,77,113)
#37415F
(55,65,95)
#2C354D
(44,53,77)
#21293B
(33,41,59)
#161D29
(22,29,41)
#0B1117
(11,17,23)
#000000
(0,0,0)

Tints of #7989CB

#7989CB
(121,137,203)
#8593CF
(133,147,207)
#919DD3
(145,157,211)
#9DA7D7
(157,167,215)
#A9B1DB
(169,177,219)
#B5BBDF
(181,187,223)
#C1C5E3
(193,197,227)
#CDCFE7
(205,207,231)
#D9D9EB
(217,217,235)
#E5E3EF
(229,227,239)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7989CB; }

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

This text font color is #7989CB.


Background Color

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

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

This div background color is #7989CB.


Border color

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

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

This div border color is #7989CB.


Opacity

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

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

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

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

This text has shadow with #7989CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7989CB on black background.


Color preview on white background

This text has color #7989CB on white background.



Black color preview on #7989CB background

This text has black color on #7989CB background.


White color preview on #7989CB background

This text has white color on #7989CB background.