Color spaces of #838bbd
RGB | 131 | 139 | 189 |
---|---|---|---|
HSL | 0.64 | 0.31 | 0.63 |
HSV | 232° | 31° | 74° |
CMYK | 0.31 | 0.26 | 0.00 0.26 |
XYZ | 27.7780 | 26.9647 | 51.8848 |
Yxy | 26.9647 | 0.2605 | 0.2529 |
Hunter Lab | 51.9275 | 4.6132 | -22.8919 |
CIE-Lab | 58.9416 | 8.7868 | -27.0055 |
#838bbd color RGB value is (131,139,189).
#838bbd hex color red value is 131, green value is 139 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #838bbd hue: 0.64 , saturation: 0.31 and the lightness value of 838bbd is 0.63.
The process color (four color CMYK) of #838bbd color hex is 0.31, 0.26, 0.00, 0.26. Web safe color of #838bbd is #9999cc. Color #838bbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 10001011 | 10111101 |
Octal | 203 | 213 | 275 |
Decimal | 131 | 139 | 189 |
Hex | 83 | 8B | BD |
Shades of #838bbd
Tints of #838bbd
RGB Percentages of Color #838bbd
CMYK Percentages of Color #838bbd
Complementary Color
#838bbd | #bdb583 |
#838bbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#838bbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#838bbd Color CSS Codes
.mybgcolor {background-color:#838bbd; } .myforecolor {color:#838bbd; } .mybordercolor {border:3px solid #838bbd; }
#838bbd Text Font Color
<p style="color:#838bbd">Text here</p>
This sample text font color is #838bbd
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.
#838bbd Background Color
<div style="background-color:#838bbd">
Div content here</div>
This div background color is #838bbd
#838bbd Border Color
<div style="border:3px solid #838bbd">
Div here</div>
This div border color is #838bbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,139,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #838bbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #838bbd; -webkit-box-shadow: 1px 1px 3px 2px #838bbd; box-shadow: 1px 1px 3px 2px #838bbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,139,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 #838bbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #838bbd; -webkit-box-shadow: 1px 1px 3px 2px #838bbd; box-shadow: 1px 1px 3px 2px #838bbd;">
Div content here</div>
This div box has shadow with color #838bbd
Comments
No comments written yet.
Please login to write comment.