Shades of Jordy Blue #7FA3ED
Tints of Jordy Blue #7FA3ED
RGB
CMYK
RGB Variations
Color information
#7FA3ED (or 0x7FA3ED) is known color: Jordy Blue. HEX triplet: 7F, A3 and ED. RGB value is (127,163,237). Sum of RGB (Red+Green+Blue) = 127+163+237=527 (69% of max value = 765). Red value is 127 (50% from 255 or 24.10% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #7FA3ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FA3ED is #805C12. Grayscale: #A0A0A0. Windows color (decimal): -8412179 or 15573887. OLE color: 15573887.
HSL color Cylindrical-coordinate representation of color #7FA3ED: hue angle of 220.36º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FA3ED is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 163 | 237 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.07 |
| HSL | 220.36º | 0.75% | 0.71% | - |
| HSV(B) | 220.36º | 0.46% | 0.93% | - |
| XYZ | 37.14 | 36.82 | 85.27 | - |
| YUV | 160.67 | 171.07 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 163 | 237 | 0.46 | 0.31 | 0 | 0.07 | 220.36 | 0.75 | 0.71 |
| Hex | 7F | A3 | ED | 2E | 1F | 0 | 7 | DC | 4B | 47 |
| Octal | 177 | 243 | 355 | 56 | 37 | 0 | 7 | 334 | 113 | 107 |
| Binary | 1111111 | 10100011 | 11101101 | 101110 | 11111 | 0 | 111 | 11011100 | 1001011 | 1000111 |
Color Harmonies of #7FA3ED
Complementary color
Monochromatic Colors of #7FA3ED
Black with #7FA3ED
Text Example
Text Example
White with #7FA3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA3ED; }
p { color: rgb(127,163,237); }
H1.HeaderClassName
{
color: #7FA3ED;
}
.AnyTagClassName
{
color: #7FA3ED;
}
</style>
background-color css
<style>
a { background-color: #7FA3ED; }
a { background-color: rgb(127,163,237); }
div.DivClassName
{
background-color: #7FA3ED;
}
.BgClassName
{
background-color: #7FA3ED;
}
</style>
border-color css
<style>
span { border-color: #7FA3ED; }
span { border-color: rgb(127,163,237); }
td.TdClassName
{
border-color: #7FA3ED;
}
.TagClassName
{
border-color: #7FA3ED;
}
</style>