Color spaces of #9297bd
RGB | 146 | 151 | 189 |
---|---|---|---|
HSL | 0.65 | 0.25 | 0.66 |
HSV | 233° | 23° | 74° |
CMYK | 0.23 | 0.20 | 0.00 0.26 |
XYZ | 32.1060 | 31.9183 | 52.6128 |
Yxy | 31.9183 | 0.2753 | 0.2737 |
Hunter Lab | 56.4963 | 2.5704 | -15.6671 |
CIE-Lab | 63.2753 | 6.5152 | -20.2609 |
#9297bd color RGB value is (146,151,189).
#9297bd hex color red value is 146, green value is 151 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9297bd hue: 0.65 , saturation: 0.25 and the lightness value of 9297bd is 0.66.
The process color (four color CMYK) of #9297bd color hex is 0.23, 0.20, 0.00, 0.26. Web safe color of #9297bd is #9999cc. Color #9297bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 10010111 | 10111101 |
Octal | 222 | 227 | 275 |
Decimal | 146 | 151 | 189 |
Hex | 92 | 97 | BD |
Shades of #9297bd
Tints of #9297bd
RGB Percentages of Color #9297bd
CMYK Percentages of Color #9297bd
Complementary Color
#9297bd | #bdb892 |
#9297bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9297bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#9297bd Color CSS Codes
.mybgcolor {background-color:#9297bd; } .myforecolor {color:#9297bd; } .mybordercolor {border:3px solid #9297bd; }
#9297bd Text Font Color
<p style="color:#9297bd">Text here</p>
This sample text font color is #9297bd
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.
#9297bd Background Color
<div style="background-color:#9297bd">
Div content here</div>
This div background color is #9297bd
#9297bd Border Color
<div style="border:3px solid #9297bd">
Div here</div>
This div border color is #9297bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,151,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9297bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9297bd; -webkit-box-shadow: 1px 1px 3px 2px #9297bd; box-shadow: 1px 1px 3px 2px #9297bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,151,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 #9297bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9297bd; -webkit-box-shadow: 1px 1px 3px 2px #9297bd; box-shadow: 1px 1px 3px 2px #9297bd;">
Div content here</div>
This div box has shadow with color #9297bd
Comments
No comments written yet.
Please login to write comment.