COLOR #7990DB

HEX: #7990DB RGB: (121,144,219)

Color info

#7990DB contains mainly blue color. Web safe color of #7990DB is #6699CC (or #69C).

RGB color model

#7990DB color RGB value is (121,144,219).

RGB: (121,144,219) (47%, 56%, 86%)

RGB channels and saturation

R 121 of 255 = 47%
G 144 of 255 = 56%
B 219 of 255 = 86%

121
144
219

R + G + B ~ 63%. #7990DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 121 + 144 + 219 = 484 (100%)
R 121 of 484 ~ 25%
G 144 of 484 ~ 29.75%
B 219 of 484 ~ 45.25'%

%25
%29.75
%45.25

CMYK color model

#7990DB color CMYK value is (45,34,0,14).

  • cyan value is 44.75%
  • magenta value is 34.25%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (45,34,0,14) C45M34Y0K14 (45%,34%,0%,14%) (0.45/0.34/0.00/0.14) 

CMYK percentages

%44.75
%34.25
%0
%14.12

Codes

Color #7990DB in popluar color models

79 90 DB
RGB 121 144 219
HSL 226° 57.65% 66.67%
HSB/HSV 226° 44.75% 85.88%
CMYK 44.75% 34.25% 0.00%
14.12%

Color #7990DB in popluar number systems.

HEX 79 90 DB
Decimal 121 144 219
Binary 1111001 10010000 11011011
Octal 171 220 333

Shades and tints

Shades of #7990DB

#7990DB
(121,144,219)
#6E83C8
(110,131,200)
#6376B5
(99,118,181)
#5869A2
(88,105,162)
#4D5C8F
(77,92,143)
#424F7C
(66,79,124)
#374269
(55,66,105)
#2C3556
(44,53,86)
#212843
(33,40,67)
#161B30
(22,27,48)
#0B0E1D
(11,14,29)
#000000
(0,0,0)

Tints of #7990DB

#7990DB
(121,144,219)
#859ADE
(133,154,222)
#91A4E1
(145,164,225)
#9DAEE4
(157,174,228)
#A9B8E7
(169,184,231)
#B5C2EA
(181,194,234)
#C1CCED
(193,204,237)
#CDD6F0
(205,214,240)
#D9E0F3
(217,224,243)
#E5EAF6
(229,234,246)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7990DB color. Also use rgb(121,144,219) instead hex code.

Text Font Color

.myTextColor { color: #7990DB; }

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

This text font color is #7990DB.

Background Color

.myBgColor { background-color: #7990DB; }

<div style="background-color:#7990DB">Inner text</div>

This div background color is #7990DB.

Border color

.myBorderColor { border: 1px solid #7990DB; }

<div style="border:3px solid #7990DB">Div</div>

This div border color is #7990DB.

Opacity

.myOpacity80 { color: #7990DB; opacity: 0.8; }

<p style="color:#7990DB;opacity:0.8;">80%</p>

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

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

This text has shadow with #7990DB color.


.textShadow {text-shadow: 3px 3px 1px #7990DB', 3px 3px 1px red;}

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

This text has shadow with #7990DB primary color and red secondary color.


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

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

This text has shadow with #7990DB and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7990DB; -webkit-box-shadow: 1px 1px 3px 2px #7990DB; box-shadow:1px 1px 3px 2px #7990DB;">
Div content here
</div>

This div box has shadow with color #7990DB.

Preview

Color preview on black background

This text has color #7990DB on black background.


Color preview on white background

This text has color #7990DB on white background.


Black color preview on #7990DB background

This text has black color on #7990DB background.


White color preview on #7990DB background

This text has white color on #7990DB background.


Related colors

Complementary color

Complementary color for #hex is #866F24.


I love getcolorcode.com

Triadic colors

1 #DB7990 and #90DB79 with #7990DB are triadic colors.

2 #DB9079 and #9079DB with #7990DB are triadic colors.