Shades of Jordy Blue #7C9EE3
Tints of Jordy Blue #7C9EE3
RGB
CMYK
RGB Variations
Color information
#7C9EE3 (or 0x7C9EE3) is known color: Jordy Blue. HEX triplet: 7C, 9E and E3. RGB value is (124,158,227). Sum of RGB (Red+Green+Blue) = 124+158+227=509 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.36% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 227 (89.06% from 255 or 44.60% from 509); Max value from RGB is 227 - color contains mainly: blue. Hex color #7C9EE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9EE3 is #83611C. Grayscale: #9B9B9B. Windows color (decimal): -8610077 or 14917244. OLE color: 14917244.
HSL color Cylindrical-coordinate representation of color #7C9EE3: hue angle of 220.19º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C9EE3 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 124 | 158 | 227 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.11 |
| HSL | 220.19º | 0.65% | 0.69% | - |
| HSV(B) | 220.19º | 0.45% | 0.89% | - |
| XYZ | 34.4 | 34.28 | 77.48 | - |
| YUV | 155.7 | 168.24 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 158 | 227 | 0.45 | 0.30 | 0 | 0.11 | 220.19 | 0.65 | 0.69 |
| Hex | 7C | 9E | E3 | 2D | 1E | 0 | B | DC | 41 | 45 |
| Octal | 174 | 236 | 343 | 55 | 36 | 0 | 13 | 334 | 101 | 105 |
| Binary | 1111100 | 10011110 | 11100011 | 101101 | 11110 | 0 | 1011 | 11011100 | 1000001 | 1000101 |
Color Harmonies of #7C9EE3
Complementary color
Monochromatic Colors of #7C9EE3
Black with #7C9EE3
Text Example
Text Example
White with #7C9EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9EE3; }
p { color: rgb(124,158,227); }
H1.HeaderClassName
{
color: #7C9EE3;
}
.AnyTagClassName
{
color: #7C9EE3;
}
</style>
background-color css
<style>
a { background-color: #7C9EE3; }
a { background-color: rgb(124,158,227); }
div.DivClassName
{
background-color: #7C9EE3;
}
.BgClassName
{
background-color: #7C9EE3;
}
</style>
border-color css
<style>
span { border-color: #7C9EE3; }
span { border-color: rgb(124,158,227); }
td.TdClassName
{
border-color: #7C9EE3;
}
.TagClassName
{
border-color: #7C9EE3;
}
</style>