Color spaces of #797093
RGB | 121 | 112 | 147 |
---|---|---|---|
HSL | 0.71 | 0.14 | 0.51 |
HSV | 255° | 24° | 58° |
CMYK | 0.18 | 0.24 | 0.00 0.42 |
XYZ | 18.9458 | 17.7599 | 30.0332 |
Yxy | 17.7599 | 0.2839 | 0.2661 |
Hunter Lab | 42.1425 | 6.4980 | -12.7538 |
CIE-Lab | 49.2036 | 11.0254 | -17.7699 |
#797093 color RGB value is (121,112,147).
#797093 hex color red value is 121, green value is 112 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #797093 hue: 0.71 , saturation: 0.14 and the lightness value of 797093 is 0.51.
The process color (four color CMYK) of #797093 color hex is 0.18, 0.24, 0.00, 0.42. Web safe color of #797093 is #666699. Color #797093 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 01110000 | 10010011 |
Octal | 171 | 160 | 223 |
Decimal | 121 | 112 | 147 |
Hex | 79 | 70 | 93 |
Shades of #797093
Tints of #797093
RGB Percentages of Color #797093
CMYK Percentages of Color #797093
Complementary Color
#797093 | #8a9370 |
#797093 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#797093 Color Preview on White Background
Lorem ipsum dolor sit amet.
#797093 Color CSS Codes
.mybgcolor {background-color:#797093; } .myforecolor {color:#797093; } .mybordercolor {border:3px solid #797093; }
#797093 Text Font Color
<p style="color:#797093">Text here</p>
This sample text font color is #797093
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.
#797093 Background Color
<div style="background-color:#797093">
Div content here</div>
This div background color is #797093
#797093 Border Color
<div style="border:3px solid #797093">
Div here</div>
This div border color is #797093
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,112,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #797093; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #797093; -webkit-box-shadow: 1px 1px 3px 2px #797093; box-shadow: 1px 1px 3px 2px #797093; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,112,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #797093">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #797093; -webkit-box-shadow: 1px 1px 3px 2px #797093; box-shadow: 1px 1px 3px 2px #797093;">
Div content here</div>
This div box has shadow with color #797093
Comments
No comments written yet.
Please login to write comment.