Color spaces of #798fbe
RGB | 121 | 143 | 190 |
---|---|---|---|
HSL | 0.61 | 0.35 | 0.61 |
HSV | 221° | 36° | 75° |
CMYK | 0.36 | 0.25 | 0.00 0.25 |
XYZ | 27.0019 | 27.4276 | 52.5861 |
Yxy | 27.4276 | 0.2523 | 0.2563 |
Hunter Lab | 52.3714 | 0.3821 | -22.8731 |
CIE-Lab | 59.3680 | 3.8294 | -26.9710 |
#798fbe color RGB value is (121,143,190).
#798fbe hex color red value is 121, green value is 143 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #798fbe hue: 0.61 , saturation: 0.35 and the lightness value of 798fbe is 0.61.
The process color (four color CMYK) of #798fbe color hex is 0.36, 0.25, 0.00, 0.25. Web safe color of #798fbe is #6699cc. Color #798fbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 10001111 | 10111110 |
Octal | 171 | 217 | 276 |
Decimal | 121 | 143 | 190 |
Hex | 79 | 8F | BE |
Shades of #798fbe
Tints of #798fbe
RGB Percentages of Color #798fbe
CMYK Percentages of Color #798fbe
Complementary Color
#798fbe | #bea879 |
#798fbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#798fbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#798fbe Color CSS Codes
.mybgcolor {background-color:#798fbe; } .myforecolor {color:#798fbe; } .mybordercolor {border:3px solid #798fbe; }
#798fbe Text Font Color
<p style="color:#798fbe">Text here</p>
This sample text font color is #798fbe
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.
#798fbe Background Color
<div style="background-color:#798fbe">
Div content here</div>
This div background color is #798fbe
#798fbe Border Color
<div style="border:3px solid #798fbe">
Div here</div>
This div border color is #798fbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,143,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #798fbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #798fbe; -webkit-box-shadow: 1px 1px 3px 2px #798fbe; box-shadow: 1px 1px 3px 2px #798fbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,143,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #798fbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #798fbe; -webkit-box-shadow: 1px 1px 3px 2px #798fbe; box-shadow: 1px 1px 3px 2px #798fbe;">
Div content here</div>
This div box has shadow with color #798fbe
Comments
No comments written yet.
Please login to write comment.