Color spaces of #7961bd
RGB | 121 | 97 | 189 |
---|---|---|---|
HSL | 0.71 | 0.41 | 0.56 |
HSV | 256° | 49° | 74° |
CMYK | 0.36 | 0.49 | 0.00 0.26 |
XYZ | 21.3452 | 16.2885 | 50.1631 |
Yxy | 16.2885 | 0.2431 | 0.1855 |
Hunter Lab | 40.3590 | 23.7774 | -45.4415 |
CIE-Lab | 47.3507 | 30.8551 | -45.2424 |
#7961bd color RGB value is (121,97,189).
#7961bd hex color red value is 121, green value is 97 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7961bd hue: 0.71 , saturation: 0.41 and the lightness value of 7961bd is 0.56.
The process color (four color CMYK) of #7961bd color hex is 0.36, 0.49, 0.00, 0.26. Web safe color of #7961bd is #6666cc. Color #7961bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 01100001 | 10111101 |
Octal | 171 | 141 | 275 |
Decimal | 121 | 97 | 189 |
Hex | 79 | 61 | BD |
Shades of #7961bd
Tints of #7961bd
RGB Percentages of Color #7961bd
CMYK Percentages of Color #7961bd
Complementary Color
#7961bd | #a5bd61 |
#7961bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7961bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#7961bd Color CSS Codes
.mybgcolor {background-color:#7961bd; } .myforecolor {color:#7961bd; } .mybordercolor {border:3px solid #7961bd; }
#7961bd Text Font Color
<p style="color:#7961bd">Text here</p>
This sample text font color is #7961bd
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.
#7961bd Background Color
<div style="background-color:#7961bd">
Div content here</div>
This div background color is #7961bd
#7961bd Border Color
<div style="border:3px solid #7961bd">
Div here</div>
This div border color is #7961bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,97,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7961bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7961bd; -webkit-box-shadow: 1px 1px 3px 2px #7961bd; box-shadow: 1px 1px 3px 2px #7961bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,97,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7961bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7961bd; -webkit-box-shadow: 1px 1px 3px 2px #7961bd; box-shadow: 1px 1px 3px 2px #7961bd;">
Div content here</div>
This div box has shadow with color #7961bd
Comments
No comments written yet.
Please login to write comment.