Shades of Jordy Blue #7A9EEE
Tints of Jordy Blue #7A9EEE
RGB
CMYK
RGB Variations
Color information
#7A9EEE (or 0x7A9EEE) is known color: Jordy Blue. HEX triplet: 7A, 9E and EE. RGB value is (122,158,238). Sum of RGB (Red+Green+Blue) = 122+158+238=518 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.55% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A9EEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A9EEE is #856111. Grayscale: #9C9C9C. Windows color (decimal): -8741138 or 15638138. OLE color: 15638138.
HSL color Cylindrical-coordinate representation of color #7A9EEE: hue angle of 221.38º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A9EEE is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 158 | 238 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.07 |
| HSL | 221.38º | 0.77% | 0.71% | - |
| HSV(B) | 221.38º | 0.49% | 0.93% | - |
| XYZ | 35.69 | 34.76 | 85.72 | - |
| YUV | 156.36 | 174.07 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 158 | 238 | 0.49 | 0.34 | 0 | 0.07 | 221.38 | 0.77 | 0.71 |
| Hex | 7A | 9E | EE | 31 | 22 | 0 | 7 | DD | 4D | 47 |
| Octal | 172 | 236 | 356 | 61 | 42 | 0 | 7 | 335 | 115 | 107 |
| Binary | 1111010 | 10011110 | 11101110 | 110001 | 100010 | 0 | 111 | 11011101 | 1001101 | 1000111 |
Color Harmonies of #7A9EEE
Complementary color
Monochromatic Colors of #7A9EEE
Black with #7A9EEE
Text Example
Text Example
White with #7A9EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9EEE; }
p { color: rgb(122,158,238); }
H1.HeaderClassName
{
color: #7A9EEE;
}
.AnyTagClassName
{
color: #7A9EEE;
}
</style>
background-color css
<style>
a { background-color: #7A9EEE; }
a { background-color: rgb(122,158,238); }
div.DivClassName
{
background-color: #7A9EEE;
}
.BgClassName
{
background-color: #7A9EEE;
}
</style>
border-color css
<style>
span { border-color: #7A9EEE; }
span { border-color: rgb(122,158,238); }
td.TdClassName
{
border-color: #7A9EEE;
}
.TagClassName
{
border-color: #7A9EEE;
}
</style>