Shades of Jordy Blue #7FA7FB
Tints of Jordy Blue #7FA7FB
RGB
CMYK
RGB Variations
Color information
#7FA7FB (or 0x7FA7FB) is known color: Jordy Blue. HEX triplet: 7F, A7 and FB. RGB value is (127,167,251). Sum of RGB (Red+Green+Blue) = 127+167+251=545 (72% of max value = 765). Red value is 127 (50% from 255 or 23.30% from 545); Green value is 167 (65.62% from 255 or 30.64% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #7FA7FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FA7FB is #805804. Grayscale: #A4A4A4. Windows color (decimal): -8411141 or 16492415. OLE color: 16492415.
HSL color Cylindrical-coordinate representation of color #7FA7FB: hue angle of 220.65º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FA7FB is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 167 | 251 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.02 |
| HSL | 220.65º | 0.94% | 0.74% | - |
| HSV(B) | 220.65º | 0.49% | 0.98% | - |
| XYZ | 39.98 | 39.11 | 96.71 | - |
| YUV | 164.62 | 176.75 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 167 | 251 | 0.49 | 0.33 | 0 | 0.02 | 220.65 | 0.94 | 0.74 |
| Hex | 7F | A7 | FB | 31 | 21 | 0 | 2 | DD | 5E | 4A |
| Octal | 177 | 247 | 373 | 61 | 41 | 0 | 2 | 335 | 136 | 112 |
| Binary | 1111111 | 10100111 | 11111011 | 110001 | 100001 | 0 | 10 | 11011101 | 1011110 | 1001010 |
Color Harmonies of #7FA7FB
Complementary color
Monochromatic Colors of #7FA7FB
Black with #7FA7FB
Text Example
Text Example
White with #7FA7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA7FB; }
p { color: rgb(127,167,251); }
H1.HeaderClassName
{
color: #7FA7FB;
}
.AnyTagClassName
{
color: #7FA7FB;
}
</style>
background-color css
<style>
a { background-color: #7FA7FB; }
a { background-color: rgb(127,167,251); }
div.DivClassName
{
background-color: #7FA7FB;
}
.BgClassName
{
background-color: #7FA7FB;
}
</style>
border-color css
<style>
span { border-color: #7FA7FB; }
span { border-color: rgb(127,167,251); }
td.TdClassName
{
border-color: #7FA7FB;
}
.TagClassName
{
border-color: #7FA7FB;
}
</style>