Color Hex Logo

#7799bd Color Hex

#7799BD
(119,153,189)
0 Favorites   0 Comments

Color spaces of #7799bd

RGB 119153189
HSL0.590.350.60
HSV211°37°74°
CMYK 0.370.190.00   0.26
XYZ28.184330.378552.5223
Yxy30.37850.25370.2735
Hunter Lab55.1167-5.1770-17.9175
CIE-Lab61.9794-2.6973-22.4051

#7799bd color RGB value is (119,153,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011001 10111101
Octal 167 231 275
Decimal 119 153 189
Hex 77 99 BD

RGB Percentages of Color #7799bd

%25.81
%33.19
%41.00

CMYK Percentages of Color #7799bd

%37
%19
%0
%26

Triadic Colors of #7799bd

#7799bd #bd7799 #99bd77

Analogous Colors of #7799bd

#7799bd #7877bd #77bcbd

Monochromatic Colors of #7799bd

#7799bd

Complementary Color

#7799bd #bd9b77

#7799bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7799bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7799bd Color CSS Codes

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

#7799bd Text Font Color

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

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


#7799bd Background Color

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

This div background color is #7799bd


#7799bd Border Color

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

This div border color is #7799bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,153,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 #7799bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7799bd


Comments

No comments written yet.

Please login to write comment.