Color spaces of #919bee
RGB | 145 | 155 | 238 |
---|---|---|---|
HSL | 0.65 | 0.73 | 0.75 |
HSV | 234° | 39° | 93° |
CMYK | 0.39 | 0.35 | 0.00 0.07 |
XYZ | 38.8310 | 35.6355 | 85.7206 |
Yxy | 35.6355 | 0.2424 | 0.2225 |
Hunter Lab | 59.6955 | 11.6445 | -43.3515 |
CIE-Lab | 66.2405 | 16.5233 | -42.8798 |
#919bee color RGB value is (145,155,238).
#919bee hex color red value is 145, green value is 155 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #919bee hue: 0.65 , saturation: 0.73 and the lightness value of 919bee is 0.75.
The process color (four color CMYK) of #919bee color hex is 0.39, 0.35, 0.00, 0.07. Web safe color of #919bee is #9999ff. Color #919bee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 10011011 | 11101110 |
Octal | 221 | 233 | 356 |
Decimal | 145 | 155 | 238 |
Hex | 91 | 9B | EE |
Shades of #919bee
Tints of #919bee
RGB Percentages of Color #919bee
CMYK Percentages of Color #919bee
Complementary Color
#919bee | #eee491 |
#919bee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#919bee Color Preview on White Background
Lorem ipsum dolor sit amet.
#919bee Color CSS Codes
.mybgcolor {background-color:#919bee; } .myforecolor {color:#919bee; } .mybordercolor {border:3px solid #919bee; }
#919bee Text Font Color
<p style="color:#919bee">Text here</p>
This sample text font color is #919bee
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.
#919bee Background Color
<div style="background-color:#919bee">
Div content here</div>
This div background color is #919bee
#919bee Border Color
<div style="border:3px solid #919bee">
Div here</div>
This div border color is #919bee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,155,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #919bee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #919bee; -webkit-box-shadow: 1px 1px 3px 2px #919bee; box-shadow: 1px 1px 3px 2px #919bee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,155,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #919bee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #919bee; -webkit-box-shadow: 1px 1px 3px 2px #919bee; box-shadow: 1px 1px 3px 2px #919bee;">
Div content here</div>
This div box has shadow with color #919bee
Comments
No comments written yet.
Please login to write comment.