Shades of Jordy Blue #7FA7DB
Tints of Jordy Blue #7FA7DB
RGB
CMYK
RGB Variations
Color information
#7FA7DB (or 0x7FA7DB) is known color: Jordy Blue. HEX triplet: 7F, A7 and DB. RGB value is (127,167,219). Sum of RGB (Red+Green+Blue) = 127+167+219=513 (67% of max value = 765). Red value is 127 (50% from 255 or 24.76% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #7FA7DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA7DB is #805824. Grayscale: #A0A0A0. Windows color (decimal): -8411173 or 14395263. OLE color: 14395263.
HSL color Cylindrical-coordinate representation of color #7FA7DB: hue angle of 213.91º 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 #7FA7DB is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 167 | 219 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.14 |
| HSL | 213.91º | 0.56% | 0.68% | - |
| HSV(B) | 213.91º | 0.42% | 0.86% | - |
| XYZ | 35.36 | 37.26 | 72.35 | - |
| YUV | 160.97 | 160.75 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 167 | 219 | 0.42 | 0.24 | 0 | 0.14 | 213.91 | 0.56 | 0.68 |
| Hex | 7F | A7 | DB | 2A | 18 | 0 | E | D6 | 38 | 44 |
| Octal | 177 | 247 | 333 | 52 | 30 | 0 | 16 | 326 | 70 | 104 |
| Binary | 1111111 | 10100111 | 11011011 | 101010 | 11000 | 0 | 1110 | 11010110 | 111000 | 1000100 |
Color Harmonies of #7FA7DB
Complementary color
Monochromatic Colors of #7FA7DB
Black with #7FA7DB
Text Example
Text Example
White with #7FA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA7DB; }
p { color: rgb(127,167,219); }
H1.HeaderClassName
{
color: #7FA7DB;
}
.AnyTagClassName
{
color: #7FA7DB;
}
</style>
background-color css
<style>
a { background-color: #7FA7DB; }
a { background-color: rgb(127,167,219); }
div.DivClassName
{
background-color: #7FA7DB;
}
.BgClassName
{
background-color: #7FA7DB;
}
</style>
border-color css
<style>
span { border-color: #7FA7DB; }
span { border-color: rgb(127,167,219); }
td.TdClassName
{
border-color: #7FA7DB;
}
.TagClassName
{
border-color: #7FA7DB;
}
</style>