Shades of Jordy Blue #7FA7FF
Tints of Jordy Blue #7FA7FF
RGB
CMYK
RGB Variations
Color information
#7FA7FF (or 0x7FA7FF) is known color: Jordy Blue. HEX triplet: 7F, A7 and FF. RGB value is (127,167,255). Sum of RGB (Red+Green+Blue) = 127+167+255=549 (72% of max value = 765). Red value is 127 (50% from 255 or 23.13% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FA7FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FA7FF is #805800. Grayscale: #A4A4A4. Windows color (decimal): -8411137 or 16754559. OLE color: 16754559.
HSL color Cylindrical-coordinate representation of color #7FA7FF: hue angle of 221.25º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FA7FF is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 167 | 255 | - |
| CMYK | 0.50 | 0.35 | 0 | 0 |
| HSL | 221.25º | 1% | 0.75% | - |
| HSV(B) | 221.25º | 0.5% | 1% | - |
| XYZ | 40.62 | 39.37 | 100.07 | - |
| YUV | 165.07 | 178.75 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 167 | 255 | 0.50 | 0.35 | 0 | 0 | 221.25 | 1 | 0.75 |
| Hex | 7F | A7 | FF | 32 | 23 | 0 | 0 | DD | 64 | 4B |
| Octal | 177 | 247 | 377 | 62 | 43 | 0 | 0 | 335 | 144 | 113 |
| Binary | 1111111 | 10100111 | 11111111 | 110010 | 100011 | 0 | 0 | 11011101 | 1100100 | 1001011 |
Color Harmonies of #7FA7FF
Complementary color
Monochromatic Colors of #7FA7FF
Black with #7FA7FF
Text Example
Text Example
White with #7FA7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA7FF; }
p { color: rgb(127,167,255); }
H1.HeaderClassName
{
color: #7FA7FF;
}
.AnyTagClassName
{
color: #7FA7FF;
}
</style>
background-color css
<style>
a { background-color: #7FA7FF; }
a { background-color: rgb(127,167,255); }
div.DivClassName
{
background-color: #7FA7FF;
}
.BgClassName
{
background-color: #7FA7FF;
}
</style>
border-color css
<style>
span { border-color: #7FA7FF; }
span { border-color: rgb(127,167,255); }
td.TdClassName
{
border-color: #7FA7FF;
}
.TagClassName
{
border-color: #7FA7FF;
}
</style>