Color spaces of #7981db
RGB | 121 | 129 | 219 |
---|---|---|---|
HSL | 0.65 | 0.58 | 0.67 |
HSV | 235° | 45° | 86° |
CMYK | 0.45 | 0.41 | 0.00 0.14 |
XYZ | 28.5216 | 24.8799 | 70.3169 |
Yxy | 24.8799 | 0.2305 | 0.2011 |
Hunter Lab | 49.8798 | 14.7780 | -48.6670 |
CIE-Lab | 56.9582 | 20.2708 | -47.0841 |
#7981db color RGB value is (121,129,219).
#7981db hex color red value is 121, green value is 129 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7981db hue: 0.65 , saturation: 0.58 and the lightness value of 7981db is 0.67.
The process color (four color CMYK) of #7981db color hex is 0.45, 0.41, 0.00, 0.14. Web safe color of #7981db is #6699cc. Color #7981db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 10000001 | 11011011 |
Octal | 171 | 201 | 333 |
Decimal | 121 | 129 | 219 |
Hex | 79 | 81 | DB |
Shades of #7981db
Tints of #7981db
RGB Percentages of Color #7981db
CMYK Percentages of Color #7981db
Complementary Color
#7981db | #dbd379 |
#7981db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7981db Color Preview on White Background
Lorem ipsum dolor sit amet.
#7981db Color CSS Codes
.mybgcolor {background-color:#7981db; } .myforecolor {color:#7981db; } .mybordercolor {border:3px solid #7981db; }
#7981db Text Font Color
<p style="color:#7981db">Text here</p>
This sample text font color is #7981db
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.
#7981db Background Color
<div style="background-color:#7981db">
Div content here</div>
This div background color is #7981db
#7981db Border Color
<div style="border:3px solid #7981db">
Div here</div>
This div border color is #7981db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,129,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7981db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7981db; -webkit-box-shadow: 1px 1px 3px 2px #7981db; box-shadow: 1px 1px 3px 2px #7981db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,129,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 #7981db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7981db; -webkit-box-shadow: 1px 1px 3px 2px #7981db; box-shadow: 1px 1px 3px 2px #7981db;">
Div content here</div>
This div box has shadow with color #7981db
Comments
No comments written yet.
Please login to write comment.