Shades of Jordy Blue #7BA4F4
Tints of Jordy Blue #7BA4F4
RGB
CMYK
RGB Variations
Color information
#7BA4F4 (or 0x7BA4F4) is known color: Jordy Blue. HEX triplet: 7B, A4 and F4. RGB value is (123,164,244). Sum of RGB (Red+Green+Blue) = 123+164+244=531 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.16% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 244 (95.70% from 255 or 45.95% from 531); Max value from RGB is 244 - color contains mainly: blue. Hex color #7BA4F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA4F4 is #845B0B. Grayscale: #A0A0A0. Windows color (decimal): -8674060 or 16032891. OLE color: 16032891.
HSL color Cylindrical-coordinate representation of color #7BA4F4: hue angle of 219.67º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BA4F4 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 123 | 164 | 244 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.04 |
| HSL | 219.67º | 0.85% | 0.72% | - |
| HSV(B) | 219.67º | 0.5% | 0.96% | - |
| XYZ | 37.77 | 37.29 | 90.8 | - |
| YUV | 160.86 | 174.92 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 164 | 244 | 0.50 | 0.33 | 0 | 0.04 | 219.67 | 0.85 | 0.72 |
| Hex | 7B | A4 | F4 | 32 | 21 | 0 | 4 | DC | 55 | 48 |
| Octal | 173 | 244 | 364 | 62 | 41 | 0 | 4 | 334 | 125 | 110 |
| Binary | 1111011 | 10100100 | 11110100 | 110010 | 100001 | 0 | 100 | 11011100 | 1010101 | 1001000 |
Color Harmonies of #7BA4F4
Complementary color
Monochromatic Colors of #7BA4F4
Black with #7BA4F4
Text Example
Text Example
White with #7BA4F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA4F4; }
p { color: rgb(123,164,244); }
H1.HeaderClassName
{
color: #7BA4F4;
}
.AnyTagClassName
{
color: #7BA4F4;
}
</style>
background-color css
<style>
a { background-color: #7BA4F4; }
a { background-color: rgb(123,164,244); }
div.DivClassName
{
background-color: #7BA4F4;
}
.BgClassName
{
background-color: #7BA4F4;
}
</style>
border-color css
<style>
span { border-color: #7BA4F4; }
span { border-color: rgb(123,164,244); }
td.TdClassName
{
border-color: #7BA4F4;
}
.TagClassName
{
border-color: #7BA4F4;
}
</style>