Color Hex Logo

#7687bd Color Hex

#7687BD
(118,135,189)
0 Favorites   0 Comments

Color spaces of #7687bd

RGB 118135189
HSL0.630.350.60
HSV226°38°74°
CMYK 0.380.290.00   0.26
XYZ25.320524.853651.6068
Yxy24.85360.24880.2442
Hunter Lab49.85343.4166-26.4779
CIE-Lab56.93257.3582-30.1900

#7687bd color RGB value is (118,135,189).

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

The process color (four color CMYK) of #7687bd color hex is 0.38, 0.29, 0.00, 0.26. Web safe color of #7687bd is #6699cc. Color #7687bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000111 10111101
Octal 166 207 275
Decimal 118 135 189
Hex 76 87 BD

RGB Percentages of Color #7687bd

%26.70
%30.54
%42.76

CMYK Percentages of Color #7687bd

%38
%29
%0
%26

Triadic Colors of #7687bd

#7687bd #bd7687 #87bd76

Analogous Colors of #7687bd

#7687bd #8976bd #76abbd

Monochromatic Colors of #7687bd

#7687bd

Complementary Color

#7687bd #bdac76

#7687bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7687bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7687bd Color CSS Codes

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

#7687bd Text Font Color

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

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


#7687bd Background Color

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

This div background color is #7687bd


#7687bd Border Color

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

This div border color is #7687bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7687bd


Comments

No comments written yet.

Please login to write comment.