Color Hex Logo

#7990db Color Hex

#7990DB
(121,144,219)
0 Favorites   0 Comments

Color spaces of #7990db

RGB 121144219
HSL0.630.580.67
HSV226°45°86°
CMYK 0.450.340.00   0.14
XYZ30.644629.125971.0246
Yxy29.12590.23430.2227
Hunter Lab53.96846.9120-40.2501
CIE-Lab60.892611.4199-40.8787

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

#7990db hex color red value is 121, green value is 144 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7990db hue: 0.63 , saturation: 0.58 and the lightness value of 7990db is 0.67.

The process color (four color CMYK) of #7990db color hex is 0.45, 0.34, 0.00, 0.14. Web safe color of #7990db is #6699cc. Color #7990db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10010000 11011011
Octal 171 220 333
Decimal 121 144 219
Hex 79 90 DB

RGB Percentages of Color #7990db

%25.00
%29.75
%45.25

CMYK Percentages of Color #7990db

%45
%34
%0
%14

Triadic Colors of #7990db

#7990db #db7990 #90db79

Analogous Colors of #7990db

#7990db #9379db #79c1db

Monochromatic Colors of #7990db

#7990db

Complementary Color

#7990db #dbc479

#7990db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7990db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7990db Color CSS Codes

.mybgcolor {background-color:#7990db; } 
.myforecolor {color:#7990db; }
.mybordercolor {border:3px solid #7990db; }

#7990db Text Font Color

<p style="color:#7990db">Text here</p>

This sample text font color is #7990db
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7990db Background Color

<div style="background-color:#7990db">
Div content here</div>

This div background color is #7990db


#7990db Border Color

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

This div border color is #7990db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,144,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7990db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7990db;
  -webkit-box-shadow: 1px 1px 3px 2px #7990db;
  box-shadow:         1px 1px 3px 2px #7990db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,144,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7990db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<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


Comments

No comments written yet.

Please login to write comment.