Shades of Jordy Blue #7F9FDF
Tints of Jordy Blue #7F9FDF
RGB
CMYK
RGB Variations
Color information
#7F9FDF (or 0x7F9FDF) is known color: Jordy Blue. HEX triplet: 7F, 9F and DF. RGB value is (127,159,223). Sum of RGB (Red+Green+Blue) = 127+159+223=509 (67% of max value = 765). Red value is 127 (50% from 255 or 24.95% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F9FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9FDF is #806020. Grayscale: #9C9C9C. Windows color (decimal): -8413217 or 14655359. OLE color: 14655359.
HSL color Cylindrical-coordinate representation of color #7F9FDF: hue angle of 220º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F9FDF is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 159 | 223 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.13 |
| HSL | 220º | 0.6% | 0.69% | - |
| HSV(B) | 220º | 0.43% | 0.87% | - |
| XYZ | 34.47 | 34.64 | 74.68 | - |
| YUV | 156.73 | 165.4 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 159 | 223 | 0.43 | 0.29 | 0 | 0.13 | 220 | 0.6 | 0.69 |
| Hex | 7F | 9F | DF | 2B | 1D | 0 | D | DC | 3C | 45 |
| Octal | 177 | 237 | 337 | 53 | 35 | 0 | 15 | 334 | 74 | 105 |
| Binary | 1111111 | 10011111 | 11011111 | 101011 | 11101 | 0 | 1101 | 11011100 | 111100 | 1000101 |
Color Harmonies of #7F9FDF
Complementary color
Monochromatic Colors of #7F9FDF
Black with #7F9FDF
Text Example
Text Example
White with #7F9FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9FDF; }
p { color: rgb(127,159,223); }
H1.HeaderClassName
{
color: #7F9FDF;
}
.AnyTagClassName
{
color: #7F9FDF;
}
</style>
background-color css
<style>
a { background-color: #7F9FDF; }
a { background-color: rgb(127,159,223); }
div.DivClassName
{
background-color: #7F9FDF;
}
.BgClassName
{
background-color: #7F9FDF;
}
</style>
border-color css
<style>
span { border-color: #7F9FDF; }
span { border-color: rgb(127,159,223); }
td.TdClassName
{
border-color: #7F9FDF;
}
.TagClassName
{
border-color: #7F9FDF;
}
</style>