Color spaces of #929bcf
RGB | 146 | 155 | 207 |
---|---|---|---|
HSL | 0.64 | 0.39 | 0.69 |
HSV | 231° | 29° | 81° |
CMYK | 0.29 | 0.25 | 0.00 0.19 |
XYZ | 34.8379 | 34.0587 | 63.7693 |
Yxy | 34.0587 | 0.2626 | 0.2567 |
Hunter Lab | 58.3598 | 4.4259 | -23.9338 |
CIE-Lab | 65.0091 | 8.6508 | -27.6617 |
#929bcf color RGB value is (146,155,207).
#929bcf hex color red value is 146, green value is 155 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #929bcf hue: 0.64 , saturation: 0.39 and the lightness value of 929bcf is 0.69.
The process color (four color CMYK) of #929bcf color hex is 0.29, 0.25, 0.00, 0.19. Web safe color of #929bcf is #9999cc. Color #929bcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 10011011 | 11001111 |
Octal | 222 | 233 | 317 |
Decimal | 146 | 155 | 207 |
Hex | 92 | 9B | CF |
Shades of #929bcf
Tints of #929bcf
RGB Percentages of Color #929bcf
CMYK Percentages of Color #929bcf
Complementary Color
#929bcf | #cfc692 |
#929bcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#929bcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#929bcf Color CSS Codes
.mybgcolor {background-color:#929bcf; } .myforecolor {color:#929bcf; } .mybordercolor {border:3px solid #929bcf; }
#929bcf Text Font Color
<p style="color:#929bcf">Text here</p>
This sample text font color is #929bcf
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.
#929bcf Background Color
<div style="background-color:#929bcf">
Div content here</div>
This div background color is #929bcf
#929bcf Border Color
<div style="border:3px solid #929bcf">
Div here</div>
This div border color is #929bcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,155,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #929bcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #929bcf; -webkit-box-shadow: 1px 1px 3px 2px #929bcf; box-shadow: 1px 1px 3px 2px #929bcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,155,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #929bcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #929bcf; -webkit-box-shadow: 1px 1px 3px 2px #929bcf; box-shadow: 1px 1px 3px 2px #929bcf;">
Div content here</div>
This div box has shadow with color #929bcf
Comments
No comments written yet.
Please login to write comment.