Shades of Jordy Blue #7C9BEC
Tints of Jordy Blue #7C9BEC
RGB
CMYK
RGB Variations
Color information
#7C9BEC (or 0x7C9BEC) is known color: Jordy Blue. HEX triplet: 7C, 9B and EC. RGB value is (124,155,236). Sum of RGB (Red+Green+Blue) = 124+155+236=515 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.08% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #7C9BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C9BEC is #836413. Grayscale: #9A9A9A. Windows color (decimal): -8610836 or 15506300. OLE color: 15506300.
HSL color Cylindrical-coordinate representation of color #7C9BEC: hue angle of 223.39º 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 #7C9BEC is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 155 | 236 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.07 |
| HSL | 223.39º | 0.75% | 0.71% | - |
| HSV(B) | 223.39º | 0.47% | 0.93% | - |
| XYZ | 35.17 | 33.78 | 84.02 | - |
| YUV | 154.97 | 173.73 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 155 | 236 | 0.47 | 0.34 | 0 | 0.07 | 223.39 | 0.75 | 0.71 |
| Hex | 7C | 9B | EC | 2F | 22 | 0 | 7 | DF | 4B | 47 |
| Octal | 174 | 233 | 354 | 57 | 42 | 0 | 7 | 337 | 113 | 107 |
| Binary | 1111100 | 10011011 | 11101100 | 101111 | 100010 | 0 | 111 | 11011111 | 1001011 | 1000111 |
Color Harmonies of #7C9BEC
Complementary color
Monochromatic Colors of #7C9BEC
Black with #7C9BEC
Text Example
Text Example
White with #7C9BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9BEC; }
p { color: rgb(124,155,236); }
H1.HeaderClassName
{
color: #7C9BEC;
}
.AnyTagClassName
{
color: #7C9BEC;
}
</style>
background-color css
<style>
a { background-color: #7C9BEC; }
a { background-color: rgb(124,155,236); }
div.DivClassName
{
background-color: #7C9BEC;
}
.BgClassName
{
background-color: #7C9BEC;
}
</style>
border-color css
<style>
span { border-color: #7C9BEC; }
span { border-color: rgb(124,155,236); }
td.TdClassName
{
border-color: #7C9BEC;
}
.TagClassName
{
border-color: #7C9BEC;
}
</style>