Shades of Jordy Blue #7E9DEE
Tints of Jordy Blue #7E9DEE
RGB
CMYK
RGB Variations
Color information
#7E9DEE (or 0x7E9DEE) is known color: Jordy Blue. HEX triplet: 7E, 9D and EE. RGB value is (126,157,238). Sum of RGB (Red+Green+Blue) = 126+157+238=521 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.18% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #7E9DEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E9DEE is #816211. Grayscale: #9C9C9C. Windows color (decimal): -8479250 or 15637886. OLE color: 15637886.
HSL color Cylindrical-coordinate representation of color #7E9DEE: hue angle of 223.39º degrees, saturation: 0.77, 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 #7E9DEE is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 157 | 238 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.07 |
| HSL | 223.39º | 0.77% | 0.71% | - |
| HSV(B) | 223.39º | 0.47% | 0.93% | - |
| XYZ | 36.09 | 34.72 | 85.69 | - |
| YUV | 156.97 | 173.73 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 157 | 238 | 0.47 | 0.34 | 0 | 0.07 | 223.39 | 0.77 | 0.71 |
| Hex | 7E | 9D | EE | 2F | 22 | 0 | 7 | DF | 4D | 47 |
| Octal | 176 | 235 | 356 | 57 | 42 | 0 | 7 | 337 | 115 | 107 |
| Binary | 1111110 | 10011101 | 11101110 | 101111 | 100010 | 0 | 111 | 11011111 | 1001101 | 1000111 |
Color Harmonies of #7E9DEE
Complementary color
Monochromatic Colors of #7E9DEE
Black with #7E9DEE
Text Example
Text Example
White with #7E9DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9DEE; }
p { color: rgb(126,157,238); }
H1.HeaderClassName
{
color: #7E9DEE;
}
.AnyTagClassName
{
color: #7E9DEE;
}
</style>
background-color css
<style>
a { background-color: #7E9DEE; }
a { background-color: rgb(126,157,238); }
div.DivClassName
{
background-color: #7E9DEE;
}
.BgClassName
{
background-color: #7E9DEE;
}
</style>
border-color css
<style>
span { border-color: #7E9DEE; }
span { border-color: rgb(126,157,238); }
td.TdClassName
{
border-color: #7E9DEE;
}
.TagClassName
{
border-color: #7E9DEE;
}
</style>