Color spaces of #759fbf
RGB | 117 | 159 | 191 |
---|---|---|---|
HSL | 0.57 | 0.37 | 0.60 |
HSV | 206° | 39° | 75° |
CMYK | 0.39 | 0.17 | 0.00 0.25 |
XYZ | 29.1382 | 32.3398 | 53.9967 |
Yxy | 32.3398 | 0.2523 | 0.2801 |
Hunter Lab | 56.8681 | -8.0589 | -16.4887 |
CIE-Lab | 63.6227 | -6.0606 | -21.0260 |
#759fbf color RGB value is (117,159,191).
#759fbf hex color red value is 117, green value is 159 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #759fbf hue: 0.57 , saturation: 0.37 and the lightness value of 759fbf is 0.60.
The process color (four color CMYK) of #759fbf color hex is 0.39, 0.17, 0.00, 0.25. Web safe color of #759fbf is #6699cc. Color #759fbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 10011111 | 10111111 |
Octal | 165 | 237 | 277 |
Decimal | 117 | 159 | 191 |
Hex | 75 | 9F | BF |
Shades of #759fbf
Tints of #759fbf
RGB Percentages of Color #759fbf
CMYK Percentages of Color #759fbf
Complementary Color
#759fbf | #bf9575 |
#759fbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#759fbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#759fbf Color CSS Codes
.mybgcolor {background-color:#759fbf; } .myforecolor {color:#759fbf; } .mybordercolor {border:3px solid #759fbf; }
#759fbf Text Font Color
<p style="color:#759fbf">Text here</p>
This sample text font color is #759fbf
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.
#759fbf Background Color
<div style="background-color:#759fbf">
Div content here</div>
This div background color is #759fbf
#759fbf Border Color
<div style="border:3px solid #759fbf">
Div here</div>
This div border color is #759fbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,159,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #759fbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #759fbf; -webkit-box-shadow: 1px 1px 3px 2px #759fbf; box-shadow: 1px 1px 3px 2px #759fbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,159,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #759fbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #759fbf; -webkit-box-shadow: 1px 1px 3px 2px #759fbf; box-shadow: 1px 1px 3px 2px #759fbf;">
Div content here</div>
This div box has shadow with color #759fbf
Comments
No comments written yet.
Please login to write comment.