Color spaces of #939fba
RGB | 147 | 159 | 186 |
---|---|---|---|
HSL | 0.62 | 0.22 | 0.65 |
HSV | 222° | 21° | 73° |
CMYK | 0.21 | 0.15 | 0.00 0.27 |
XYZ | 33.2937 | 34.5445 | 51.3674 |
Yxy | 34.5445 | 0.2793 | 0.2898 |
Hunter Lab | 58.7746 | -1.7416 | -10.6757 |
CIE-Lab | 65.3925 | 1.6315 | -15.3624 |
#939fba color RGB value is (147,159,186).
#939fba hex color red value is 147, green value is 159 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #939fba hue: 0.62 , saturation: 0.22 and the lightness value of 939fba is 0.65.
The process color (four color CMYK) of #939fba color hex is 0.21, 0.15, 0.00, 0.27. Web safe color of #939fba is #9999cc. Color #939fba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 10011111 | 10111010 |
Octal | 223 | 237 | 272 |
Decimal | 147 | 159 | 186 |
Hex | 93 | 9F | BA |
Shades of #939fba
Tints of #939fba
RGB Percentages of Color #939fba
CMYK Percentages of Color #939fba
Complementary Color
#939fba | #baae93 |
#939fba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#939fba Color Preview on White Background
Lorem ipsum dolor sit amet.
#939fba Color CSS Codes
.mybgcolor {background-color:#939fba; } .myforecolor {color:#939fba; } .mybordercolor {border:3px solid #939fba; }
#939fba Text Font Color
<p style="color:#939fba">Text here</p>
This sample text font color is #939fba
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.
#939fba Background Color
<div style="background-color:#939fba">
Div content here</div>
This div background color is #939fba
#939fba Border Color
<div style="border:3px solid #939fba">
Div here</div>
This div border color is #939fba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,159,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #939fba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #939fba; -webkit-box-shadow: 1px 1px 3px 2px #939fba; box-shadow: 1px 1px 3px 2px #939fba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,159,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #939fba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #939fba; -webkit-box-shadow: 1px 1px 3px 2px #939fba; box-shadow: 1px 1px 3px 2px #939fba;">
Div content here</div>
This div box has shadow with color #939fba
Comments
No comments written yet.
Please login to write comment.