Shades of Jordy Blue #7CA7DB
Tints of Jordy Blue #7CA7DB
RGB
CMYK
RGB Variations
Color information
#7CA7DB (or 0x7CA7DB) is known color: Jordy Blue. HEX triplet: 7C, A7 and DB. RGB value is (124,167,219). Sum of RGB (Red+Green+Blue) = 124+167+219=510 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.31% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #7CA7DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA7DB is #835824. Grayscale: #9F9F9F. Windows color (decimal): -8607781 or 14395260. OLE color: 14395260.
HSL color Cylindrical-coordinate representation of color #7CA7DB: hue angle of 212.84º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CA7DB is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 167 | 219 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.14 |
| HSL | 212.84º | 0.57% | 0.67% | - |
| HSV(B) | 212.84º | 0.43% | 0.86% | - |
| XYZ | 34.92 | 37.04 | 72.33 | - |
| YUV | 160.07 | 161.25 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 167 | 219 | 0.43 | 0.24 | 0 | 0.14 | 212.84 | 0.57 | 0.67 |
| Hex | 7C | A7 | DB | 2B | 18 | 0 | E | D5 | 39 | 43 |
| Octal | 174 | 247 | 333 | 53 | 30 | 0 | 16 | 325 | 71 | 103 |
| Binary | 1111100 | 10100111 | 11011011 | 101011 | 11000 | 0 | 1110 | 11010101 | 111001 | 1000011 |
Color Harmonies of #7CA7DB
Complementary color
Monochromatic Colors of #7CA7DB
Black with #7CA7DB
Text Example
Text Example
White with #7CA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA7DB; }
p { color: rgb(124,167,219); }
H1.HeaderClassName
{
color: #7CA7DB;
}
.AnyTagClassName
{
color: #7CA7DB;
}
</style>
background-color css
<style>
a { background-color: #7CA7DB; }
a { background-color: rgb(124,167,219); }
div.DivClassName
{
background-color: #7CA7DB;
}
.BgClassName
{
background-color: #7CA7DB;
}
</style>
border-color css
<style>
span { border-color: #7CA7DB; }
span { border-color: rgb(124,167,219); }
td.TdClassName
{
border-color: #7CA7DB;
}
.TagClassName
{
border-color: #7CA7DB;
}
</style>