Shades of Jordy Blue #789CDC
Tints of Jordy Blue #789CDC
RGB
CMYK
RGB Variations
Color information
#789CDC (or 0x789CDC) is known color: Jordy Blue. HEX triplet: 78, 9C and DC. RGB value is (120,156,220). Sum of RGB (Red+Green+Blue) = 120+156+220=496 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.19% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #789CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789CDC is #876323. Grayscale: #989898. Windows color (decimal): -8872740 or 14457976. OLE color: 14457976.
HSL color Cylindrical-coordinate representation of color #789CDC: hue angle of 218.4º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #789CDC is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 156 | 220 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.14 |
| HSL | 218.4º | 0.59% | 0.67% | - |
| HSV(B) | 218.4º | 0.45% | 0.86% | - |
| XYZ | 32.55 | 32.94 | 72.35 | - |
| YUV | 152.53 | 166.07 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 156 | 220 | 0.45 | 0.29 | 0 | 0.14 | 218.4 | 0.59 | 0.67 |
| Hex | 78 | 9C | DC | 2D | 1D | 0 | E | DA | 3B | 43 |
| Octal | 170 | 234 | 334 | 55 | 35 | 0 | 16 | 332 | 73 | 103 |
| Binary | 1111000 | 10011100 | 11011100 | 101101 | 11101 | 0 | 1110 | 11011010 | 111011 | 1000011 |
Color Harmonies of #789CDC
Complementary color
Monochromatic Colors of #789CDC
Black with #789CDC
Text Example
Text Example
White with #789CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789CDC; }
p { color: rgb(120,156,220); }
H1.HeaderClassName
{
color: #789CDC;
}
.AnyTagClassName
{
color: #789CDC;
}
</style>
background-color css
<style>
a { background-color: #789CDC; }
a { background-color: rgb(120,156,220); }
div.DivClassName
{
background-color: #789CDC;
}
.BgClassName
{
background-color: #789CDC;
}
</style>
border-color css
<style>
span { border-color: #789CDC; }
span { border-color: rgb(120,156,220); }
td.TdClassName
{
border-color: #789CDC;
}
.TagClassName
{
border-color: #789CDC;
}
</style>