Shades of Jordy Blue #7697D9
Tints of Jordy Blue #7697D9
RGB
CMYK
RGB Variations
Color information
#7697D9 (or 0x7697D9) is known color: Jordy Blue. HEX triplet: 76, 97 and D9. RGB value is (118,151,217). Sum of RGB (Red+Green+Blue) = 118+151+217=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 217 - color contains mainly: blue. Hex color #7697D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7697D9 is #896826. Grayscale: #949494. Windows color (decimal): -9005095 or 14260086. OLE color: 14260086.
HSL color Cylindrical-coordinate representation of color #7697D9: hue angle of 220º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7697D9 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 151 | 217 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.15 |
| HSL | 220º | 0.57% | 0.66% | - |
| HSV(B) | 220º | 0.46% | 0.85% | - |
| XYZ | 31.06 | 30.99 | 69.99 | - |
| YUV | 148.66 | 166.57 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 151 | 217 | 0.46 | 0.30 | 0 | 0.15 | 220 | 0.57 | 0.66 |
| Hex | 76 | 97 | D9 | 2E | 1E | 0 | F | DC | 39 | 42 |
| Octal | 166 | 227 | 331 | 56 | 36 | 0 | 17 | 334 | 71 | 102 |
| Binary | 1110110 | 10010111 | 11011001 | 101110 | 11110 | 0 | 1111 | 11011100 | 111001 | 1000010 |
Color Harmonies of #7697D9
Complementary color
Monochromatic Colors of #7697D9
Black with #7697D9
Text Example
Text Example
White with #7697D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7697D9; }
p { color: rgb(118,151,217); }
H1.HeaderClassName
{
color: #7697D9;
}
.AnyTagClassName
{
color: #7697D9;
}
</style>
background-color css
<style>
a { background-color: #7697D9; }
a { background-color: rgb(118,151,217); }
div.DivClassName
{
background-color: #7697D9;
}
.BgClassName
{
background-color: #7697D9;
}
</style>
border-color css
<style>
span { border-color: #7697D9; }
span { border-color: rgb(118,151,217); }
td.TdClassName
{
border-color: #7697D9;
}
.TagClassName
{
border-color: #7697D9;
}
</style>