Shades of Jordy Blue #7BA7FE
Tints of Jordy Blue #7BA7FE
RGB
CMYK
RGB Variations
Color information
#7BA7FE (or 0x7BA7FE) is known color: Jordy Blue. HEX triplet: 7B, A7 and FE. RGB value is (123,167,254). Sum of RGB (Red+Green+Blue) = 123+167+254=544 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.61% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BA7FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA7FE is #845801. Grayscale: #A3A3A3. Windows color (decimal): -8673282 or 16689019. OLE color: 16689019.
HSL color Cylindrical-coordinate representation of color #7BA7FE: hue angle of 219.85º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BA7FE is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 167 | 254 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.00 |
| HSL | 219.85º | 0.98% | 0.74% | - |
| HSV(B) | 219.85º | 0.52% | 1% | - |
| XYZ | 39.88 | 39 | 99.19 | - |
| YUV | 163.76 | 178.92 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 167 | 254 | 0.52 | 0.34 | 0 | 0.00 | 219.85 | 0.98 | 0.74 |
| Hex | 7B | A7 | FE | 34 | 22 | 0 | 0 | DC | 62 | 4A |
| Octal | 173 | 247 | 376 | 64 | 42 | 0 | 0 | 334 | 142 | 112 |
| Binary | 1111011 | 10100111 | 11111110 | 110100 | 100010 | 0 | 0 | 11011100 | 1100010 | 1001010 |
Color Harmonies of #7BA7FE
Complementary color
Monochromatic Colors of #7BA7FE
Black with #7BA7FE
Text Example
Text Example
White with #7BA7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA7FE; }
p { color: rgb(123,167,254); }
H1.HeaderClassName
{
color: #7BA7FE;
}
.AnyTagClassName
{
color: #7BA7FE;
}
</style>
background-color css
<style>
a { background-color: #7BA7FE; }
a { background-color: rgb(123,167,254); }
div.DivClassName
{
background-color: #7BA7FE;
}
.BgClassName
{
background-color: #7BA7FE;
}
</style>
border-color css
<style>
span { border-color: #7BA7FE; }
span { border-color: rgb(123,167,254); }
td.TdClassName
{
border-color: #7BA7FE;
}
.TagClassName
{
border-color: #7BA7FE;
}
</style>