Shades of Jordy Blue #7FA3DB
Tints of Jordy Blue #7FA3DB
RGB
CMYK
RGB Variations
Color information
#7FA3DB (or 0x7FA3DB) is known color: Jordy Blue. HEX triplet: 7F, A3 and DB. RGB value is (127,163,219). Sum of RGB (Red+Green+Blue) = 127+163+219=509 (67% of max value = 765). Red value is 127 (50% from 255 or 24.95% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #7FA3DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA3DB is #805C24. Grayscale: #9E9E9E. Windows color (decimal): -8412197 or 14394239. OLE color: 14394239.
HSL color Cylindrical-coordinate representation of color #7FA3DB: hue angle of 216.52º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FA3DB is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 163 | 219 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.14 |
| HSL | 216.52º | 0.56% | 0.68% | - |
| HSV(B) | 216.52º | 0.42% | 0.86% | - |
| XYZ | 34.64 | 35.82 | 72.11 | - |
| YUV | 158.62 | 162.07 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 163 | 219 | 0.42 | 0.26 | 0 | 0.14 | 216.52 | 0.56 | 0.68 |
| Hex | 7F | A3 | DB | 2A | 1A | 0 | E | D9 | 38 | 44 |
| Octal | 177 | 243 | 333 | 52 | 32 | 0 | 16 | 331 | 70 | 104 |
| Binary | 1111111 | 10100011 | 11011011 | 101010 | 11010 | 0 | 1110 | 11011001 | 111000 | 1000100 |
Color Harmonies of #7FA3DB
Complementary color
Monochromatic Colors of #7FA3DB
Black with #7FA3DB
Text Example
Text Example
White with #7FA3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA3DB; }
p { color: rgb(127,163,219); }
H1.HeaderClassName
{
color: #7FA3DB;
}
.AnyTagClassName
{
color: #7FA3DB;
}
</style>
background-color css
<style>
a { background-color: #7FA3DB; }
a { background-color: rgb(127,163,219); }
div.DivClassName
{
background-color: #7FA3DB;
}
.BgClassName
{
background-color: #7FA3DB;
}
</style>
border-color css
<style>
span { border-color: #7FA3DB; }
span { border-color: rgb(127,163,219); }
td.TdClassName
{
border-color: #7FA3DB;
}
.TagClassName
{
border-color: #7FA3DB;
}
</style>