Shades of Jordy Blue #7F9FED
Tints of Jordy Blue #7F9FED
RGB
CMYK
RGB Variations
Color information
#7F9FED (or 0x7F9FED) is known color: Jordy Blue. HEX triplet: 7F, 9F and ED. RGB value is (127,159,237). Sum of RGB (Red+Green+Blue) = 127+159+237=523 (69% of max value = 765). Red value is 127 (50% from 255 or 24.28% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #7F9FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9FED is #806012. Grayscale: #9D9D9D. Windows color (decimal): -8413203 or 15572863. OLE color: 15572863.
HSL color Cylindrical-coordinate representation of color #7F9FED: hue angle of 222.55º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F9FED is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 159 | 237 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.07 |
| HSL | 222.55º | 0.75% | 0.71% | - |
| HSV(B) | 222.55º | 0.46% | 0.93% | - |
| XYZ | 36.44 | 35.42 | 85.04 | - |
| YUV | 158.32 | 172.4 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 159 | 237 | 0.46 | 0.33 | 0 | 0.07 | 222.55 | 0.75 | 0.71 |
| Hex | 7F | 9F | ED | 2E | 21 | 0 | 7 | DF | 4B | 47 |
| Octal | 177 | 237 | 355 | 56 | 41 | 0 | 7 | 337 | 113 | 107 |
| Binary | 1111111 | 10011111 | 11101101 | 101110 | 100001 | 0 | 111 | 11011111 | 1001011 | 1000111 |
Color Harmonies of #7F9FED
Complementary color
Monochromatic Colors of #7F9FED
Black with #7F9FED
Text Example
Text Example
White with #7F9FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9FED; }
p { color: rgb(127,159,237); }
H1.HeaderClassName
{
color: #7F9FED;
}
.AnyTagClassName
{
color: #7F9FED;
}
</style>
background-color css
<style>
a { background-color: #7F9FED; }
a { background-color: rgb(127,159,237); }
div.DivClassName
{
background-color: #7F9FED;
}
.BgClassName
{
background-color: #7F9FED;
}
</style>
border-color css
<style>
span { border-color: #7F9FED; }
span { border-color: rgb(127,159,237); }
td.TdClassName
{
border-color: #7F9FED;
}
.TagClassName
{
border-color: #7F9FED;
}
</style>