Shades of Jordy Blue #789CE6
Tints of Jordy Blue #789CE6
RGB
CMYK
RGB Variations
Color information
#789CE6 (or 0x789CE6) is known color: Jordy Blue. HEX triplet: 78, 9C and E6. RGB value is (120,156,230). Sum of RGB (Red+Green+Blue) = 120+156+230=506 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.72% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #789CE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789CE6 is #876319. Grayscale: #999999. Windows color (decimal): -8872730 or 15113336. OLE color: 15113336.
HSL color Cylindrical-coordinate representation of color #789CE6: hue angle of 220.36º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #789CE6 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 120 | 156 | 230 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.10 |
| HSL | 220.36º | 0.69% | 0.69% | - |
| HSV(B) | 220.36º | 0.48% | 0.9% | - |
| XYZ | 33.92 | 33.48 | 79.54 | - |
| YUV | 153.67 | 171.07 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 156 | 230 | 0.48 | 0.32 | 0 | 0.10 | 220.36 | 0.69 | 0.69 |
| Hex | 78 | 9C | E6 | 30 | 20 | 0 | A | DC | 45 | 45 |
| Octal | 170 | 234 | 346 | 60 | 40 | 0 | 12 | 334 | 105 | 105 |
| Binary | 1111000 | 10011100 | 11100110 | 110000 | 100000 | 0 | 1010 | 11011100 | 1000101 | 1000101 |
Color Harmonies of #789CE6
Complementary color
Monochromatic Colors of #789CE6
Black with #789CE6
Text Example
Text Example
White with #789CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789CE6; }
p { color: rgb(120,156,230); }
H1.HeaderClassName
{
color: #789CE6;
}
.AnyTagClassName
{
color: #789CE6;
}
</style>
background-color css
<style>
a { background-color: #789CE6; }
a { background-color: rgb(120,156,230); }
div.DivClassName
{
background-color: #789CE6;
}
.BgClassName
{
background-color: #789CE6;
}
</style>
border-color css
<style>
span { border-color: #789CE6; }
span { border-color: rgb(120,156,230); }
td.TdClassName
{
border-color: #789CE6;
}
.TagClassName
{
border-color: #789CE6;
}
</style>