Shades of Jordy Blue #7C9EEC
Tints of Jordy Blue #7C9EEC
RGB
CMYK
RGB Variations
Color information
#7C9EEC (or 0x7C9EEC) is known color: Jordy Blue. HEX triplet: 7C, 9E and EC. RGB value is (124,158,236). Sum of RGB (Red+Green+Blue) = 124+158+236=518 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.94% from 518); Green value is 158 (62.11% from 255 or 30.50% 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 #7C9EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C9EEC is #836113. Grayscale: #9C9C9C. Windows color (decimal): -8610068 or 15507068. OLE color: 15507068.
HSL color Cylindrical-coordinate representation of color #7C9EEC: hue angle of 221.79º degrees, saturation: 0.75, 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 #7C9EEC is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 158 | 236 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.07 |
| HSL | 221.79º | 0.75% | 0.71% | - |
| HSV(B) | 221.79º | 0.47% | 0.93% | - |
| XYZ | 35.68 | 34.79 | 84.19 | - |
| YUV | 156.73 | 172.74 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 158 | 236 | 0.47 | 0.33 | 0 | 0.07 | 221.79 | 0.75 | 0.71 |
| Hex | 7C | 9E | EC | 2F | 21 | 0 | 7 | DE | 4B | 47 |
| Octal | 174 | 236 | 354 | 57 | 41 | 0 | 7 | 336 | 113 | 107 |
| Binary | 1111100 | 10011110 | 11101100 | 101111 | 100001 | 0 | 111 | 11011110 | 1001011 | 1000111 |
Color Harmonies of #7C9EEC
Complementary color
Monochromatic Colors of #7C9EEC
Black with #7C9EEC
Text Example
Text Example
White with #7C9EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9EEC; }
p { color: rgb(124,158,236); }
H1.HeaderClassName
{
color: #7C9EEC;
}
.AnyTagClassName
{
color: #7C9EEC;
}
</style>
background-color css
<style>
a { background-color: #7C9EEC; }
a { background-color: rgb(124,158,236); }
div.DivClassName
{
background-color: #7C9EEC;
}
.BgClassName
{
background-color: #7C9EEC;
}
</style>
border-color css
<style>
span { border-color: #7C9EEC; }
span { border-color: rgb(124,158,236); }
td.TdClassName
{
border-color: #7C9EEC;
}
.TagClassName
{
border-color: #7C9EEC;
}
</style>