Shades of Jordy Blue #789ADC
Tints of Jordy Blue #789ADC
RGB
CMYK
RGB Variations
Color information
#789ADC (or 0x789ADC) is known color: Jordy Blue. HEX triplet: 78, 9A and DC. RGB value is (120,154,220). Sum of RGB (Red+Green+Blue) = 120+154+220=494 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.29% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #789ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789ADC is #876523. Grayscale: #979797. Windows color (decimal): -8873252 or 14457464. OLE color: 14457464.
HSL color Cylindrical-coordinate representation of color #789ADC: hue angle of 219.6º 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 #789ADC is Cyan = 0.45, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 154 | 220 | - |
| CMYK | 0.45 | 0.3 | 0 | 0.14 |
| HSL | 219.6º | 0.59% | 0.67% | - |
| HSV(B) | 219.6º | 0.45% | 0.86% | - |
| XYZ | 32.22 | 32.27 | 72.24 | - |
| YUV | 151.36 | 166.74 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 154 | 220 | 0.45 | 0.3 | 0 | 0.14 | 219.6 | 0.59 | 0.67 |
| Hex | 78 | 9A | DC | 2D | 1E | 0 | E | DC | 3B | 43 |
| Octal | 170 | 232 | 334 | 55 | 36 | 0 | 16 | 334 | 73 | 103 |
| Binary | 1111000 | 10011010 | 11011100 | 101101 | 11110 | 0 | 1110 | 11011100 | 111011 | 1000011 |
Color Harmonies of #789ADC
Complementary color
Monochromatic Colors of #789ADC
Black with #789ADC
Text Example
Text Example
White with #789ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789ADC; }
p { color: rgb(120,154,220); }
H1.HeaderClassName
{
color: #789ADC;
}
.AnyTagClassName
{
color: #789ADC;
}
</style>
background-color css
<style>
a { background-color: #789ADC; }
a { background-color: rgb(120,154,220); }
div.DivClassName
{
background-color: #789ADC;
}
.BgClassName
{
background-color: #789ADC;
}
</style>
border-color css
<style>
span { border-color: #789ADC; }
span { border-color: rgb(120,154,220); }
td.TdClassName
{
border-color: #789ADC;
}
.TagClassName
{
border-color: #789ADC;
}
</style>