Color spaces of #79669e
RGB | 121 | 102 | 158 |
---|---|---|---|
HSL | 0.72 | 0.22 | 0.51 |
HSV | 260° | 35° | 62° |
CMYK | 0.23 | 0.35 | 0.00 0.38 |
XYZ | 18.8081 | 16.0363 | 34.4518 |
Yxy | 16.0363 | 0.2714 | 0.2314 |
Hunter Lab | 40.0453 | 13.7567 | -22.9766 |
CIE-Lab | 47.0221 | 19.7191 | -27.6260 |
#79669e color RGB value is (121,102,158).
#79669e hex color red value is 121, green value is 102 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #79669e hue: 0.72 , saturation: 0.22 and the lightness value of 79669e is 0.51.
The process color (four color CMYK) of #79669e color hex is 0.23, 0.35, 0.00, 0.38. Web safe color of #79669e is #666699. Color #79669e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 01100110 | 10011110 |
Octal | 171 | 146 | 236 |
Decimal | 121 | 102 | 158 |
Hex | 79 | 66 | 9E |
Shades of #79669e
Tints of #79669e
RGB Percentages of Color #79669e
CMYK Percentages of Color #79669e
Complementary Color
#79669e | #8b9e66 |
#79669e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#79669e Color Preview on White Background
Lorem ipsum dolor sit amet.
#79669e Color CSS Codes
.mybgcolor {background-color:#79669e; } .myforecolor {color:#79669e; } .mybordercolor {border:3px solid #79669e; }
#79669e Text Font Color
<p style="color:#79669e">Text here</p>
This sample text font color is #79669e
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.
#79669e Background Color
<div style="background-color:#79669e">
Div content here</div>
This div background color is #79669e
#79669e Border Color
<div style="border:3px solid #79669e">
Div here</div>
This div border color is #79669e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,102,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #79669e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #79669e; -webkit-box-shadow: 1px 1px 3px 2px #79669e; box-shadow: 1px 1px 3px 2px #79669e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,102,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #79669e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #79669e; -webkit-box-shadow: 1px 1px 3px 2px #79669e; box-shadow: 1px 1px 3px 2px #79669e;">
Div content here</div>
This div box has shadow with color #79669e
Comments
No comments written yet.
Please login to write comment.