Shades of Jordy Blue #7697DD
Tints of Jordy Blue #7697DD
RGB
CMYK
RGB Variations
Color information
#7697DD (or 0x7697DD) is known color: Jordy Blue. HEX triplet: 76, 97 and DD. RGB value is (118,151,221). Sum of RGB (Red+Green+Blue) = 118+151+221=490 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.08% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #7697DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7697DD is #896822. Grayscale: #949494. Windows color (decimal): -9005091 or 14522230. OLE color: 14522230.
HSL color Cylindrical-coordinate representation of color #7697DD: hue angle of 220.78º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7697DD is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 151 | 221 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.13 |
| HSL | 220.78º | 0.6% | 0.66% | - |
| HSV(B) | 220.78º | 0.47% | 0.87% | - |
| XYZ | 31.59 | 31.21 | 72.76 | - |
| YUV | 149.11 | 168.57 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 151 | 221 | 0.47 | 0.32 | 0 | 0.13 | 220.78 | 0.6 | 0.66 |
| Hex | 76 | 97 | DD | 2F | 20 | 0 | D | DD | 3C | 42 |
| Octal | 166 | 227 | 335 | 57 | 40 | 0 | 15 | 335 | 74 | 102 |
| Binary | 1110110 | 10010111 | 11011101 | 101111 | 100000 | 0 | 1101 | 11011101 | 111100 | 1000010 |
Color Harmonies of #7697DD
Complementary color
Monochromatic Colors of #7697DD
Black with #7697DD
Text Example
Text Example
White with #7697DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7697DD; }
p { color: rgb(118,151,221); }
H1.HeaderClassName
{
color: #7697DD;
}
.AnyTagClassName
{
color: #7697DD;
}
</style>
background-color css
<style>
a { background-color: #7697DD; }
a { background-color: rgb(118,151,221); }
div.DivClassName
{
background-color: #7697DD;
}
.BgClassName
{
background-color: #7697DD;
}
</style>
border-color css
<style>
span { border-color: #7697DD; }
span { border-color: rgb(118,151,221); }
td.TdClassName
{
border-color: #7697DD;
}
.TagClassName
{
border-color: #7697DD;
}
</style>