Shades of Jordy Blue #7CA0D7
Tints of Jordy Blue #7CA0D7
RGB
CMYK
RGB Variations
Color information
#7CA0D7 (or 0x7CA0D7) is known color: Jordy Blue. HEX triplet: 7C, A0 and D7. RGB value is (124,160,215). Sum of RGB (Red+Green+Blue) = 124+160+215=499 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.85% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #7CA0D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA0D7 is #835F28. Grayscale: #9B9B9B. Windows color (decimal): -8609577 or 14131324. OLE color: 14131324.
HSL color Cylindrical-coordinate representation of color #7CA0D7: hue angle of 216.26º 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 #7CA0D7 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 124 | 160 | 215 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.16 |
| HSL | 216.26º | 0.53% | 0.66% | - |
| HSV(B) | 216.26º | 0.42% | 0.84% | - |
| XYZ | 33.15 | 34.33 | 69.17 | - |
| YUV | 155.51 | 161.57 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 160 | 215 | 0.42 | 0.26 | 0 | 0.16 | 216.26 | 0.53 | 0.66 |
| Hex | 7C | A0 | D7 | 2A | 1A | 0 | 10 | D8 | 35 | 42 |
| Octal | 174 | 240 | 327 | 52 | 32 | 0 | 20 | 330 | 65 | 102 |
| Binary | 1111100 | 10100000 | 11010111 | 101010 | 11010 | 0 | 10000 | 11011000 | 110101 | 1000010 |
Color Harmonies of #7CA0D7
Complementary color
Monochromatic Colors of #7CA0D7
Black with #7CA0D7
Text Example
Text Example
White with #7CA0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA0D7; }
p { color: rgb(124,160,215); }
H1.HeaderClassName
{
color: #7CA0D7;
}
.AnyTagClassName
{
color: #7CA0D7;
}
</style>
background-color css
<style>
a { background-color: #7CA0D7; }
a { background-color: rgb(124,160,215); }
div.DivClassName
{
background-color: #7CA0D7;
}
.BgClassName
{
background-color: #7CA0D7;
}
</style>
border-color css
<style>
span { border-color: #7CA0D7; }
span { border-color: rgb(124,160,215); }
td.TdClassName
{
border-color: #7CA0D7;
}
.TagClassName
{
border-color: #7CA0D7;
}
</style>