Shades of Jordy Blue #7C9FDE
Tints of Jordy Blue #7C9FDE
RGB
CMYK
RGB Variations
Color information
#7C9FDE (or 0x7C9FDE) is known color: Jordy Blue. HEX triplet: 7C, 9F and DE. RGB value is (124,159,222). Sum of RGB (Red+Green+Blue) = 124+159+222=505 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.55% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #7C9FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9FDE is #836021. Grayscale: #9B9B9B. Windows color (decimal): -8609826 or 14589820. OLE color: 14589820.
HSL color Cylindrical-coordinate representation of color #7C9FDE: hue angle of 218.57º degrees, saturation: 0.6, 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 #7C9FDE is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 159 | 222 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.13 |
| HSL | 218.57º | 0.6% | 0.68% | - |
| HSV(B) | 218.57º | 0.44% | 0.87% | - |
| XYZ | 33.9 | 34.36 | 73.95 | - |
| YUV | 155.72 | 165.4 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 159 | 222 | 0.44 | 0.28 | 0 | 0.13 | 218.57 | 0.6 | 0.68 |
| Hex | 7C | 9F | DE | 2C | 1C | 0 | D | DB | 3C | 44 |
| Octal | 174 | 237 | 336 | 54 | 34 | 0 | 15 | 333 | 74 | 104 |
| Binary | 1111100 | 10011111 | 11011110 | 101100 | 11100 | 0 | 1101 | 11011011 | 111100 | 1000100 |
Color Harmonies of #7C9FDE
Complementary color
Monochromatic Colors of #7C9FDE
Black with #7C9FDE
Text Example
Text Example
White with #7C9FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9FDE; }
p { color: rgb(124,159,222); }
H1.HeaderClassName
{
color: #7C9FDE;
}
.AnyTagClassName
{
color: #7C9FDE;
}
</style>
background-color css
<style>
a { background-color: #7C9FDE; }
a { background-color: rgb(124,159,222); }
div.DivClassName
{
background-color: #7C9FDE;
}
.BgClassName
{
background-color: #7C9FDE;
}
</style>
border-color css
<style>
span { border-color: #7C9FDE; }
span { border-color: rgb(124,159,222); }
td.TdClassName
{
border-color: #7C9FDE;
}
.TagClassName
{
border-color: #7C9FDE;
}
</style>