Color spaces of #779dbf
RGB | 119 | 157 | 191 |
---|---|---|---|
HSL | 0.58 | 0.36 | 0.61 |
HSV | 208° | 38° | 75° |
CMYK | 0.38 | 0.18 | 0.00 0.25 |
XYZ | 29.0687 | 31.7975 | 53.8957 |
Yxy | 31.7975 | 0.2533 | 0.2771 |
Hunter Lab | 56.3893 | -6.6644 | -17.1957 |
CIE-Lab | 63.1752 | -4.3996 | -21.6989 |
#779dbf color RGB value is (119,157,191).
#779dbf hex color red value is 119, green value is 157 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #779dbf hue: 0.58 , saturation: 0.36 and the lightness value of 779dbf is 0.61.
The process color (four color CMYK) of #779dbf color hex is 0.38, 0.18, 0.00, 0.25. Web safe color of #779dbf is #6699cc. Color #779dbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 10011101 | 10111111 |
Octal | 167 | 235 | 277 |
Decimal | 119 | 157 | 191 |
Hex | 77 | 9D | BF |
Shades of #779dbf
Tints of #779dbf
RGB Percentages of Color #779dbf
CMYK Percentages of Color #779dbf
Complementary Color
#779dbf | #bf9977 |
#779dbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#779dbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#779dbf Color CSS Codes
.mybgcolor {background-color:#779dbf; } .myforecolor {color:#779dbf; } .mybordercolor {border:3px solid #779dbf; }
#779dbf Text Font Color
<p style="color:#779dbf">Text here</p>
This sample text font color is #779dbf
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.
#779dbf Background Color
<div style="background-color:#779dbf">
Div content here</div>
This div background color is #779dbf
#779dbf Border Color
<div style="border:3px solid #779dbf">
Div here</div>
This div border color is #779dbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,157,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #779dbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #779dbf; -webkit-box-shadow: 1px 1px 3px 2px #779dbf; box-shadow: 1px 1px 3px 2px #779dbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,157,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 #779dbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #779dbf; -webkit-box-shadow: 1px 1px 3px 2px #779dbf; box-shadow: 1px 1px 3px 2px #779dbf;">
Div content here</div>
This div box has shadow with color #779dbf
Comments
No comments written yet.
Please login to write comment.