Shades of Jordy Blue #7BA7FA
Tints of Jordy Blue #7BA7FA
RGB
CMYK
RGB Variations
Color information
#7BA7FA (or 0x7BA7FA) is known color: Jordy Blue. HEX triplet: 7B, A7 and FA. RGB value is (123,167,250). Sum of RGB (Red+Green+Blue) = 123+167+250=540 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.78% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #7BA7FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA7FA is #845805. Grayscale: #A2A2A2. Windows color (decimal): -8673286 or 16426875. OLE color: 16426875.
HSL color Cylindrical-coordinate representation of color #7BA7FA: hue angle of 219.21º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BA7FA is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 167 | 250 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.02 |
| HSL | 219.21º | 0.93% | 0.73% | - |
| HSV(B) | 219.21º | 0.51% | 0.98% | - |
| XYZ | 39.24 | 38.75 | 95.85 | - |
| YUV | 163.31 | 176.92 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 167 | 250 | 0.51 | 0.33 | 0 | 0.02 | 219.21 | 0.93 | 0.73 |
| Hex | 7B | A7 | FA | 33 | 21 | 0 | 2 | DB | 5D | 49 |
| Octal | 173 | 247 | 372 | 63 | 41 | 0 | 2 | 333 | 135 | 111 |
| Binary | 1111011 | 10100111 | 11111010 | 110011 | 100001 | 0 | 10 | 11011011 | 1011101 | 1001001 |
Color Harmonies of #7BA7FA
Complementary color
Monochromatic Colors of #7BA7FA
Black with #7BA7FA
Text Example
Text Example
White with #7BA7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA7FA; }
p { color: rgb(123,167,250); }
H1.HeaderClassName
{
color: #7BA7FA;
}
.AnyTagClassName
{
color: #7BA7FA;
}
</style>
background-color css
<style>
a { background-color: #7BA7FA; }
a { background-color: rgb(123,167,250); }
div.DivClassName
{
background-color: #7BA7FA;
}
.BgClassName
{
background-color: #7BA7FA;
}
</style>
border-color css
<style>
span { border-color: #7BA7FA; }
span { border-color: rgb(123,167,250); }
td.TdClassName
{
border-color: #7BA7FA;
}
.TagClassName
{
border-color: #7BA7FA;
}
</style>