Color spaces of #9791ca
RGB | 151 | 145 | 202 |
---|---|---|---|
HSL | 0.68 | 0.35 | 0.68 |
HSV | 246° | 28° | 79° |
CMYK | 0.25 | 0.28 | 0.00 0.21 |
XYZ | 33.5486 | 31.0944 | 60.1107 |
Yxy | 31.0944 | 0.2689 | 0.2492 |
Hunter Lab | 55.7624 | 9.8078 | -24.8798 |
CIE-Lab | 62.5872 | 14.6202 | -28.5740 |
#9791ca color RGB value is (151,145,202).
#9791ca hex color red value is 151, green value is 145 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9791ca hue: 0.68 , saturation: 0.35 and the lightness value of 9791ca is 0.68.
The process color (four color CMYK) of #9791ca color hex is 0.25, 0.28, 0.00, 0.21. Web safe color of #9791ca is #9999cc. Color #9791ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 10010001 | 11001010 |
Octal | 227 | 221 | 312 |
Decimal | 151 | 145 | 202 |
Hex | 97 | 91 | CA |
Shades of #9791ca
Tints of #9791ca
RGB Percentages of Color #9791ca
CMYK Percentages of Color #9791ca
Complementary Color
#9791ca | #c4ca91 |
#9791ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9791ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#9791ca Color CSS Codes
.mybgcolor {background-color:#9791ca; } .myforecolor {color:#9791ca; } .mybordercolor {border:3px solid #9791ca; }
#9791ca Text Font Color
<p style="color:#9791ca">Text here</p>
This sample text font color is #9791ca
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.
#9791ca Background Color
<div style="background-color:#9791ca">
Div content here</div>
This div background color is #9791ca
#9791ca Border Color
<div style="border:3px solid #9791ca">
Div here</div>
This div border color is #9791ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,145,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9791ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9791ca; -webkit-box-shadow: 1px 1px 3px 2px #9791ca; box-shadow: 1px 1px 3px 2px #9791ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,145,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9791ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9791ca; -webkit-box-shadow: 1px 1px 3px 2px #9791ca; box-shadow: 1px 1px 3px 2px #9791ca;">
Div content here</div>
This div box has shadow with color #9791ca
Comments
No comments written yet.
Please login to write comment.