Color Hex Logo

#7986df Color Hex

#7986DF
(121,134,223)
0 Favorites   0 Comments

Color spaces of #7986df

RGB 121134223
HSL0.650.610.67
HSV232°46°87°
CMYK 0.460.400.00   0.13
XYZ29.729526.442973.3491
Yxy26.44290.22950.2042
Hunter Lab51.422713.2083-48.5752
CIE-Lab58.455118.4791-46.9532

#7986df color RGB value is (121,134,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000110 11011111
Octal 171 206 337
Decimal 121 134 223
Hex 79 86 DF

RGB Percentages of Color #7986df

%25.31
%28.03
%46.65

CMYK Percentages of Color #7986df

%46
%40
%0
%13

Triadic Colors of #7986df

#7986df #df7986 #86df79

Analogous Colors of #7986df

#7986df #9f79df #79b9df

Monochromatic Colors of #7986df

#7986df

Complementary Color

#7986df #dfd279

#7986df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7986df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7986df Color CSS Codes

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

#7986df Text Font Color

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

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


#7986df Background Color

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

This div background color is #7986df


#7986df Border Color

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

This div border color is #7986df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,134,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 #7986df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7986df


Comments

No comments written yet.

Please login to write comment.