Shades of Jordy Blue #7E9CEC
Tints of Jordy Blue #7E9CEC
RGB
CMYK
RGB Variations
Color information
#7E9CEC (or 0x7E9CEC) is known color: Jordy Blue. HEX triplet: 7E, 9C and EC. RGB value is (126,156,236). Sum of RGB (Red+Green+Blue) = 126+156+236=518 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.32% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #7E9CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E9CEC is #816313. Grayscale: #9B9B9B. Windows color (decimal): -8479508 or 15506558. OLE color: 15506558.
HSL color Cylindrical-coordinate representation of color #7E9CEC: hue angle of 223.64º 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 #7E9CEC is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 156 | 236 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.07 |
| HSL | 223.64º | 0.74% | 0.71% | - |
| HSV(B) | 223.64º | 0.47% | 0.93% | - |
| XYZ | 35.63 | 34.27 | 84.09 | - |
| YUV | 156.15 | 173.06 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 156 | 236 | 0.47 | 0.34 | 0 | 0.07 | 223.64 | 0.74 | 0.71 |
| Hex | 7E | 9C | EC | 2F | 22 | 0 | 7 | E0 | 4A | 47 |
| Octal | 176 | 234 | 354 | 57 | 42 | 0 | 7 | 340 | 112 | 107 |
| Binary | 1111110 | 10011100 | 11101100 | 101111 | 100010 | 0 | 111 | 11100000 | 1001010 | 1000111 |
Color Harmonies of #7E9CEC
Complementary color
Monochromatic Colors of #7E9CEC
Black with #7E9CEC
Text Example
Text Example
White with #7E9CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9CEC; }
p { color: rgb(126,156,236); }
H1.HeaderClassName
{
color: #7E9CEC;
}
.AnyTagClassName
{
color: #7E9CEC;
}
</style>
background-color css
<style>
a { background-color: #7E9CEC; }
a { background-color: rgb(126,156,236); }
div.DivClassName
{
background-color: #7E9CEC;
}
.BgClassName
{
background-color: #7E9CEC;
}
</style>
border-color css
<style>
span { border-color: #7E9CEC; }
span { border-color: rgb(126,156,236); }
td.TdClassName
{
border-color: #7E9CEC;
}
.TagClassName
{
border-color: #7E9CEC;
}
</style>