Color spaces of #9695bf
RGB | 150 | 149 | 191 |
---|---|---|---|
HSL | 0.67 | 0.25 | 0.67 |
HSV | 241° | 22° | 75° |
CMYK | 0.21 | 0.22 | 0.00 0.25 |
XYZ | 32.7291 | 31.7405 | 53.6917 |
Yxy | 31.7405 | 0.2770 | 0.2686 |
Hunter Lab | 56.3387 | 5.1041 | -17.0672 |
CIE-Lab | 63.1278 | 9.3892 | -21.5807 |
#9695bf color RGB value is (150,149,191).
#9695bf hex color red value is 150, green value is 149 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9695bf hue: 0.67 , saturation: 0.25 and the lightness value of 9695bf is 0.67.
The process color (four color CMYK) of #9695bf color hex is 0.21, 0.22, 0.00, 0.25. Web safe color of #9695bf is #9999cc. Color #9695bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 10010101 | 10111111 |
Octal | 226 | 225 | 277 |
Decimal | 150 | 149 | 191 |
Hex | 96 | 95 | BF |
Shades of #9695bf
Tints of #9695bf
RGB Percentages of Color #9695bf
CMYK Percentages of Color #9695bf
Complementary Color
#9695bf | #bebf95 |
#9695bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9695bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#9695bf Color CSS Codes
.mybgcolor {background-color:#9695bf; } .myforecolor {color:#9695bf; } .mybordercolor {border:3px solid #9695bf; }
#9695bf Text Font Color
<p style="color:#9695bf">Text here</p>
This sample text font color is #9695bf
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.
#9695bf Background Color
<div style="background-color:#9695bf">
Div content here</div>
This div background color is #9695bf
#9695bf Border Color
<div style="border:3px solid #9695bf">
Div here</div>
This div border color is #9695bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,149,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9695bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9695bf; -webkit-box-shadow: 1px 1px 3px 2px #9695bf; box-shadow: 1px 1px 3px 2px #9695bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,149,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9695bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9695bf; -webkit-box-shadow: 1px 1px 3px 2px #9695bf; box-shadow: 1px 1px 3px 2px #9695bf;">
Div content here</div>
This div box has shadow with color #9695bf
Comments
No comments written yet.
Please login to write comment.