Shades of Jordy Blue #7C9ED7
Tints of Jordy Blue #7C9ED7
RGB
CMYK
RGB Variations
Color information
#7C9ED7 (or 0x7C9ED7) is known color: Jordy Blue. HEX triplet: 7C, 9E and D7. RGB value is (124,158,215). Sum of RGB (Red+Green+Blue) = 124+158+215=497 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.95% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 215 (84.38% from 255 or 43.26% from 497); Max value from RGB is 215 - color contains mainly: blue. Hex color #7C9ED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9ED7 is #836128. Grayscale: #9A9A9A. Windows color (decimal): -8610089 or 14130812. OLE color: 14130812.
HSL color Cylindrical-coordinate representation of color #7C9ED7: hue angle of 217.58º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7C9ED7 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 124 | 158 | 215 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.16 |
| HSL | 217.58º | 0.53% | 0.66% | - |
| HSV(B) | 217.58º | 0.42% | 0.84% | - |
| XYZ | 32.8 | 33.65 | 69.06 | - |
| YUV | 154.33 | 162.24 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 158 | 215 | 0.42 | 0.27 | 0 | 0.16 | 217.58 | 0.53 | 0.66 |
| Hex | 7C | 9E | D7 | 2A | 1B | 0 | 10 | DA | 35 | 42 |
| Octal | 174 | 236 | 327 | 52 | 33 | 0 | 20 | 332 | 65 | 102 |
| Binary | 1111100 | 10011110 | 11010111 | 101010 | 11011 | 0 | 10000 | 11011010 | 110101 | 1000010 |
Color Harmonies of #7C9ED7
Complementary color
Monochromatic Colors of #7C9ED7
Black with #7C9ED7
Text Example
Text Example
White with #7C9ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9ED7; }
p { color: rgb(124,158,215); }
H1.HeaderClassName
{
color: #7C9ED7;
}
.AnyTagClassName
{
color: #7C9ED7;
}
</style>
background-color css
<style>
a { background-color: #7C9ED7; }
a { background-color: rgb(124,158,215); }
div.DivClassName
{
background-color: #7C9ED7;
}
.BgClassName
{
background-color: #7C9ED7;
}
</style>
border-color css
<style>
span { border-color: #7C9ED7; }
span { border-color: rgb(124,158,215); }
td.TdClassName
{
border-color: #7C9ED7;
}
.TagClassName
{
border-color: #7C9ED7;
}
</style>