Color Hex Logo

#7794bb Color Hex

#7794BB
(119,148,187)
0 Favorites   0 Comments

Color spaces of #7794bb

RGB 119148187
HSL0.600.330.60
HSV214°36°73°
CMYK 0.360.210.00   0.27
XYZ27.167328.689651.1195
Yxy28.68960.25400.2682
Hunter Lab53.5627-3.1984-19.0917
CIE-Lab60.5067-0.4089-23.5352

#7794bb color RGB value is (119,148,187).

#7794bb hex color red value is 119, green value is 148 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7794bb hue: 0.60 , saturation: 0.33 and the lightness value of 7794bb is 0.60.

The process color (four color CMYK) of #7794bb color hex is 0.36, 0.21, 0.00, 0.27. Web safe color of #7794bb is #6699cc. Color #7794bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010100 10111011
Octal 167 224 273
Decimal 119 148 187
Hex 77 94 BB

RGB Percentages of Color #7794bb

%26.21
%32.60
%41.19

CMYK Percentages of Color #7794bb

%36
%21
%0
%27

Triadic Colors of #7794bb

#7794bb #bb7794 #94bb77

Analogous Colors of #7794bb

#7794bb #7c77bb #77b6bb

Monochromatic Colors of #7794bb

#7794bb

Complementary Color

#7794bb #bb9e77

#7794bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7794bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7794bb Color CSS Codes

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

#7794bb Text Font Color

<p style="color:#7794bb">Text here</p>

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


#7794bb Background Color

<div style="background-color:#7794bb">
Div content here</div>

This div background color is #7794bb


#7794bb Border Color

<div style="border:3px solid #7794bb">
Div here</div>

This div border color is #7794bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,148,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7794bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7794bb;
  -webkit-box-shadow: 1px 1px 3px 2px #7794bb;
  box-shadow:         1px 1px 3px 2px #7794bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,148,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7794bb


Comments

No comments written yet.

Please login to write comment.