Shades of Jordy Blue #7A9ADA
Tints of Jordy Blue #7A9ADA
RGB
CMYK
RGB Variations
Color information
#7A9ADA (or 0x7A9ADA) is known color: Jordy Blue. HEX triplet: 7A, 9A and DA. RGB value is (122,154,218). Sum of RGB (Red+Green+Blue) = 122+154+218=494 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.70% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #7A9ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9ADA is #856525. Grayscale: #979797. Windows color (decimal): -8742182 or 14326394. OLE color: 14326394.
HSL color Cylindrical-coordinate representation of color #7A9ADA: hue angle of 220º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A9ADA is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 154 | 218 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.15 |
| HSL | 220º | 0.56% | 0.67% | - |
| HSV(B) | 220º | 0.44% | 0.85% | - |
| XYZ | 32.24 | 32.31 | 70.87 | - |
| YUV | 151.73 | 165.4 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 154 | 218 | 0.44 | 0.29 | 0 | 0.15 | 220 | 0.56 | 0.67 |
| Hex | 7A | 9A | DA | 2C | 1D | 0 | F | DC | 38 | 43 |
| Octal | 172 | 232 | 332 | 54 | 35 | 0 | 17 | 334 | 70 | 103 |
| Binary | 1111010 | 10011010 | 11011010 | 101100 | 11101 | 0 | 1111 | 11011100 | 111000 | 1000011 |
Color Harmonies of #7A9ADA
Complementary color
Monochromatic Colors of #7A9ADA
Black with #7A9ADA
Text Example
Text Example
White with #7A9ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9ADA; }
p { color: rgb(122,154,218); }
H1.HeaderClassName
{
color: #7A9ADA;
}
.AnyTagClassName
{
color: #7A9ADA;
}
</style>
background-color css
<style>
a { background-color: #7A9ADA; }
a { background-color: rgb(122,154,218); }
div.DivClassName
{
background-color: #7A9ADA;
}
.BgClassName
{
background-color: #7A9ADA;
}
</style>
border-color css
<style>
span { border-color: #7A9ADA; }
span { border-color: rgb(122,154,218); }
td.TdClassName
{
border-color: #7A9ADA;
}
.TagClassName
{
border-color: #7A9ADA;
}
</style>