Shades of Jordy Blue #7A9FDB
Tints of Jordy Blue #7A9FDB
RGB
CMYK
RGB Variations
Color information
#7A9FDB (or 0x7A9FDB) is known color: Jordy Blue. HEX triplet: 7A, 9F and DB. RGB value is (122,159,219). Sum of RGB (Red+Green+Blue) = 122+159+219=500 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.4% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A9FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9FDB is #856024. Grayscale: #9A9A9A. Windows color (decimal): -8740901 or 14393210. OLE color: 14393210.
HSL color Cylindrical-coordinate representation of color #7A9FDB: hue angle of 217.11º 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 #7A9FDB is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 159 | 219 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.14 |
| HSL | 217.11º | 0.57% | 0.67% | - |
| HSV(B) | 217.11º | 0.44% | 0.86% | - |
| XYZ | 33.21 | 34.05 | 71.84 | - |
| YUV | 154.78 | 164.24 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 159 | 219 | 0.44 | 0.27 | 0 | 0.14 | 217.11 | 0.57 | 0.67 |
| Hex | 7A | 9F | DB | 2C | 1B | 0 | E | D9 | 39 | 43 |
| Octal | 172 | 237 | 333 | 54 | 33 | 0 | 16 | 331 | 71 | 103 |
| Binary | 1111010 | 10011111 | 11011011 | 101100 | 11011 | 0 | 1110 | 11011001 | 111001 | 1000011 |
Color Harmonies of #7A9FDB
Complementary color
Monochromatic Colors of #7A9FDB
Black with #7A9FDB
Text Example
Text Example
White with #7A9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9FDB; }
p { color: rgb(122,159,219); }
H1.HeaderClassName
{
color: #7A9FDB;
}
.AnyTagClassName
{
color: #7A9FDB;
}
</style>
background-color css
<style>
a { background-color: #7A9FDB; }
a { background-color: rgb(122,159,219); }
div.DivClassName
{
background-color: #7A9FDB;
}
.BgClassName
{
background-color: #7A9FDB;
}
</style>
border-color css
<style>
span { border-color: #7A9FDB; }
span { border-color: rgb(122,159,219); }
td.TdClassName
{
border-color: #7A9FDB;
}
.TagClassName
{
border-color: #7A9FDB;
}
</style>