Color Hex Logo

#7690ff Color Hex

#7690FF
(118,144,255)
0 Favorites   0 Comments

Color spaces of #7690ff

RGB 118144255
HSL0.641.000.73
HSV229°54°100°
CMYK 0.540.440.00   0.00
XYZ35.494531.018198.7241
Yxy31.01810.21480.1877
Hunter Lab55.693916.2962-66.1129
CIE-Lab62.522921.6014-58.1915

#7690ff color RGB value is (118,144,255).

#7690ff hex color red value is 118, green value is 144 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7690ff hue: 0.64 , saturation: 1.00 and the lightness value of 7690ff is 0.73.

The process color (four color CMYK) of #7690ff color hex is 0.54, 0.44, 0.00, 0.00. Web safe color of #7690ff is #6699ff. Color #7690ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010000 11111111
Octal 166 220 377
Decimal 118 144 255
Hex 76 90 FF

RGB Percentages of Color #7690ff

%22.82
%27.85
%49.32

CMYK Percentages of Color #7690ff

%54
%44
%0
%0

Triadic Colors of #7690ff

#7690ff #ff7690 #90ff76

Analogous Colors of #7690ff

#7690ff #a176ff #76d5ff

Monochromatic Colors of #7690ff

#7690ff

Complementary Color

#7690ff #ffe576

#7690ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7690ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7690ff Color CSS Codes

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

#7690ff Text Font Color

<p style="color:#7690ff">Text here</p>

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


#7690ff Background Color

<div style="background-color:#7690ff">
Div content here</div>

This div background color is #7690ff


#7690ff Border Color

<div style="border:3px solid #7690ff">
Div here</div>

This div border color is #7690ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,144,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7690ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7690ff;
  -webkit-box-shadow: 1px 1px 3px 2px #7690ff;
  box-shadow:         1px 1px 3px 2px #7690ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7690ff

#7690ff Color Palettes


Comments

No comments written yet.

Please login to write comment.