Color Hex Logo

#7691ba Color Hex

#7691BA
(118,145,186)
0 Favorites   0 Comments

Color spaces of #7691ba

RGB 118145186
HSL0.600.330.60
HSV216°37°73°
CMYK 0.370.220.00   0.27
XYZ26.459527.647550.3963
Yxy27.64750.25320.2646
Hunter Lab52.5809-2.1927-20.0200
CIE-Lab59.56890.7477-24.4156

#7691ba color RGB value is (118,145,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010001 10111010
Octal 166 221 272
Decimal 118 145 186
Hex 76 91 BA

RGB Percentages of Color #7691ba

%26.28
%32.29
%41.43

CMYK Percentages of Color #7691ba

%37
%22
%0
%27

Triadic Colors of #7691ba

#7691ba #ba7691 #91ba76

Analogous Colors of #7691ba

#7691ba #7d76ba #76b3ba

Monochromatic Colors of #7691ba

#7691ba

Complementary Color

#7691ba #ba9f76

#7691ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7691ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7691ba Color CSS Codes

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

#7691ba Text Font Color

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

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


#7691ba Background Color

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

This div background color is #7691ba


#7691ba Border Color

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

This div border color is #7691ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,145,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 #7691ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7691ba


Comments

No comments written yet.

Please login to write comment.