Color spaces of #789abb
RGB | 120 | 154 | 187 |
---|---|---|---|
HSL | 0.58 | 0.33 | 0.60 |
HSV | 210° | 36° | 73° |
CMYK | 0.36 | 0.18 | 0.00 0.27 |
XYZ | 28.2710 | 30.6921 | 51.4478 |
Yxy | 30.6921 | 0.2561 | 0.2780 |
Hunter Lab | 55.4005 | -5.8618 | -16.2795 |
CIE-Lab | 62.2468 | -3.5084 | -20.8671 |
#789abb color RGB value is (120,154,187).
#789abb hex color red value is 120, green value is 154 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #789abb hue: 0.58 , saturation: 0.33 and the lightness value of 789abb is 0.60.
The process color (four color CMYK) of #789abb color hex is 0.36, 0.18, 0.00, 0.27. Web safe color of #789abb is #6699cc. Color #789abb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 10011010 | 10111011 |
Octal | 170 | 232 | 273 |
Decimal | 120 | 154 | 187 |
Hex | 78 | 9A | BB |
Shades of #789abb
Tints of #789abb
RGB Percentages of Color #789abb
CMYK Percentages of Color #789abb
Complementary Color
#789abb | #bb9978 |
#789abb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#789abb Color Preview on White Background
Lorem ipsum dolor sit amet.
#789abb Color CSS Codes
.mybgcolor {background-color:#789abb; } .myforecolor {color:#789abb; } .mybordercolor {border:3px solid #789abb; }
#789abb Text Font Color
<p style="color:#789abb">Text here</p>
This sample text font color is #789abb
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.
#789abb Background Color
<div style="background-color:#789abb">
Div content here</div>
This div background color is #789abb
#789abb Border Color
<div style="border:3px solid #789abb">
Div here</div>
This div border color is #789abb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,154,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #789abb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #789abb; -webkit-box-shadow: 1px 1px 3px 2px #789abb; box-shadow: 1px 1px 3px 2px #789abb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,154,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #789abb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #789abb; -webkit-box-shadow: 1px 1px 3px 2px #789abb; box-shadow: 1px 1px 3px 2px #789abb;">
Div content here</div>
This div box has shadow with color #789abb
#789abb Color Palettes
Comments
No comments written yet.
Please login to write comment.