Color spaces of #7976db
RGB | 121 | 118 | 219 |
---|---|---|---|
HSL | 0.67 | 0.58 | 0.66 |
HSV | 242° | 46° | 86° |
CMYK | 0.45 | 0.46 | 0.00 0.14 |
XYZ | 27.1498 | 22.1363 | 69.8596 |
Yxy | 22.1363 | 0.2279 | 0.1858 |
Hunter Lab | 47.0492 | 20.6674 | -55.1005 |
CIE-Lab | 54.1713 | 26.8281 | -51.5135 |
#7976db color RGB value is (121,118,219).
#7976db hex color red value is 121, green value is 118 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7976db hue: 0.67 , saturation: 0.58 and the lightness value of 7976db is 0.66.
The process color (four color CMYK) of #7976db color hex is 0.45, 0.46, 0.00, 0.14. Web safe color of #7976db is #6666cc. Color #7976db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 01110110 | 11011011 |
Octal | 171 | 166 | 333 |
Decimal | 121 | 118 | 219 |
Hex | 79 | 76 | DB |
Shades of #7976db
Tints of #7976db
RGB Percentages of Color #7976db
CMYK Percentages of Color #7976db
Complementary Color
#7976db | #d8db76 |
#7976db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7976db Color Preview on White Background
Lorem ipsum dolor sit amet.
#7976db Color CSS Codes
.mybgcolor {background-color:#7976db; } .myforecolor {color:#7976db; } .mybordercolor {border:3px solid #7976db; }
#7976db Text Font Color
<p style="color:#7976db">Text here</p>
This sample text font color is #7976db
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.
#7976db Background Color
<div style="background-color:#7976db">
Div content here</div>
This div background color is #7976db
#7976db Border Color
<div style="border:3px solid #7976db">
Div here</div>
This div border color is #7976db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,118,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7976db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7976db; -webkit-box-shadow: 1px 1px 3px 2px #7976db; box-shadow: 1px 1px 3px 2px #7976db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,118,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 #7976db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7976db; -webkit-box-shadow: 1px 1px 3px 2px #7976db; box-shadow: 1px 1px 3px 2px #7976db;">
Div content here</div>
This div box has shadow with color #7976db
Comments
No comments written yet.
Please login to write comment.