Shades of Jordy Blue #7E9FEC
Tints of Jordy Blue #7E9FEC
RGB
CMYK
RGB Variations
Color information
#7E9FEC (or 0x7E9FEC) is known color: Jordy Blue. HEX triplet: 7E, 9F and EC. RGB value is (126,159,236). Sum of RGB (Red+Green+Blue) = 126+159+236=521 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.18% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #7E9FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E9FEC is #816013. Grayscale: #9D9D9D. Windows color (decimal): -8478740 or 15507326. OLE color: 15507326.
HSL color Cylindrical-coordinate representation of color #7E9FEC: hue angle of 222º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E9FEC is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 159 | 236 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.07 |
| HSL | 222º | 0.74% | 0.71% | - |
| HSV(B) | 222º | 0.47% | 0.93% | - |
| XYZ | 36.14 | 35.29 | 84.26 | - |
| YUV | 157.91 | 172.07 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 159 | 236 | 0.47 | 0.33 | 0 | 0.07 | 222 | 0.74 | 0.71 |
| Hex | 7E | 9F | EC | 2F | 21 | 0 | 7 | DE | 4A | 47 |
| Octal | 176 | 237 | 354 | 57 | 41 | 0 | 7 | 336 | 112 | 107 |
| Binary | 1111110 | 10011111 | 11101100 | 101111 | 100001 | 0 | 111 | 11011110 | 1001010 | 1000111 |
Color Harmonies of #7E9FEC
Complementary color
Monochromatic Colors of #7E9FEC
Black with #7E9FEC
Text Example
Text Example
White with #7E9FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9FEC; }
p { color: rgb(126,159,236); }
H1.HeaderClassName
{
color: #7E9FEC;
}
.AnyTagClassName
{
color: #7E9FEC;
}
</style>
background-color css
<style>
a { background-color: #7E9FEC; }
a { background-color: rgb(126,159,236); }
div.DivClassName
{
background-color: #7E9FEC;
}
.BgClassName
{
background-color: #7E9FEC;
}
</style>
border-color css
<style>
span { border-color: #7E9FEC; }
span { border-color: rgb(126,159,236); }
td.TdClassName
{
border-color: #7E9FEC;
}
.TagClassName
{
border-color: #7E9FEC;
}
</style>