Shades of Jordy Blue #7597D9
Tints of Jordy Blue #7597D9
RGB
CMYK
RGB Variations
Color information
#7597D9 (or 0x7597D9) is known color: Jordy Blue. HEX triplet: 75, 97 and D9. RGB value is (117,151,217). Sum of RGB (Red+Green+Blue) = 117+151+217=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #7597D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7597D9 is #8A6826. Grayscale: #949494. Windows color (decimal): -9070631 or 14260085. OLE color: 14260085.
HSL color Cylindrical-coordinate representation of color #7597D9: hue angle of 219.6º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7597D9 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 151 | 217 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.15 |
| HSL | 219.6º | 0.57% | 0.65% | - |
| HSV(B) | 219.6º | 0.46% | 0.85% | - |
| XYZ | 30.93 | 30.92 | 69.98 | - |
| YUV | 148.36 | 166.74 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 151 | 217 | 0.46 | 0.30 | 0 | 0.15 | 219.6 | 0.57 | 0.65 |
| Hex | 75 | 97 | D9 | 2E | 1E | 0 | F | DC | 39 | 41 |
| Octal | 165 | 227 | 331 | 56 | 36 | 0 | 17 | 334 | 71 | 101 |
| Binary | 1110101 | 10010111 | 11011001 | 101110 | 11110 | 0 | 1111 | 11011100 | 111001 | 1000001 |
Color Harmonies of #7597D9
Complementary color
Monochromatic Colors of #7597D9
Black with #7597D9
Text Example
Text Example
White with #7597D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7597D9; }
p { color: rgb(117,151,217); }
H1.HeaderClassName
{
color: #7597D9;
}
.AnyTagClassName
{
color: #7597D9;
}
</style>
background-color css
<style>
a { background-color: #7597D9; }
a { background-color: rgb(117,151,217); }
div.DivClassName
{
background-color: #7597D9;
}
.BgClassName
{
background-color: #7597D9;
}
</style>
border-color css
<style>
span { border-color: #7597D9; }
span { border-color: rgb(117,151,217); }
td.TdClassName
{
border-color: #7597D9;
}
.TagClassName
{
border-color: #7597D9;
}
</style>