Shades of Jordy Blue #7A9FED
Tints of Jordy Blue #7A9FED
RGB
CMYK
RGB Variations
Color information
#7A9FED (or 0x7A9FED) is known color: Jordy Blue. HEX triplet: 7A, 9F and ED. RGB value is (122,159,237). Sum of RGB (Red+Green+Blue) = 122+159+237=518 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.55% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #7A9FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A9FED is #856012. Grayscale: #9C9C9C. Windows color (decimal): -8740883 or 15572858. OLE color: 15572858.
HSL color Cylindrical-coordinate representation of color #7A9FED: hue angle of 220.7º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A9FED is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 159 | 237 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.07 |
| HSL | 220.7º | 0.76% | 0.7% | - |
| HSV(B) | 220.7º | 0.49% | 0.93% | - |
| XYZ | 35.71 | 35.05 | 85 | - |
| YUV | 156.83 | 173.24 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 159 | 237 | 0.49 | 0.33 | 0 | 0.07 | 220.7 | 0.76 | 0.7 |
| Hex | 7A | 9F | ED | 31 | 21 | 0 | 7 | DD | 4C | 46 |
| Octal | 172 | 237 | 355 | 61 | 41 | 0 | 7 | 335 | 114 | 106 |
| Binary | 1111010 | 10011111 | 11101101 | 110001 | 100001 | 0 | 111 | 11011101 | 1001100 | 1000110 |
Color Harmonies of #7A9FED
Complementary color
Monochromatic Colors of #7A9FED
Black with #7A9FED
Text Example
Text Example
White with #7A9FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9FED; }
p { color: rgb(122,159,237); }
H1.HeaderClassName
{
color: #7A9FED;
}
.AnyTagClassName
{
color: #7A9FED;
}
</style>
background-color css
<style>
a { background-color: #7A9FED; }
a { background-color: rgb(122,159,237); }
div.DivClassName
{
background-color: #7A9FED;
}
.BgClassName
{
background-color: #7A9FED;
}
</style>
border-color css
<style>
span { border-color: #7A9FED; }
span { border-color: rgb(122,159,237); }
td.TdClassName
{
border-color: #7A9FED;
}
.TagClassName
{
border-color: #7A9FED;
}
</style>