Shades of Jordy Blue #7197D2
Tints of Jordy Blue #7197D2
RGB
CMYK
RGB Variations
Color information
#7197D2 (or 0x7197D2) is known color: Jordy Blue. HEX triplet: 71, 97 and D2. RGB value is (113,151,210). Sum of RGB (Red+Green+Blue) = 113+151+210=474 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.84% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 210 (82.42% from 255 or 44.30% from 474); Max value from RGB is 210 - color contains mainly: blue. Hex color #7197D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7197D2 is #8E682D. Grayscale: #929292. Windows color (decimal): -9332782 or 13801329. OLE color: 13801329.
HSL color Cylindrical-coordinate representation of color #7197D2: hue angle of 216.49º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7197D2 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 151 | 210 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.18 |
| HSL | 216.49º | 0.52% | 0.63% | - |
| HSV(B) | 216.49º | 0.46% | 0.82% | - |
| XYZ | 29.51 | 30.3 | 65.27 | - |
| YUV | 146.36 | 163.91 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 151 | 210 | 0.46 | 0.28 | 0 | 0.18 | 216.49 | 0.52 | 0.63 |
| Hex | 71 | 97 | D2 | 2E | 1C | 0 | 12 | D8 | 34 | 3F |
| Octal | 161 | 227 | 322 | 56 | 34 | 0 | 22 | 330 | 64 | 77 |
| Binary | 1110001 | 10010111 | 11010010 | 101110 | 11100 | 0 | 10010 | 11011000 | 110100 | 111111 |
Color Harmonies of #7197D2
Complementary color
Monochromatic Colors of #7197D2
Black with #7197D2
Text Example
Text Example
White with #7197D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7197D2; }
p { color: rgb(113,151,210); }
H1.HeaderClassName
{
color: #7197D2;
}
.AnyTagClassName
{
color: #7197D2;
}
</style>
background-color css
<style>
a { background-color: #7197D2; }
a { background-color: rgb(113,151,210); }
div.DivClassName
{
background-color: #7197D2;
}
.BgClassName
{
background-color: #7197D2;
}
</style>
border-color css
<style>
span { border-color: #7197D2; }
span { border-color: rgb(113,151,210); }
td.TdClassName
{
border-color: #7197D2;
}
.TagClassName
{
border-color: #7197D2;
}
</style>