Shades of Jordy Blue #7BA4FC
Tints of Jordy Blue #7BA4FC
RGB
CMYK
RGB Variations
Color information
#7BA4FC (or 0x7BA4FC) is known color: Jordy Blue. HEX triplet: 7B, A4 and FC. RGB value is (123,164,252). Sum of RGB (Red+Green+Blue) = 123+164+252=539 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.82% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #7BA4FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA4FC is #845B03. Grayscale: #A1A1A1. Windows color (decimal): -8674052 or 16557179. OLE color: 16557179.
HSL color Cylindrical-coordinate representation of color #7BA4FC: hue angle of 220.93º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BA4FC is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 164 | 252 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.01 |
| HSL | 220.93º | 0.96% | 0.74% | - |
| HSV(B) | 220.93º | 0.51% | 0.99% | - |
| XYZ | 39.01 | 37.79 | 97.33 | - |
| YUV | 161.77 | 178.92 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 164 | 252 | 0.51 | 0.35 | 0 | 0.01 | 220.93 | 0.96 | 0.74 |
| Hex | 7B | A4 | FC | 33 | 23 | 0 | 1 | DD | 60 | 4A |
| Octal | 173 | 244 | 374 | 63 | 43 | 0 | 1 | 335 | 140 | 112 |
| Binary | 1111011 | 10100100 | 11111100 | 110011 | 100011 | 0 | 1 | 11011101 | 1100000 | 1001010 |
Color Harmonies of #7BA4FC
Complementary color
Monochromatic Colors of #7BA4FC
Black with #7BA4FC
Text Example
Text Example
White with #7BA4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA4FC; }
p { color: rgb(123,164,252); }
H1.HeaderClassName
{
color: #7BA4FC;
}
.AnyTagClassName
{
color: #7BA4FC;
}
</style>
background-color css
<style>
a { background-color: #7BA4FC; }
a { background-color: rgb(123,164,252); }
div.DivClassName
{
background-color: #7BA4FC;
}
.BgClassName
{
background-color: #7BA4FC;
}
</style>
border-color css
<style>
span { border-color: #7BA4FC; }
span { border-color: rgb(123,164,252); }
td.TdClassName
{
border-color: #7BA4FC;
}
.TagClassName
{
border-color: #7BA4FC;
}
</style>