Color Hex Logo

#7687ba Color Hex

#7687BA
(118,135,186)
0 Favorites   0 Comments

Color spaces of #7687ba

RGB 118135186
HSL0.630.330.60
HSV225°37°73°
CMYK 0.370.270.00   0.27
XYZ24.998124.724749.9092
Yxy24.72470.25090.2482
Hunter Lab49.72392.7218-24.7041
CIE-Lab56.80626.5313-28.6789

#7687ba color RGB value is (118,135,186).

#7687ba hex color red value is 118, green value is 135 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7687ba hue: 0.63 , saturation: 0.33 and the lightness value of 7687ba is 0.60.

The process color (four color CMYK) of #7687ba color hex is 0.37, 0.27, 0.00, 0.27. Web safe color of #7687ba is #6699cc. Color #7687ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000111 10111010
Octal 166 207 272
Decimal 118 135 186
Hex 76 87 BA

RGB Percentages of Color #7687ba

%26.88
%30.75
%42.37

CMYK Percentages of Color #7687ba

%37
%27
%0
%27

Triadic Colors of #7687ba

#7687ba #ba7687 #87ba76

Analogous Colors of #7687ba

#7687ba #8776ba #76a9ba

Monochromatic Colors of #7687ba

#7687ba

Complementary Color

#7687ba #baa976

#7687ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7687ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7687ba Color CSS Codes

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

#7687ba Text Font Color

<p style="color:#7687ba">Text here</p>

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


#7687ba Background Color

<div style="background-color:#7687ba">
Div content here</div>

This div background color is #7687ba


#7687ba Border Color

<div style="border:3px solid #7687ba">
Div here</div>

This div border color is #7687ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,135,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7687ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7687ba;
  -webkit-box-shadow: 1px 1px 3px 2px #7687ba;
  box-shadow:         1px 1px 3px 2px #7687ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7687ba


Comments

No comments written yet.

Please login to write comment.