Shades of Jordy Blue #7FA3DA
Tints of Jordy Blue #7FA3DA
RGB
CMYK
RGB Variations
Color information
#7FA3DA (or 0x7FA3DA) is known color: Jordy Blue. HEX triplet: 7F, A3 and DA. RGB value is (127,163,218). Sum of RGB (Red+Green+Blue) = 127+163+218=508 (67% of max value = 765). Red value is 127 (50% from 255 or 25% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #7FA3DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA3DA is #805C25. Grayscale: #9E9E9E. Windows color (decimal): -8412198 or 14328703. OLE color: 14328703.
HSL color Cylindrical-coordinate representation of color #7FA3DA: hue angle of 216.26º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FA3DA is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 163 | 218 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.15 |
| HSL | 216.26º | 0.55% | 0.68% | - |
| HSV(B) | 216.26º | 0.42% | 0.85% | - |
| XYZ | 34.5 | 35.77 | 71.42 | - |
| YUV | 158.51 | 161.57 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 163 | 218 | 0.42 | 0.25 | 0 | 0.15 | 216.26 | 0.55 | 0.68 |
| Hex | 7F | A3 | DA | 2A | 19 | 0 | F | D8 | 37 | 44 |
| Octal | 177 | 243 | 332 | 52 | 31 | 0 | 17 | 330 | 67 | 104 |
| Binary | 1111111 | 10100011 | 11011010 | 101010 | 11001 | 0 | 1111 | 11011000 | 110111 | 1000100 |
Color Harmonies of #7FA3DA
Complementary color
Monochromatic Colors of #7FA3DA
Black with #7FA3DA
Text Example
Text Example
White with #7FA3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA3DA; }
p { color: rgb(127,163,218); }
H1.HeaderClassName
{
color: #7FA3DA;
}
.AnyTagClassName
{
color: #7FA3DA;
}
</style>
background-color css
<style>
a { background-color: #7FA3DA; }
a { background-color: rgb(127,163,218); }
div.DivClassName
{
background-color: #7FA3DA;
}
.BgClassName
{
background-color: #7FA3DA;
}
</style>
border-color css
<style>
span { border-color: #7FA3DA; }
span { border-color: rgb(127,163,218); }
td.TdClassName
{
border-color: #7FA3DA;
}
.TagClassName
{
border-color: #7FA3DA;
}
</style>