Color spaces of #7f9fdb
RGB | 127 | 159 | 219 |
---|---|---|---|
HSL | 0.61 | 0.56 | 0.68 |
HSV | 219° | 42° | 86° |
CMYK | 0.42 | 0.27 | 0.00 0.14 |
XYZ | 33.9367 | 34.4228 | 71.8734 |
Yxy | 34.4228 | 0.2420 | 0.2455 |
Hunter Lab | 58.6709 | 0.5746 | -31.5621 |
CIE-Lab | 65.2968 | 4.2985 | -33.9735 |
#7f9fdb color RGB value is (127,159,219).
#7f9fdb hex color red value is 127, green value is 159 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7f9fdb hue: 0.61 , saturation: 0.56 and the lightness value of 7f9fdb is 0.68.
The process color (four color CMYK) of #7f9fdb color hex is 0.42, 0.27, 0.00, 0.14. Web safe color of #7f9fdb is #6699cc. Color #7f9fdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 10011111 | 11011011 |
Octal | 177 | 237 | 333 |
Decimal | 127 | 159 | 219 |
Hex | 7F | 9F | DB |
Shades of #7f9fdb
Tints of #7f9fdb
RGB Percentages of Color #7f9fdb
CMYK Percentages of Color #7f9fdb
Complementary Color
#7f9fdb | #dbbb7f |
#7f9fdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7f9fdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#7f9fdb Color CSS Codes
.mybgcolor {background-color:#7f9fdb; } .myforecolor {color:#7f9fdb; } .mybordercolor {border:3px solid #7f9fdb; }
#7f9fdb Text Font Color
<p style="color:#7f9fdb">Text here</p>
This sample text font color is #7f9fdb
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.
#7f9fdb Background Color
<div style="background-color:#7f9fdb">
Div content here</div>
This div background color is #7f9fdb
#7f9fdb Border Color
<div style="border:3px solid #7f9fdb">
Div here</div>
This div border color is #7f9fdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,159,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7f9fdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7f9fdb; -webkit-box-shadow: 1px 1px 3px 2px #7f9fdb; box-shadow: 1px 1px 3px 2px #7f9fdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,159,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7f9fdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7f9fdb; -webkit-box-shadow: 1px 1px 3px 2px #7f9fdb; box-shadow: 1px 1px 3px 2px #7f9fdb;">
Div content here</div>
This div box has shadow with color #7f9fdb
Comments
No comments written yet.
Please login to write comment.