Color Hex Logo

#798199 Color Hex

#798199
(121,129,153)
0 Favorites   0 Comments

Color spaces of #798199

RGB 121129153
HSL0.630.140.54
HSV225°21°60°
CMYK 0.210.160.00   0.40
XYZ21.485222.065433.2636
Yxy22.06540.27970.2873
Hunter Lab46.9738-0.5607-9.1034
CIE-Lab54.09632.4423-13.8439

#798199 color RGB value is (121,129,153).

#798199 hex color red value is 121, green value is 129 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #798199 hue: 0.63 , saturation: 0.14 and the lightness value of 798199 is 0.54.

The process color (four color CMYK) of #798199 color hex is 0.21, 0.16, 0.00, 0.40. Web safe color of #798199 is #669999. Color #798199 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000001 10011001
Octal 171 201 231
Decimal 121 129 153
Hex 79 81 99

RGB Percentages of Color #798199

%30.02
%32.01
%37.97

CMYK Percentages of Color #798199

%21
%16
%0
%40

Triadic Colors of #798199

#798199 #997981 #819979

Analogous Colors of #798199

#798199 #817999 #799199

Monochromatic Colors of #798199

#798199

Complementary Color

#798199 #999179

#798199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#798199 Color CSS Codes

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

#798199 Text Font Color

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

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


#798199 Background Color

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

This div background color is #798199


#798199 Border Color

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

This div border color is #798199


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,129,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #798199; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #798199;
  -webkit-box-shadow: 1px 1px 3px 2px #798199;
  box-shadow:         1px 1px 3px 2px #798199; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798199


Comments

No comments written yet.

Please login to write comment.