Shades of Jordy Blue #7A9CDB
Tints of Jordy Blue #7A9CDB
RGB
CMYK
RGB Variations
Color information
#7A9CDB (or 0x7A9CDB) is known color: Jordy Blue. HEX triplet: 7A, 9C and DB. RGB value is (122,156,219). Sum of RGB (Red+Green+Blue) = 122+156+219=497 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.55% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A9CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9CDB is #856324. Grayscale: #989898. Windows color (decimal): -8741669 or 14392442. OLE color: 14392442.
HSL color Cylindrical-coordinate representation of color #7A9CDB: hue angle of 218.97º 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 #7A9CDB is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 156 | 219 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.14 |
| HSL | 218.97º | 0.57% | 0.67% | - |
| HSV(B) | 218.97º | 0.44% | 0.86% | - |
| XYZ | 32.7 | 33.03 | 71.67 | - |
| YUV | 153.02 | 165.24 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 156 | 219 | 0.44 | 0.29 | 0 | 0.14 | 218.97 | 0.57 | 0.67 |
| Hex | 7A | 9C | DB | 2C | 1D | 0 | E | DB | 39 | 43 |
| Octal | 172 | 234 | 333 | 54 | 35 | 0 | 16 | 333 | 71 | 103 |
| Binary | 1111010 | 10011100 | 11011011 | 101100 | 11101 | 0 | 1110 | 11011011 | 111001 | 1000011 |
Color Harmonies of #7A9CDB
Complementary color
Monochromatic Colors of #7A9CDB
Black with #7A9CDB
Text Example
Text Example
White with #7A9CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9CDB; }
p { color: rgb(122,156,219); }
H1.HeaderClassName
{
color: #7A9CDB;
}
.AnyTagClassName
{
color: #7A9CDB;
}
</style>
background-color css
<style>
a { background-color: #7A9CDB; }
a { background-color: rgb(122,156,219); }
div.DivClassName
{
background-color: #7A9CDB;
}
.BgClassName
{
background-color: #7A9CDB;
}
</style>
border-color css
<style>
span { border-color: #7A9CDB; }
span { border-color: rgb(122,156,219); }
td.TdClassName
{
border-color: #7A9CDB;
}
.TagClassName
{
border-color: #7A9CDB;
}
</style>