Shades of Jordy Blue #7C9DDF
Tints of Jordy Blue #7C9DDF
RGB
CMYK
RGB Variations
Color information
#7C9DDF (or 0x7C9DDF) is known color: Jordy Blue. HEX triplet: 7C, 9D and DF. RGB value is (124,157,223). Sum of RGB (Red+Green+Blue) = 124+157+223=504 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.60% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #7C9DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9DDF is #836220. Grayscale: #9A9A9A. Windows color (decimal): -8610337 or 14654844. OLE color: 14654844.
HSL color Cylindrical-coordinate representation of color #7C9DDF: hue angle of 220º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C9DDF is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 157 | 223 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.13 |
| HSL | 220º | 0.61% | 0.68% | - |
| HSV(B) | 220º | 0.44% | 0.87% | - |
| XYZ | 33.69 | 33.73 | 74.55 | - |
| YUV | 154.66 | 166.57 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 157 | 223 | 0.44 | 0.30 | 0 | 0.13 | 220 | 0.61 | 0.68 |
| Hex | 7C | 9D | DF | 2C | 1E | 0 | D | DC | 3D | 44 |
| Octal | 174 | 235 | 337 | 54 | 36 | 0 | 15 | 334 | 75 | 104 |
| Binary | 1111100 | 10011101 | 11011111 | 101100 | 11110 | 0 | 1101 | 11011100 | 111101 | 1000100 |
Color Harmonies of #7C9DDF
Complementary color
Monochromatic Colors of #7C9DDF
Black with #7C9DDF
Text Example
Text Example
White with #7C9DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9DDF; }
p { color: rgb(124,157,223); }
H1.HeaderClassName
{
color: #7C9DDF;
}
.AnyTagClassName
{
color: #7C9DDF;
}
</style>
background-color css
<style>
a { background-color: #7C9DDF; }
a { background-color: rgb(124,157,223); }
div.DivClassName
{
background-color: #7C9DDF;
}
.BgClassName
{
background-color: #7C9DDF;
}
</style>
border-color css
<style>
span { border-color: #7C9DDF; }
span { border-color: rgb(124,157,223); }
td.TdClassName
{
border-color: #7C9DDF;
}
.TagClassName
{
border-color: #7C9DDF;
}
</style>