Shades of Jordy Blue #7798D9
Tints of Jordy Blue #7798D9
RGB
CMYK
RGB Variations
Color information
#7798D9 (or 0x7798D9) is known color: Jordy Blue. HEX triplet: 77, 98 and D9. RGB value is (119,152,217). Sum of RGB (Red+Green+Blue) = 119+152+217=488 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.39% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 217 (85.16% from 255 or 44.47% from 488); Max value from RGB is 217 - color contains mainly: blue. Hex color #7798D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7798D9 is #886726. Grayscale: #959595. Windows color (decimal): -8939303 or 14260343. OLE color: 14260343.
HSL color Cylindrical-coordinate representation of color #7798D9: hue angle of 219.8º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7798D9 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 152 | 217 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.15 |
| HSL | 219.8º | 0.56% | 0.66% | - |
| HSV(B) | 219.8º | 0.45% | 0.85% | - |
| XYZ | 31.36 | 31.39 | 70.05 | - |
| YUV | 149.54 | 166.07 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 152 | 217 | 0.45 | 0.30 | 0 | 0.15 | 219.8 | 0.56 | 0.66 |
| Hex | 77 | 98 | D9 | 2D | 1E | 0 | F | DC | 38 | 42 |
| Octal | 167 | 230 | 331 | 55 | 36 | 0 | 17 | 334 | 70 | 102 |
| Binary | 1110111 | 10011000 | 11011001 | 101101 | 11110 | 0 | 1111 | 11011100 | 111000 | 1000010 |
Color Harmonies of #7798D9
Complementary color
Monochromatic Colors of #7798D9
Black with #7798D9
Text Example
Text Example
White with #7798D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7798D9; }
p { color: rgb(119,152,217); }
H1.HeaderClassName
{
color: #7798D9;
}
.AnyTagClassName
{
color: #7798D9;
}
</style>
background-color css
<style>
a { background-color: #7798D9; }
a { background-color: rgb(119,152,217); }
div.DivClassName
{
background-color: #7798D9;
}
.BgClassName
{
background-color: #7798D9;
}
</style>
border-color css
<style>
span { border-color: #7798D9; }
span { border-color: rgb(119,152,217); }
td.TdClassName
{
border-color: #7798D9;
}
.TagClassName
{
border-color: #7798D9;
}
</style>