Color spaces of #819bbd
RGB | 129 | 155 | 189 |
---|---|---|---|
HSL | 0.59 | 0.31 | 0.62 |
HSV | 214° | 32° | 74° |
CMYK | 0.32 | 0.18 | 0.00 0.26 |
XYZ | 29.9599 | 31.7839 | 52.7000 |
Yxy | 31.7839 | 0.2618 | 0.2777 |
Hunter Lab | 56.3772 | -3.8019 | -15.9588 |
CIE-Lab | 63.1639 | -0.9429 | -20.5397 |
#819bbd color RGB value is (129,155,189).
#819bbd hex color red value is 129, green value is 155 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #819bbd hue: 0.59 , saturation: 0.31 and the lightness value of 819bbd is 0.62.
The process color (four color CMYK) of #819bbd color hex is 0.32, 0.18, 0.00, 0.26. Web safe color of #819bbd is #9999cc. Color #819bbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 10011011 | 10111101 |
Octal | 201 | 233 | 275 |
Decimal | 129 | 155 | 189 |
Hex | 81 | 9B | BD |
Shades of #819bbd
Tints of #819bbd
RGB Percentages of Color #819bbd
CMYK Percentages of Color #819bbd
Complementary Color
#819bbd | #bda381 |
#819bbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#819bbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#819bbd Color CSS Codes
.mybgcolor {background-color:#819bbd; } .myforecolor {color:#819bbd; } .mybordercolor {border:3px solid #819bbd; }
#819bbd Text Font Color
<p style="color:#819bbd">Text here</p>
This sample text font color is #819bbd
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.
#819bbd Background Color
<div style="background-color:#819bbd">
Div content here</div>
This div background color is #819bbd
#819bbd Border Color
<div style="border:3px solid #819bbd">
Div here</div>
This div border color is #819bbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,155,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #819bbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #819bbd; -webkit-box-shadow: 1px 1px 3px 2px #819bbd; box-shadow: 1px 1px 3px 2px #819bbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,155,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 #819bbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #819bbd; -webkit-box-shadow: 1px 1px 3px 2px #819bbd; box-shadow: 1px 1px 3px 2px #819bbd;">
Div content here</div>
This div box has shadow with color #819bbd
Comments
No comments written yet.
Please login to write comment.