Shades of Jordy Blue #7898DD
Tints of Jordy Blue #7898DD
RGB
CMYK
RGB Variations
Color information
#7898DD (or 0x7898DD) is known color: Jordy Blue. HEX triplet: 78, 98 and DD. RGB value is (120,152,221). Sum of RGB (Red+Green+Blue) = 120+152+221=493 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.34% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #7898DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7898DD is #876722. Grayscale: #959595. Windows color (decimal): -8873763 or 14522488. OLE color: 14522488.
HSL color Cylindrical-coordinate representation of color #7898DD: hue angle of 220.99º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7898DD is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 152 | 221 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.13 |
| HSL | 220.99º | 0.6% | 0.67% | - |
| HSV(B) | 220.99º | 0.46% | 0.87% | - |
| XYZ | 32.03 | 31.67 | 72.83 | - |
| YUV | 150.3 | 167.9 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 152 | 221 | 0.46 | 0.31 | 0 | 0.13 | 220.99 | 0.6 | 0.67 |
| Hex | 78 | 98 | DD | 2E | 1F | 0 | D | DD | 3C | 43 |
| Octal | 170 | 230 | 335 | 56 | 37 | 0 | 15 | 335 | 74 | 103 |
| Binary | 1111000 | 10011000 | 11011101 | 101110 | 11111 | 0 | 1101 | 11011101 | 111100 | 1000011 |
Color Harmonies of #7898DD
Complementary color
Monochromatic Colors of #7898DD
Black with #7898DD
Text Example
Text Example
White with #7898DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7898DD; }
p { color: rgb(120,152,221); }
H1.HeaderClassName
{
color: #7898DD;
}
.AnyTagClassName
{
color: #7898DD;
}
</style>
background-color css
<style>
a { background-color: #7898DD; }
a { background-color: rgb(120,152,221); }
div.DivClassName
{
background-color: #7898DD;
}
.BgClassName
{
background-color: #7898DD;
}
</style>
border-color css
<style>
span { border-color: #7898DD; }
span { border-color: rgb(120,152,221); }
td.TdClassName
{
border-color: #7898DD;
}
.TagClassName
{
border-color: #7898DD;
}
</style>