Shades of Jordy Blue #7FA1DD
Tints of Jordy Blue #7FA1DD
RGB
CMYK
RGB Variations
Color information
#7FA1DD (or 0x7FA1DD) is known color: Jordy Blue. HEX triplet: 7F, A1 and DD. RGB value is (127,161,221). Sum of RGB (Red+Green+Blue) = 127+161+221=509 (67% of max value = 765). Red value is 127 (50% from 255 or 24.95% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #7FA1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA1DD is #805E22. Grayscale: #9D9D9D. Windows color (decimal): -8412707 or 14524799. OLE color: 14524799.
HSL color Cylindrical-coordinate representation of color #7FA1DD: hue angle of 218.3º degrees, saturation: 0.58, 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 #7FA1DD is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 161 | 221 | - |
| CMYK | 0.43 | 0.27 | 0 | 0.13 |
| HSL | 218.3º | 0.58% | 0.68% | - |
| HSV(B) | 218.3º | 0.43% | 0.87% | - |
| XYZ | 34.55 | 35.22 | 73.38 | - |
| YUV | 157.67 | 163.74 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 161 | 221 | 0.43 | 0.27 | 0 | 0.13 | 218.3 | 0.58 | 0.68 |
| Hex | 7F | A1 | DD | 2B | 1B | 0 | D | DA | 3A | 44 |
| Octal | 177 | 241 | 335 | 53 | 33 | 0 | 15 | 332 | 72 | 104 |
| Binary | 1111111 | 10100001 | 11011101 | 101011 | 11011 | 0 | 1101 | 11011010 | 111010 | 1000100 |
Color Harmonies of #7FA1DD
Complementary color
Monochromatic Colors of #7FA1DD
Black with #7FA1DD
Text Example
Text Example
White with #7FA1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA1DD; }
p { color: rgb(127,161,221); }
H1.HeaderClassName
{
color: #7FA1DD;
}
.AnyTagClassName
{
color: #7FA1DD;
}
</style>
background-color css
<style>
a { background-color: #7FA1DD; }
a { background-color: rgb(127,161,221); }
div.DivClassName
{
background-color: #7FA1DD;
}
.BgClassName
{
background-color: #7FA1DD;
}
</style>
border-color css
<style>
span { border-color: #7FA1DD; }
span { border-color: rgb(127,161,221); }
td.TdClassName
{
border-color: #7FA1DD;
}
.TagClassName
{
border-color: #7FA1DD;
}
</style>