Shades of Jordy Blue #7BA1E9
Tints of Jordy Blue #7BA1E9
RGB
CMYK
RGB Variations
Color information
#7BA1E9 (or 0x7BA1E9) is known color: Jordy Blue. HEX triplet: 7B, A1 and E9. RGB value is (123,161,233). Sum of RGB (Red+Green+Blue) = 123+161+233=517 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.79% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 233 (91.41% from 255 or 45.07% from 517); Max value from RGB is 233 - color contains mainly: blue. Hex color #7BA1E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA1E9 is #845E16. Grayscale: #9D9D9D. Windows color (decimal): -8674839 or 15311227. OLE color: 15311227.
HSL color Cylindrical-coordinate representation of color #7BA1E9: hue angle of 219.27º 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 #7BA1E9 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 123 | 161 | 233 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.09 |
| HSL | 219.27º | 0.71% | 0.7% | - |
| HSV(B) | 219.27º | 0.47% | 0.91% | - |
| XYZ | 35.62 | 35.58 | 82.08 | - |
| YUV | 157.85 | 170.41 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 161 | 233 | 0.47 | 0.31 | 0 | 0.09 | 219.27 | 0.71 | 0.7 |
| Hex | 7B | A1 | E9 | 2F | 1F | 0 | 9 | DB | 47 | 46 |
| Octal | 173 | 241 | 351 | 57 | 37 | 0 | 11 | 333 | 107 | 106 |
| Binary | 1111011 | 10100001 | 11101001 | 101111 | 11111 | 0 | 1001 | 11011011 | 1000111 | 1000110 |
Color Harmonies of #7BA1E9
Complementary color
Monochromatic Colors of #7BA1E9
Black with #7BA1E9
Text Example
Text Example
White with #7BA1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA1E9; }
p { color: rgb(123,161,233); }
H1.HeaderClassName
{
color: #7BA1E9;
}
.AnyTagClassName
{
color: #7BA1E9;
}
</style>
background-color css
<style>
a { background-color: #7BA1E9; }
a { background-color: rgb(123,161,233); }
div.DivClassName
{
background-color: #7BA1E9;
}
.BgClassName
{
background-color: #7BA1E9;
}
</style>
border-color css
<style>
span { border-color: #7BA1E9; }
span { border-color: rgb(123,161,233); }
td.TdClassName
{
border-color: #7BA1E9;
}
.TagClassName
{
border-color: #7BA1E9;
}
</style>