Shades of Jordy Blue #7A9FDD
Tints of Jordy Blue #7A9FDD
RGB
CMYK
RGB Variations
Color information
#7A9FDD (or 0x7A9FDD) is known color: Jordy Blue. HEX triplet: 7A, 9F and DD. RGB value is (122,159,221). Sum of RGB (Red+Green+Blue) = 122+159+221=502 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.30% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A9FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9FDD is #856022. Grayscale: #9A9A9A. Windows color (decimal): -8740899 or 14524282. OLE color: 14524282.
HSL color Cylindrical-coordinate representation of color #7A9FDD: hue angle of 217.58º degrees, saturation: 0.59, 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 #7A9FDD is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 159 | 221 | - |
| CMYK | 0.45 | 0.28 | 0 | 0.13 |
| HSL | 217.58º | 0.59% | 0.67% | - |
| HSV(B) | 217.58º | 0.45% | 0.87% | - |
| XYZ | 33.48 | 34.15 | 73.23 | - |
| YUV | 155.01 | 165.24 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 159 | 221 | 0.45 | 0.28 | 0 | 0.13 | 217.58 | 0.59 | 0.67 |
| Hex | 7A | 9F | DD | 2D | 1C | 0 | D | DA | 3B | 43 |
| Octal | 172 | 237 | 335 | 55 | 34 | 0 | 15 | 332 | 73 | 103 |
| Binary | 1111010 | 10011111 | 11011101 | 101101 | 11100 | 0 | 1101 | 11011010 | 111011 | 1000011 |
Color Harmonies of #7A9FDD
Complementary color
Monochromatic Colors of #7A9FDD
Black with #7A9FDD
Text Example
Text Example
White with #7A9FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9FDD; }
p { color: rgb(122,159,221); }
H1.HeaderClassName
{
color: #7A9FDD;
}
.AnyTagClassName
{
color: #7A9FDD;
}
</style>
background-color css
<style>
a { background-color: #7A9FDD; }
a { background-color: rgb(122,159,221); }
div.DivClassName
{
background-color: #7A9FDD;
}
.BgClassName
{
background-color: #7A9FDD;
}
</style>
border-color css
<style>
span { border-color: #7A9FDD; }
span { border-color: rgb(122,159,221); }
td.TdClassName
{
border-color: #7A9FDD;
}
.TagClassName
{
border-color: #7A9FDD;
}
</style>