Shades of Jordy Blue #7FA4DC
Tints of Jordy Blue #7FA4DC
RGB
CMYK
RGB Variations
Color information
#7FA4DC (or 0x7FA4DC) is known color: Jordy Blue. HEX triplet: 7F, A4 and DC. RGB value is (127,164,220). Sum of RGB (Red+Green+Blue) = 127+164+220=511 (67% of max value = 765). Red value is 127 (50% from 255 or 24.85% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FA4DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA4DC is #805B23. Grayscale: #9F9F9F. Windows color (decimal): -8411940 or 14460031. OLE color: 14460031.
HSL color Cylindrical-coordinate representation of color #7FA4DC: hue angle of 216.13º degrees, saturation: 0.57, 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 #7FA4DC is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 164 | 220 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.14 |
| HSL | 216.13º | 0.57% | 0.68% | - |
| HSV(B) | 216.13º | 0.42% | 0.86% | - |
| XYZ | 34.95 | 36.23 | 72.86 | - |
| YUV | 159.32 | 162.24 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 164 | 220 | 0.42 | 0.25 | 0 | 0.14 | 216.13 | 0.57 | 0.68 |
| Hex | 7F | A4 | DC | 2A | 19 | 0 | E | D8 | 39 | 44 |
| Octal | 177 | 244 | 334 | 52 | 31 | 0 | 16 | 330 | 71 | 104 |
| Binary | 1111111 | 10100100 | 11011100 | 101010 | 11001 | 0 | 1110 | 11011000 | 111001 | 1000100 |
Color Harmonies of #7FA4DC
Complementary color
Monochromatic Colors of #7FA4DC
Black with #7FA4DC
Text Example
Text Example
White with #7FA4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA4DC; }
p { color: rgb(127,164,220); }
H1.HeaderClassName
{
color: #7FA4DC;
}
.AnyTagClassName
{
color: #7FA4DC;
}
</style>
background-color css
<style>
a { background-color: #7FA4DC; }
a { background-color: rgb(127,164,220); }
div.DivClassName
{
background-color: #7FA4DC;
}
.BgClassName
{
background-color: #7FA4DC;
}
</style>
border-color css
<style>
span { border-color: #7FA4DC; }
span { border-color: rgb(127,164,220); }
td.TdClassName
{
border-color: #7FA4DC;
}
.TagClassName
{
border-color: #7FA4DC;
}
</style>