Shades of Jordy Blue #7A9ADF
Tints of Jordy Blue #7A9ADF
RGB
CMYK
RGB Variations
Color information
#7A9ADF (or 0x7A9ADF) is known color: Jordy Blue. HEX triplet: 7A, 9A and DF. RGB value is (122,154,223). Sum of RGB (Red+Green+Blue) = 122+154+223=499 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.45% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A9ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9ADF is #856520. Grayscale: #979797. Windows color (decimal): -8742177 or 14654074. OLE color: 14654074.
HSL color Cylindrical-coordinate representation of color #7A9ADF: hue angle of 220.99º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A9ADF is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 154 | 223 | - |
| CMYK | 0.45 | 0.31 | 0 | 0.13 |
| HSL | 220.99º | 0.61% | 0.68% | - |
| HSV(B) | 220.99º | 0.45% | 0.87% | - |
| XYZ | 32.9 | 32.58 | 74.37 | - |
| YUV | 152.3 | 167.9 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 154 | 223 | 0.45 | 0.31 | 0 | 0.13 | 220.99 | 0.61 | 0.68 |
| Hex | 7A | 9A | DF | 2D | 1F | 0 | D | DD | 3D | 44 |
| Octal | 172 | 232 | 337 | 55 | 37 | 0 | 15 | 335 | 75 | 104 |
| Binary | 1111010 | 10011010 | 11011111 | 101101 | 11111 | 0 | 1101 | 11011101 | 111101 | 1000100 |
Color Harmonies of #7A9ADF
Complementary color
Monochromatic Colors of #7A9ADF
Black with #7A9ADF
Text Example
Text Example
White with #7A9ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9ADF; }
p { color: rgb(122,154,223); }
H1.HeaderClassName
{
color: #7A9ADF;
}
.AnyTagClassName
{
color: #7A9ADF;
}
</style>
background-color css
<style>
a { background-color: #7A9ADF; }
a { background-color: rgb(122,154,223); }
div.DivClassName
{
background-color: #7A9ADF;
}
.BgClassName
{
background-color: #7A9ADF;
}
</style>
border-color css
<style>
span { border-color: #7A9ADF; }
span { border-color: rgb(122,154,223); }
td.TdClassName
{
border-color: #7A9ADF;
}
.TagClassName
{
border-color: #7A9ADF;
}
</style>