Color Hex Logo

#798099 Color Hex

#798099
(121,128,153)
0 Favorites   0 Comments

Color spaces of #798099

RGB 121128153
HSL0.630.140.54
HSV227°21°60°
CMYK 0.210.160.00   0.40
XYZ21.354121.803233.2199
Yxy21.80320.27960.2855
Hunter Lab46.6939-0.0825-9.4955
CIE-Lab53.81763.0230-14.2655

#798099 color RGB value is (121,128,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000000 10011001
Octal 171 200 231
Decimal 121 128 153
Hex 79 80 99

RGB Percentages of Color #798099

%30.10
%31.84
%38.06

CMYK Percentages of Color #798099

%21
%16
%0
%40

Triadic Colors of #798099

#798099 #997980 #809979

Analogous Colors of #798099

#798099 #827999 #799099

Monochromatic Colors of #798099

#798099

Complementary Color

#798099 #999279

#798099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#798099 Color CSS Codes

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

#798099 Text Font Color

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

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


#798099 Background Color

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

This div background color is #798099


#798099 Border Color

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

This div border color is #798099


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,128,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 #798099">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798099


Comments

No comments written yet.

Please login to write comment.