Color spaces of #789ccc
RGB | 120 | 156 | 204 |
---|---|---|---|
HSL | 0.60 | 0.45 | 0.64 |
HSV | 214° | 41° | 80° |
CMYK | 0.41 | 0.24 | 0.00 0.20 |
XYZ | 30.5333 | 32.1296 | 61.7191 |
Yxy | 32.1296 | 0.2455 | 0.2583 |
Hunter Lab | 56.6830 | -3.0430 | -24.8797 |
CIE-Lab | 63.4499 | -0.0184 | -28.5372 |
#789ccc color RGB value is (120,156,204).
#789ccc hex color red value is 120, green value is 156 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #789ccc hue: 0.60 , saturation: 0.45 and the lightness value of 789ccc is 0.64.
The process color (four color CMYK) of #789ccc color hex is 0.41, 0.24, 0.00, 0.20. Web safe color of #789ccc is #6699cc. Color #789ccc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 10011100 | 11001100 |
Octal | 170 | 234 | 314 |
Decimal | 120 | 156 | 204 |
Hex | 78 | 9C | CC |
Shades of #789ccc
Tints of #789ccc
RGB Percentages of Color #789ccc
CMYK Percentages of Color #789ccc
Complementary Color
#789ccc | #cca878 |
#789ccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#789ccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#789ccc Color CSS Codes
.mybgcolor {background-color:#789ccc; } .myforecolor {color:#789ccc; } .mybordercolor {border:3px solid #789ccc; }
#789ccc Text Font Color
<p style="color:#789ccc">Text here</p>
This sample text font color is #789ccc
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.
#789ccc Background Color
<div style="background-color:#789ccc">
Div content here</div>
This div background color is #789ccc
#789ccc Border Color
<div style="border:3px solid #789ccc">
Div here</div>
This div border color is #789ccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,156,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #789ccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #789ccc; -webkit-box-shadow: 1px 1px 3px 2px #789ccc; box-shadow: 1px 1px 3px 2px #789ccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,156,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #789ccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #789ccc; -webkit-box-shadow: 1px 1px 3px 2px #789ccc; box-shadow: 1px 1px 3px 2px #789ccc;">
Div content here</div>
This div box has shadow with color #789ccc
Comments
No comments written yet.
Please login to write comment.