Shades of Jordy Blue #7A9DDB
Tints of Jordy Blue #7A9DDB
RGB
CMYK
RGB Variations
Color information
#7A9DDB (or 0x7A9DDB) is known color: Jordy Blue. HEX triplet: 7A, 9D and DB. RGB value is (122,157,219). Sum of RGB (Red+Green+Blue) = 122+157+219=498 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.50% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A9DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9DDB is #856224. Grayscale: #999999. Windows color (decimal): -8741413 or 14392698. OLE color: 14392698.
HSL color Cylindrical-coordinate representation of color #7A9DDB: hue angle of 218.35º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A9DDB is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 157 | 219 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.14 |
| HSL | 218.35º | 0.57% | 0.67% | - |
| HSV(B) | 218.35º | 0.44% | 0.86% | - |
| XYZ | 32.87 | 33.37 | 71.73 | - |
| YUV | 153.6 | 164.9 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 157 | 219 | 0.44 | 0.28 | 0 | 0.14 | 218.35 | 0.57 | 0.67 |
| Hex | 7A | 9D | DB | 2C | 1C | 0 | E | DA | 39 | 43 |
| Octal | 172 | 235 | 333 | 54 | 34 | 0 | 16 | 332 | 71 | 103 |
| Binary | 1111010 | 10011101 | 11011011 | 101100 | 11100 | 0 | 1110 | 11011010 | 111001 | 1000011 |
Color Harmonies of #7A9DDB
Complementary color
Monochromatic Colors of #7A9DDB
Black with #7A9DDB
Text Example
Text Example
White with #7A9DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9DDB; }
p { color: rgb(122,157,219); }
H1.HeaderClassName
{
color: #7A9DDB;
}
.AnyTagClassName
{
color: #7A9DDB;
}
</style>
background-color css
<style>
a { background-color: #7A9DDB; }
a { background-color: rgb(122,157,219); }
div.DivClassName
{
background-color: #7A9DDB;
}
.BgClassName
{
background-color: #7A9DDB;
}
</style>
border-color css
<style>
span { border-color: #7A9DDB; }
span { border-color: rgb(122,157,219); }
td.TdClassName
{
border-color: #7A9DDB;
}
.TagClassName
{
border-color: #7A9DDB;
}
</style>