Shades of Jordy Blue #7C9DED
Tints of Jordy Blue #7C9DED
RGB
CMYK
RGB Variations
Color information
#7C9DED (or 0x7C9DED) is known color: Jordy Blue. HEX triplet: 7C, 9D and ED. RGB value is (124,157,237). Sum of RGB (Red+Green+Blue) = 124+157+237=518 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.94% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #7C9DED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C9DED is #836212. Grayscale: #9B9B9B. Windows color (decimal): -8610323 or 15572348. OLE color: 15572348.
HSL color Cylindrical-coordinate representation of color #7C9DED: hue angle of 222.48º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C9DED is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 157 | 237 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.07 |
| HSL | 222.48º | 0.76% | 0.71% | - |
| HSV(B) | 222.48º | 0.48% | 0.93% | - |
| XYZ | 35.66 | 34.51 | 84.9 | - |
| YUV | 156.25 | 173.57 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 157 | 237 | 0.48 | 0.34 | 0 | 0.07 | 222.48 | 0.76 | 0.71 |
| Hex | 7C | 9D | ED | 30 | 22 | 0 | 7 | DE | 4C | 47 |
| Octal | 174 | 235 | 355 | 60 | 42 | 0 | 7 | 336 | 114 | 107 |
| Binary | 1111100 | 10011101 | 11101101 | 110000 | 100010 | 0 | 111 | 11011110 | 1001100 | 1000111 |
Color Harmonies of #7C9DED
Complementary color
Monochromatic Colors of #7C9DED
Black with #7C9DED
Text Example
Text Example
White with #7C9DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9DED; }
p { color: rgb(124,157,237); }
H1.HeaderClassName
{
color: #7C9DED;
}
.AnyTagClassName
{
color: #7C9DED;
}
</style>
background-color css
<style>
a { background-color: #7C9DED; }
a { background-color: rgb(124,157,237); }
div.DivClassName
{
background-color: #7C9DED;
}
.BgClassName
{
background-color: #7C9DED;
}
</style>
border-color css
<style>
span { border-color: #7C9DED; }
span { border-color: rgb(124,157,237); }
td.TdClassName
{
border-color: #7C9DED;
}
.TagClassName
{
border-color: #7C9DED;
}
</style>