Color Hex Logo

#7989df Color Hex

#7989DF
(121,137,223)
0 Favorites   0 Comments

Color spaces of #7989df

RGB 121137223
HSL0.640.610.67
HSV231°46°87°
CMYK 0.460.390.00   0.13
XYZ30.150127.284073.4893
Yxy27.28400.23030.2084
Hunter Lab52.234111.6225-46.8526
CIE-Lab59.236316.7049-45.7180

#7989df color RGB value is (121,137,223).

#7989df hex color red value is 121, green value is 137 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7989df hue: 0.64 , saturation: 0.61 and the lightness value of 7989df is 0.67.

The process color (four color CMYK) of #7989df color hex is 0.46, 0.39, 0.00, 0.13. Web safe color of #7989df is #6699cc. Color #7989df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001001 11011111
Octal 171 211 337
Decimal 121 137 223
Hex 79 89 DF

RGB Percentages of Color #7989df

%25.16
%28.48
%46.36

CMYK Percentages of Color #7989df

%46
%39
%0
%13

Triadic Colors of #7989df

#7989df #df7989 #89df79

Analogous Colors of #7989df

#7989df #9c79df #79bcdf

Monochromatic Colors of #7989df

#7989df

Complementary Color

#7989df #dfcf79

#7989df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7989df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7989df Color CSS Codes

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

#7989df Text Font Color

<p style="color:#7989df">Text here</p>

This sample text font color is #7989df
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.


#7989df Background Color

<div style="background-color:#7989df">
Div content here</div>

This div background color is #7989df


#7989df Border Color

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

This div border color is #7989df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,137,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7989df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7989df;
  -webkit-box-shadow: 1px 1px 3px 2px #7989df;
  box-shadow:         1px 1px 3px 2px #7989df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7989df;
  -webkit-box-shadow: 1px 1px 3px 2px #7989df;
  box-shadow:         1px 1px 3px 2px #7989df;">
Div content here</div>

This div box has shadow with color #7989df


Comments

No comments written yet.

Please login to write comment.