Shades of Jordy Blue #7CA4D7
Tints of Jordy Blue #7CA4D7
RGB
CMYK
RGB Variations
Color information
#7CA4D7 (or 0x7CA4D7) is known color: Jordy Blue. HEX triplet: 7C, A4 and D7. RGB value is (124,164,215). Sum of RGB (Red+Green+Blue) = 124+164+215=503 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.65% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 215 - color contains mainly: blue. Hex color #7CA4D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA4D7 is #835B28. Grayscale: #9D9D9D. Windows color (decimal): -8608553 or 14132348. OLE color: 14132348.
HSL color Cylindrical-coordinate representation of color #7CA4D7: hue angle of 213.63º 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 #7CA4D7 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 124 | 164 | 215 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.16 |
| HSL | 213.63º | 0.53% | 0.66% | - |
| HSV(B) | 213.63º | 0.42% | 0.84% | - |
| XYZ | 33.85 | 35.74 | 69.4 | - |
| YUV | 157.85 | 160.25 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 164 | 215 | 0.42 | 0.24 | 0 | 0.16 | 213.63 | 0.53 | 0.66 |
| Hex | 7C | A4 | D7 | 2A | 18 | 0 | 10 | D6 | 35 | 42 |
| Octal | 174 | 244 | 327 | 52 | 30 | 0 | 20 | 326 | 65 | 102 |
| Binary | 1111100 | 10100100 | 11010111 | 101010 | 11000 | 0 | 10000 | 11010110 | 110101 | 1000010 |
Color Harmonies of #7CA4D7
Complementary color
Monochromatic Colors of #7CA4D7
Black with #7CA4D7
Text Example
Text Example
White with #7CA4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA4D7; }
p { color: rgb(124,164,215); }
H1.HeaderClassName
{
color: #7CA4D7;
}
.AnyTagClassName
{
color: #7CA4D7;
}
</style>
background-color css
<style>
a { background-color: #7CA4D7; }
a { background-color: rgb(124,164,215); }
div.DivClassName
{
background-color: #7CA4D7;
}
.BgClassName
{
background-color: #7CA4D7;
}
</style>
border-color css
<style>
span { border-color: #7CA4D7; }
span { border-color: rgb(124,164,215); }
td.TdClassName
{
border-color: #7CA4D7;
}
.TagClassName
{
border-color: #7CA4D7;
}
</style>