Shades of Jordy Blue #7BA7EE
Tints of Jordy Blue #7BA7EE
RGB
CMYK
RGB Variations
Color information
#7BA7EE (or 0x7BA7EE) is known color: Jordy Blue. HEX triplet: 7B, A7 and EE. RGB value is (123,167,238). Sum of RGB (Red+Green+Blue) = 123+167+238=528 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.30% from 528); Green value is 167 (65.62% from 255 or 31.63% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #7BA7EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA7EE is #845811. Grayscale: #A1A1A1. Windows color (decimal): -8673298 or 15640443. OLE color: 15640443.
HSL color Cylindrical-coordinate representation of color #7BA7EE: hue angle of 217.04º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BA7EE is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 167 | 238 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.07 |
| HSL | 217.04º | 0.77% | 0.71% | - |
| HSV(B) | 217.04º | 0.48% | 0.93% | - |
| XYZ | 37.42 | 38.02 | 86.26 | - |
| YUV | 161.94 | 170.92 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 167 | 238 | 0.48 | 0.30 | 0 | 0.07 | 217.04 | 0.77 | 0.71 |
| Hex | 7B | A7 | EE | 30 | 1E | 0 | 7 | D9 | 4D | 47 |
| Octal | 173 | 247 | 356 | 60 | 36 | 0 | 7 | 331 | 115 | 107 |
| Binary | 1111011 | 10100111 | 11101110 | 110000 | 11110 | 0 | 111 | 11011001 | 1001101 | 1000111 |
Color Harmonies of #7BA7EE
Complementary color
Monochromatic Colors of #7BA7EE
Black with #7BA7EE
Text Example
Text Example
White with #7BA7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA7EE; }
p { color: rgb(123,167,238); }
H1.HeaderClassName
{
color: #7BA7EE;
}
.AnyTagClassName
{
color: #7BA7EE;
}
</style>
background-color css
<style>
a { background-color: #7BA7EE; }
a { background-color: rgb(123,167,238); }
div.DivClassName
{
background-color: #7BA7EE;
}
.BgClassName
{
background-color: #7BA7EE;
}
</style>
border-color css
<style>
span { border-color: #7BA7EE; }
span { border-color: rgb(123,167,238); }
td.TdClassName
{
border-color: #7BA7EE;
}
.TagClassName
{
border-color: #7BA7EE;
}
</style>