Color spaces of #798fbb
RGB | 121 | 143 | 187 |
---|---|---|---|
HSL | 0.61 | 0.33 | 0.60 |
HSV | 220° | 35° | 73° |
CMYK | 0.35 | 0.24 | 0.00 0.27 |
XYZ | 26.6773 | 27.2977 | 50.8767 |
Yxy | 27.2977 | 0.2544 | 0.2603 |
Hunter Lab | 52.2472 | -0.2909 | -21.1617 |
CIE-Lab | 59.2489 | 3.0206 | -25.4574 |
#798fbb color RGB value is (121,143,187).
#798fbb hex color red value is 121, green value is 143 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #798fbb hue: 0.61 , saturation: 0.33 and the lightness value of 798fbb is 0.60.
The process color (four color CMYK) of #798fbb color hex is 0.35, 0.24, 0.00, 0.27. Web safe color of #798fbb is #6699cc. Color #798fbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 10001111 | 10111011 |
Octal | 171 | 217 | 273 |
Decimal | 121 | 143 | 187 |
Hex | 79 | 8F | BB |
Shades of #798fbb
Tints of #798fbb
RGB Percentages of Color #798fbb
CMYK Percentages of Color #798fbb
Complementary Color
#798fbb | #bba579 |
#798fbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#798fbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#798fbb Color CSS Codes
.mybgcolor {background-color:#798fbb; } .myforecolor {color:#798fbb; } .mybordercolor {border:3px solid #798fbb; }
#798fbb Text Font Color
<p style="color:#798fbb">Text here</p>
This sample text font color is #798fbb
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.
#798fbb Background Color
<div style="background-color:#798fbb">
Div content here</div>
This div background color is #798fbb
#798fbb Border Color
<div style="border:3px solid #798fbb">
Div here</div>
This div border color is #798fbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,143,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #798fbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #798fbb; -webkit-box-shadow: 1px 1px 3px 2px #798fbb; box-shadow: 1px 1px 3px 2px #798fbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,143,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #798fbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #798fbb; -webkit-box-shadow: 1px 1px 3px 2px #798fbb; box-shadow: 1px 1px 3px 2px #798fbb;">
Div content here</div>
This div box has shadow with color #798fbb
Comments
No comments written yet.
Please login to write comment.