Color spaces of #7689ba
RGB | 118 | 137 | 186 |
---|---|---|---|
HSL | 0.62 | 0.33 | 0.60 |
HSV | 223° | 37° | 73° |
CMYK | 0.37 | 0.26 | 0.00 0.27 |
XYZ | 25.2798 | 25.2880 | 50.0031 |
Yxy | 25.2880 | 0.2514 | 0.2514 |
Hunter Lab | 50.2872 | 1.7309 | -23.7540 |
CIE-Lab | 57.3550 | 5.3648 | -27.8294 |
#7689ba color RGB value is (118,137,186).
#7689ba hex color red value is 118, green value is 137 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7689ba hue: 0.62 , saturation: 0.33 and the lightness value of 7689ba is 0.60.
The process color (four color CMYK) of #7689ba color hex is 0.37, 0.26, 0.00, 0.27. Web safe color of #7689ba is #6699cc. Color #7689ba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 10001001 | 10111010 |
Octal | 166 | 211 | 272 |
Decimal | 118 | 137 | 186 |
Hex | 76 | 89 | BA |
Shades of #7689ba
Tints of #7689ba
RGB Percentages of Color #7689ba
CMYK Percentages of Color #7689ba
Complementary Color
#7689ba | #baa776 |
#7689ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7689ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#7689ba Color CSS Codes
.mybgcolor {background-color:#7689ba; } .myforecolor {color:#7689ba; } .mybordercolor {border:3px solid #7689ba; }
#7689ba Text Font Color
<p style="color:#7689ba">Text here</p>
This sample text font color is #7689ba
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.
#7689ba Background Color
<div style="background-color:#7689ba">
Div content here</div>
This div background color is #7689ba
#7689ba Border Color
<div style="border:3px solid #7689ba">
Div here</div>
This div border color is #7689ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,137,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7689ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7689ba; -webkit-box-shadow: 1px 1px 3px 2px #7689ba; box-shadow: 1px 1px 3px 2px #7689ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,137,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7689ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7689ba; -webkit-box-shadow: 1px 1px 3px 2px #7689ba; box-shadow: 1px 1px 3px 2px #7689ba;">
Div content here</div>
This div box has shadow with color #7689ba
Comments
No comments written yet.
Please login to write comment.