Shades of Jordy Blue #7A9CE5
Tints of Jordy Blue #7A9CE5
RGB
CMYK
RGB Variations
Color information
#7A9CE5 (or 0x7A9CE5) is known color: Jordy Blue. HEX triplet: 7A, 9C and E5. RGB value is (122,156,229). Sum of RGB (Red+Green+Blue) = 122+156+229=507 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.06% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #7A9CE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9CE5 is #85631A. Grayscale: #999999. Windows color (decimal): -8741659 or 15047802. OLE color: 15047802.
HSL color Cylindrical-coordinate representation of color #7A9CE5: hue angle of 220.93º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A9CE5 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 156 | 229 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.10 |
| HSL | 220.93º | 0.67% | 0.69% | - |
| HSV(B) | 220.93º | 0.47% | 0.9% | - |
| XYZ | 34.06 | 33.57 | 78.81 | - |
| YUV | 154.16 | 170.24 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 156 | 229 | 0.47 | 0.32 | 0 | 0.10 | 220.93 | 0.67 | 0.69 |
| Hex | 7A | 9C | E5 | 2F | 20 | 0 | A | DD | 43 | 45 |
| Octal | 172 | 234 | 345 | 57 | 40 | 0 | 12 | 335 | 103 | 105 |
| Binary | 1111010 | 10011100 | 11100101 | 101111 | 100000 | 0 | 1010 | 11011101 | 1000011 | 1000101 |
Color Harmonies of #7A9CE5
Complementary color
Monochromatic Colors of #7A9CE5
Black with #7A9CE5
Text Example
Text Example
White with #7A9CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9CE5; }
p { color: rgb(122,156,229); }
H1.HeaderClassName
{
color: #7A9CE5;
}
.AnyTagClassName
{
color: #7A9CE5;
}
</style>
background-color css
<style>
a { background-color: #7A9CE5; }
a { background-color: rgb(122,156,229); }
div.DivClassName
{
background-color: #7A9CE5;
}
.BgClassName
{
background-color: #7A9CE5;
}
</style>
border-color css
<style>
span { border-color: #7A9CE5; }
span { border-color: rgb(122,156,229); }
td.TdClassName
{
border-color: #7A9CE5;
}
.TagClassName
{
border-color: #7A9CE5;
}
</style>