Shades of Jordy Blue #7BA5E9
Tints of Jordy Blue #7BA5E9
RGB
CMYK
RGB Variations
Color information
#7BA5E9 (or 0x7BA5E9) is known color: Jordy Blue. HEX triplet: 7B, A5 and E9. RGB value is (123,165,233). Sum of RGB (Red+Green+Blue) = 123+165+233=521 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.61% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 233 (91.41% from 255 or 44.72% from 521); Max value from RGB is 233 - color contains mainly: blue. Hex color #7BA5E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA5E9 is #845A16. Grayscale: #9F9F9F. Windows color (decimal): -8673815 or 15312251. OLE color: 15312251.
HSL color Cylindrical-coordinate representation of color #7BA5E9: hue angle of 217.09º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BA5E9 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 123 | 165 | 233 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.09 |
| HSL | 217.09º | 0.71% | 0.7% | - |
| HSV(B) | 217.09º | 0.47% | 0.91% | - |
| XYZ | 36.33 | 37 | 82.32 | - |
| YUV | 160.19 | 169.09 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 165 | 233 | 0.47 | 0.29 | 0 | 0.09 | 217.09 | 0.71 | 0.7 |
| Hex | 7B | A5 | E9 | 2F | 1D | 0 | 9 | D9 | 47 | 46 |
| Octal | 173 | 245 | 351 | 57 | 35 | 0 | 11 | 331 | 107 | 106 |
| Binary | 1111011 | 10100101 | 11101001 | 101111 | 11101 | 0 | 1001 | 11011001 | 1000111 | 1000110 |
Color Harmonies of #7BA5E9
Complementary color
Monochromatic Colors of #7BA5E9
Black with #7BA5E9
Text Example
Text Example
White with #7BA5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA5E9; }
p { color: rgb(123,165,233); }
H1.HeaderClassName
{
color: #7BA5E9;
}
.AnyTagClassName
{
color: #7BA5E9;
}
</style>
background-color css
<style>
a { background-color: #7BA5E9; }
a { background-color: rgb(123,165,233); }
div.DivClassName
{
background-color: #7BA5E9;
}
.BgClassName
{
background-color: #7BA5E9;
}
</style>
border-color css
<style>
span { border-color: #7BA5E9; }
span { border-color: rgb(123,165,233); }
td.TdClassName
{
border-color: #7BA5E9;
}
.TagClassName
{
border-color: #7BA5E9;
}
</style>