Shades of Jordy Blue #7797D9
Tints of Jordy Blue #7797D9
RGB
CMYK
RGB Variations
Color information
#7797D9 (or 0x7797D9) is known color: Jordy Blue. HEX triplet: 77, 97 and D9. RGB value is (119,151,217). Sum of RGB (Red+Green+Blue) = 119+151+217=487 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.44% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 217 (85.16% from 255 or 44.56% from 487); Max value from RGB is 217 - color contains mainly: blue. Hex color #7797D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7797D9 is #886826. Grayscale: #949494. Windows color (decimal): -8939559 or 14260087. OLE color: 14260087.
HSL color Cylindrical-coordinate representation of color #7797D9: hue angle of 220.41º 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 #7797D9 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 151 | 217 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.15 |
| HSL | 220.41º | 0.56% | 0.66% | - |
| HSV(B) | 220.41º | 0.45% | 0.85% | - |
| XYZ | 31.2 | 31.06 | 70 | - |
| YUV | 148.96 | 166.4 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 151 | 217 | 0.45 | 0.30 | 0 | 0.15 | 220.41 | 0.56 | 0.66 |
| Hex | 77 | 97 | D9 | 2D | 1E | 0 | F | DC | 38 | 42 |
| Octal | 167 | 227 | 331 | 55 | 36 | 0 | 17 | 334 | 70 | 102 |
| Binary | 1110111 | 10010111 | 11011001 | 101101 | 11110 | 0 | 1111 | 11011100 | 111000 | 1000010 |
Color Harmonies of #7797D9
Complementary color
Monochromatic Colors of #7797D9
Black with #7797D9
Text Example
Text Example
White with #7797D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7797D9; }
p { color: rgb(119,151,217); }
H1.HeaderClassName
{
color: #7797D9;
}
.AnyTagClassName
{
color: #7797D9;
}
</style>
background-color css
<style>
a { background-color: #7797D9; }
a { background-color: rgb(119,151,217); }
div.DivClassName
{
background-color: #7797D9;
}
.BgClassName
{
background-color: #7797D9;
}
</style>
border-color css
<style>
span { border-color: #7797D9; }
span { border-color: rgb(119,151,217); }
td.TdClassName
{
border-color: #7797D9;
}
.TagClassName
{
border-color: #7797D9;
}
</style>