Shades of Jordy Blue #7BA7E7
Tints of Jordy Blue #7BA7E7
RGB
CMYK
RGB Variations
Color information
#7BA7E7 (or 0x7BA7E7) is known color: Jordy Blue. HEX triplet: 7B, A7 and E7. RGB value is (123,167,231). Sum of RGB (Red+Green+Blue) = 123+167+231=521 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.61% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 231 (90.62% from 255 or 44.34% from 521); Max value from RGB is 231 - color contains mainly: blue. Hex color #7BA7E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA7E7 is #845818. Grayscale: #A0A0A0. Windows color (decimal): -8673305 or 15181691. OLE color: 15181691.
HSL color Cylindrical-coordinate representation of color #7BA7E7: hue angle of 215.56º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BA7E7 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 123 | 167 | 231 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.09 |
| HSL | 215.56º | 0.69% | 0.69% | - |
| HSV(B) | 215.56º | 0.47% | 0.91% | - |
| XYZ | 36.41 | 37.62 | 80.94 | - |
| YUV | 161.14 | 167.42 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 167 | 231 | 0.47 | 0.28 | 0 | 0.09 | 215.56 | 0.69 | 0.69 |
| Hex | 7B | A7 | E7 | 2F | 1C | 0 | 9 | D8 | 45 | 45 |
| Octal | 173 | 247 | 347 | 57 | 34 | 0 | 11 | 330 | 105 | 105 |
| Binary | 1111011 | 10100111 | 11100111 | 101111 | 11100 | 0 | 1001 | 11011000 | 1000101 | 1000101 |
Color Harmonies of #7BA7E7
Complementary color
Monochromatic Colors of #7BA7E7
Black with #7BA7E7
Text Example
Text Example
White with #7BA7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA7E7; }
p { color: rgb(123,167,231); }
H1.HeaderClassName
{
color: #7BA7E7;
}
.AnyTagClassName
{
color: #7BA7E7;
}
</style>
background-color css
<style>
a { background-color: #7BA7E7; }
a { background-color: rgb(123,167,231); }
div.DivClassName
{
background-color: #7BA7E7;
}
.BgClassName
{
background-color: #7BA7E7;
}
</style>
border-color css
<style>
span { border-color: #7BA7E7; }
span { border-color: rgb(123,167,231); }
td.TdClassName
{
border-color: #7BA7E7;
}
.TagClassName
{
border-color: #7BA7E7;
}
</style>