Shades of Jordy Blue #7197D9
Tints of Jordy Blue #7197D9
RGB
CMYK
RGB Variations
Color information
#7197D9 (or 0x7197D9) is known color: Jordy Blue. HEX triplet: 71, 97 and D9. RGB value is (113,151,217). Sum of RGB (Red+Green+Blue) = 113+151+217=481 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.49% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 217 - color contains mainly: blue. Hex color #7197D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7197D9 is #8E6826. Grayscale: #929292. Windows color (decimal): -9332775 or 14260081. OLE color: 14260081.
HSL color Cylindrical-coordinate representation of color #7197D9: hue angle of 218.08º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7197D9 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 151 | 217 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.15 |
| HSL | 218.08º | 0.58% | 0.65% | - |
| HSV(B) | 218.08º | 0.48% | 0.85% | - |
| XYZ | 30.4 | 30.65 | 69.96 | - |
| YUV | 147.16 | 167.41 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 151 | 217 | 0.48 | 0.30 | 0 | 0.15 | 218.08 | 0.58 | 0.65 |
| Hex | 71 | 97 | D9 | 30 | 1E | 0 | F | DA | 3A | 41 |
| Octal | 161 | 227 | 331 | 60 | 36 | 0 | 17 | 332 | 72 | 101 |
| Binary | 1110001 | 10010111 | 11011001 | 110000 | 11110 | 0 | 1111 | 11011010 | 111010 | 1000001 |
Color Harmonies of #7197D9
Complementary color
Monochromatic Colors of #7197D9
Black with #7197D9
Text Example
Text Example
White with #7197D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7197D9; }
p { color: rgb(113,151,217); }
H1.HeaderClassName
{
color: #7197D9;
}
.AnyTagClassName
{
color: #7197D9;
}
</style>
background-color css
<style>
a { background-color: #7197D9; }
a { background-color: rgb(113,151,217); }
div.DivClassName
{
background-color: #7197D9;
}
.BgClassName
{
background-color: #7197D9;
}
</style>
border-color css
<style>
span { border-color: #7197D9; }
span { border-color: rgb(113,151,217); }
td.TdClassName
{
border-color: #7197D9;
}
.TagClassName
{
border-color: #7197D9;
}
</style>