Shades of Jordy Blue #7A9ADE
Tints of Jordy Blue #7A9ADE
RGB
CMYK
RGB Variations
Color information
#7A9ADE (or 0x7A9ADE) is known color: Jordy Blue. HEX triplet: 7A, 9A and DE. RGB value is (122,154,222). Sum of RGB (Red+Green+Blue) = 122+154+222=498 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.50% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #7A9ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9ADE is #856521. Grayscale: #979797. Windows color (decimal): -8742178 or 14588538. OLE color: 14588538.
HSL color Cylindrical-coordinate representation of color #7A9ADE: hue angle of 220.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A9ADE is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 154 | 222 | - |
| CMYK | 0.45 | 0.31 | 0 | 0.13 |
| HSL | 220.8º | 0.6% | 0.67% | - |
| HSV(B) | 220.8º | 0.45% | 0.87% | - |
| XYZ | 32.77 | 32.52 | 73.66 | - |
| YUV | 152.18 | 167.4 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 154 | 222 | 0.45 | 0.31 | 0 | 0.13 | 220.8 | 0.6 | 0.67 |
| Hex | 7A | 9A | DE | 2D | 1F | 0 | D | DD | 3C | 43 |
| Octal | 172 | 232 | 336 | 55 | 37 | 0 | 15 | 335 | 74 | 103 |
| Binary | 1111010 | 10011010 | 11011110 | 101101 | 11111 | 0 | 1101 | 11011101 | 111100 | 1000011 |
Color Harmonies of #7A9ADE
Complementary color
Monochromatic Colors of #7A9ADE
Black with #7A9ADE
Text Example
Text Example
White with #7A9ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9ADE; }
p { color: rgb(122,154,222); }
H1.HeaderClassName
{
color: #7A9ADE;
}
.AnyTagClassName
{
color: #7A9ADE;
}
</style>
background-color css
<style>
a { background-color: #7A9ADE; }
a { background-color: rgb(122,154,222); }
div.DivClassName
{
background-color: #7A9ADE;
}
.BgClassName
{
background-color: #7A9ADE;
}
</style>
border-color css
<style>
span { border-color: #7A9ADE; }
span { border-color: rgb(122,154,222); }
td.TdClassName
{
border-color: #7A9ADE;
}
.TagClassName
{
border-color: #7A9ADE;
}
</style>