Color Hex Logo

#799bc1 Color Hex

#799BC1
(121,155,193)
1 Favorites   0 Comments

Color spaces of #799bc1

RGB 121155193
HSL0.590.370.62
HSV212°37°76°
CMYK 0.370.200.00   0.24
XYZ29.232131.357954.9641
Yxy31.35790.25300.2714
Hunter Lab55.9981-4.8163-18.9965
CIE-Lab62.8086-2.1896-23.3695

#799bc1 color RGB value is (121,155,193).

#799bc1 hex color red value is 121, green value is 155 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #799bc1 hue: 0.59 , saturation: 0.37 and the lightness value of 799bc1 is 0.62.

The process color (four color CMYK) of #799bc1 color hex is 0.37, 0.20, 0.00, 0.24. Web safe color of #799bc1 is #6699cc. Color #799bc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011011 11000001
Octal 171 233 301
Decimal 121 155 193
Hex 79 9B C1

RGB Percentages of Color #799bc1

%25.80
%33.05
%41.15

CMYK Percentages of Color #799bc1

%37
%20
%0
%24

Triadic Colors of #799bc1

#799bc1 #c1799b #9bc179

Analogous Colors of #799bc1

#799bc1 #7b79c1 #79bfc1

Monochromatic Colors of #799bc1

#799bc1

Complementary Color

#799bc1 #c19f79

#799bc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799bc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#799bc1 Color CSS Codes

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

#799bc1 Text Font Color

<p style="color:#799bc1">Text here</p>

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


#799bc1 Background Color

<div style="background-color:#799bc1">
Div content here</div>

This div background color is #799bc1


#799bc1 Border Color

<div style="border:3px solid #799bc1">
Div here</div>

This div border color is #799bc1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,155,193, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #799bc1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #799bc1;
  -webkit-box-shadow: 1px 1px 3px 2px #799bc1;
  box-shadow:         1px 1px 3px 2px #799bc1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,155,193, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799bc1

#799bc1 Color Palettes


Comments

No comments written yet.

Please login to write comment.