Shades of Jordy Blue #7A9ADC
Tints of Jordy Blue #7A9ADC
RGB
CMYK
RGB Variations
Color information
#7A9ADC (or 0x7A9ADC) is known color: Jordy Blue. HEX triplet: 7A, 9A and DC. RGB value is (122,154,220). Sum of RGB (Red+Green+Blue) = 122+154+220=496 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.60% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A9ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9ADC is #856523. Grayscale: #979797. Windows color (decimal): -8742180 or 14457466. OLE color: 14457466.
HSL color Cylindrical-coordinate representation of color #7A9ADC: hue angle of 220.41º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A9ADC is Cyan = 0.45, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 154 | 220 | - |
| CMYK | 0.45 | 0.3 | 0 | 0.14 |
| HSL | 220.41º | 0.58% | 0.67% | - |
| HSV(B) | 220.41º | 0.45% | 0.86% | - |
| XYZ | 32.5 | 32.42 | 72.25 | - |
| YUV | 151.96 | 166.4 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 154 | 220 | 0.45 | 0.3 | 0 | 0.14 | 220.41 | 0.58 | 0.67 |
| Hex | 7A | 9A | DC | 2D | 1E | 0 | E | DC | 3A | 43 |
| Octal | 172 | 232 | 334 | 55 | 36 | 0 | 16 | 334 | 72 | 103 |
| Binary | 1111010 | 10011010 | 11011100 | 101101 | 11110 | 0 | 1110 | 11011100 | 111010 | 1000011 |
Color Harmonies of #7A9ADC
Complementary color
Monochromatic Colors of #7A9ADC
Black with #7A9ADC
Text Example
Text Example
White with #7A9ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9ADC; }
p { color: rgb(122,154,220); }
H1.HeaderClassName
{
color: #7A9ADC;
}
.AnyTagClassName
{
color: #7A9ADC;
}
</style>
background-color css
<style>
a { background-color: #7A9ADC; }
a { background-color: rgb(122,154,220); }
div.DivClassName
{
background-color: #7A9ADC;
}
.BgClassName
{
background-color: #7A9ADC;
}
</style>
border-color css
<style>
span { border-color: #7A9ADC; }
span { border-color: rgb(122,154,220); }
td.TdClassName
{
border-color: #7A9ADC;
}
.TagClassName
{
border-color: #7A9ADC;
}
</style>