Shades of Jordy Blue #7F9FEA
Tints of Jordy Blue #7F9FEA
RGB
CMYK
RGB Variations
Color information
#7F9FEA (or 0x7F9FEA) is known color: Jordy Blue. HEX triplet: 7F, 9F and EA. RGB value is (127,159,234). Sum of RGB (Red+Green+Blue) = 127+159+234=520 (68% of max value = 765). Red value is 127 (50% from 255 or 24.42% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #7F9FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9FEA is #806015. Grayscale: #9D9D9D. Windows color (decimal): -8413206 or 15376255. OLE color: 15376255.
HSL color Cylindrical-coordinate representation of color #7F9FEA: hue angle of 222.06º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F9FEA is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 159 | 234 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.08 |
| HSL | 222.06º | 0.72% | 0.71% | - |
| HSV(B) | 222.06º | 0.46% | 0.92% | - |
| XYZ | 36 | 35.25 | 82.75 | - |
| YUV | 157.98 | 170.9 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 159 | 234 | 0.46 | 0.32 | 0 | 0.08 | 222.06 | 0.72 | 0.71 |
| Hex | 7F | 9F | EA | 2E | 20 | 0 | 8 | DE | 48 | 47 |
| Octal | 177 | 237 | 352 | 56 | 40 | 0 | 10 | 336 | 110 | 107 |
| Binary | 1111111 | 10011111 | 11101010 | 101110 | 100000 | 0 | 1000 | 11011110 | 1001000 | 1000111 |
Color Harmonies of #7F9FEA
Complementary color
Monochromatic Colors of #7F9FEA
Black with #7F9FEA
Text Example
Text Example
White with #7F9FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9FEA; }
p { color: rgb(127,159,234); }
H1.HeaderClassName
{
color: #7F9FEA;
}
.AnyTagClassName
{
color: #7F9FEA;
}
</style>
background-color css
<style>
a { background-color: #7F9FEA; }
a { background-color: rgb(127,159,234); }
div.DivClassName
{
background-color: #7F9FEA;
}
.BgClassName
{
background-color: #7F9FEA;
}
</style>
border-color css
<style>
span { border-color: #7F9FEA; }
span { border-color: rgb(127,159,234); }
td.TdClassName
{
border-color: #7F9FEA;
}
.TagClassName
{
border-color: #7F9FEA;
}
</style>