Shades of Jordy Blue #7FA1DE
Tints of Jordy Blue #7FA1DE
RGB
CMYK
RGB Variations
Color information
#7FA1DE (or 0x7FA1DE) is known color: Jordy Blue. HEX triplet: 7F, A1 and DE. RGB value is (127,161,222). Sum of RGB (Red+Green+Blue) = 127+161+222=510 (67% of max value = 765). Red value is 127 (50% from 255 or 24.90% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #7FA1DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA1DE is #805E21. Grayscale: #9D9D9D. Windows color (decimal): -8412706 or 14590335. OLE color: 14590335.
HSL color Cylindrical-coordinate representation of color #7FA1DE: hue angle of 218.53º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FA1DE is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 161 | 222 | - |
| CMYK | 0.43 | 0.27 | 0 | 0.13 |
| HSL | 218.53º | 0.59% | 0.68% | - |
| HSV(B) | 218.53º | 0.43% | 0.87% | - |
| XYZ | 34.68 | 35.28 | 74.09 | - |
| YUV | 157.79 | 164.24 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 161 | 222 | 0.43 | 0.27 | 0 | 0.13 | 218.53 | 0.59 | 0.68 |
| Hex | 7F | A1 | DE | 2B | 1B | 0 | D | DB | 3B | 44 |
| Octal | 177 | 241 | 336 | 53 | 33 | 0 | 15 | 333 | 73 | 104 |
| Binary | 1111111 | 10100001 | 11011110 | 101011 | 11011 | 0 | 1101 | 11011011 | 111011 | 1000100 |
Color Harmonies of #7FA1DE
Complementary color
Monochromatic Colors of #7FA1DE
Black with #7FA1DE
Text Example
Text Example
White with #7FA1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA1DE; }
p { color: rgb(127,161,222); }
H1.HeaderClassName
{
color: #7FA1DE;
}
.AnyTagClassName
{
color: #7FA1DE;
}
</style>
background-color css
<style>
a { background-color: #7FA1DE; }
a { background-color: rgb(127,161,222); }
div.DivClassName
{
background-color: #7FA1DE;
}
.BgClassName
{
background-color: #7FA1DE;
}
</style>
border-color css
<style>
span { border-color: #7FA1DE; }
span { border-color: rgb(127,161,222); }
td.TdClassName
{
border-color: #7FA1DE;
}
.TagClassName
{
border-color: #7FA1DE;
}
</style>