Shades of Jordy Blue #7BA4FB
Tints of Jordy Blue #7BA4FB
RGB
CMYK
RGB Variations
Color information
#7BA4FB (or 0x7BA4FB) is known color: Jordy Blue. HEX triplet: 7B, A4 and FB. RGB value is (123,164,251). Sum of RGB (Red+Green+Blue) = 123+164+251=538 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.86% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #7BA4FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA4FB is #845B04. Grayscale: #A1A1A1. Windows color (decimal): -8674053 or 16491643. OLE color: 16491643.
HSL color Cylindrical-coordinate representation of color #7BA4FB: hue angle of 220.78º degrees, saturation: 0.94, 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 #7BA4FB is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 164 | 251 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.02 |
| HSL | 220.78º | 0.94% | 0.73% | - |
| HSV(B) | 220.78º | 0.51% | 0.98% | - |
| XYZ | 38.86 | 37.73 | 96.5 | - |
| YUV | 161.66 | 178.42 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 164 | 251 | 0.51 | 0.35 | 0 | 0.02 | 220.78 | 0.94 | 0.73 |
| Hex | 7B | A4 | FB | 33 | 23 | 0 | 2 | DD | 5E | 49 |
| Octal | 173 | 244 | 373 | 63 | 43 | 0 | 2 | 335 | 136 | 111 |
| Binary | 1111011 | 10100100 | 11111011 | 110011 | 100011 | 0 | 10 | 11011101 | 1011110 | 1001001 |
Color Harmonies of #7BA4FB
Complementary color
Monochromatic Colors of #7BA4FB
Black with #7BA4FB
Text Example
Text Example
White with #7BA4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA4FB; }
p { color: rgb(123,164,251); }
H1.HeaderClassName
{
color: #7BA4FB;
}
.AnyTagClassName
{
color: #7BA4FB;
}
</style>
background-color css
<style>
a { background-color: #7BA4FB; }
a { background-color: rgb(123,164,251); }
div.DivClassName
{
background-color: #7BA4FB;
}
.BgClassName
{
background-color: #7BA4FB;
}
</style>
border-color css
<style>
span { border-color: #7BA4FB; }
span { border-color: rgb(123,164,251); }
td.TdClassName
{
border-color: #7BA4FB;
}
.TagClassName
{
border-color: #7BA4FB;
}
</style>