Shades of Jordy Blue #7C9CED
Tints of Jordy Blue #7C9CED
RGB
CMYK
RGB Variations
Color information
#7C9CED (or 0x7C9CED) is known color: Jordy Blue. HEX triplet: 7C, 9C and ED. RGB value is (124,156,237). Sum of RGB (Red+Green+Blue) = 124+156+237=517 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.98% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #7C9CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C9CED is #836312. Grayscale: #9B9B9B. Windows color (decimal): -8610579 or 15572092. OLE color: 15572092.
HSL color Cylindrical-coordinate representation of color #7C9CED: hue angle of 223.01º 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 #7C9CED is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 156 | 237 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.07 |
| HSL | 223.01º | 0.76% | 0.71% | - |
| HSV(B) | 223.01º | 0.48% | 0.93% | - |
| XYZ | 35.49 | 34.18 | 84.85 | - |
| YUV | 155.67 | 173.9 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 156 | 237 | 0.48 | 0.34 | 0 | 0.07 | 223.01 | 0.76 | 0.71 |
| Hex | 7C | 9C | ED | 30 | 22 | 0 | 7 | DF | 4C | 47 |
| Octal | 174 | 234 | 355 | 60 | 42 | 0 | 7 | 337 | 114 | 107 |
| Binary | 1111100 | 10011100 | 11101101 | 110000 | 100010 | 0 | 111 | 11011111 | 1001100 | 1000111 |
Color Harmonies of #7C9CED
Complementary color
Monochromatic Colors of #7C9CED
Black with #7C9CED
Text Example
Text Example
White with #7C9CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9CED; }
p { color: rgb(124,156,237); }
H1.HeaderClassName
{
color: #7C9CED;
}
.AnyTagClassName
{
color: #7C9CED;
}
</style>
background-color css
<style>
a { background-color: #7C9CED; }
a { background-color: rgb(124,156,237); }
div.DivClassName
{
background-color: #7C9CED;
}
.BgClassName
{
background-color: #7C9CED;
}
</style>
border-color css
<style>
span { border-color: #7C9CED; }
span { border-color: rgb(124,156,237); }
td.TdClassName
{
border-color: #7C9CED;
}
.TagClassName
{
border-color: #7C9CED;
}
</style>