Shades of Jordy Blue #7C9CDC
Tints of Jordy Blue #7C9CDC
RGB
CMYK
RGB Variations
Color information
#7C9CDC (or 0x7C9CDC) is known color: Jordy Blue. HEX triplet: 7C, 9C and DC. RGB value is (124,156,220). Sum of RGB (Red+Green+Blue) = 124+156+220=500 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.8% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C9CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9CDC is #836323. Grayscale: #999999. Windows color (decimal): -8610596 or 14457980. OLE color: 14457980.
HSL color Cylindrical-coordinate representation of color #7C9CDC: hue angle of 220º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C9CDC is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 156 | 220 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.14 |
| HSL | 220º | 0.58% | 0.67% | - |
| HSV(B) | 220º | 0.44% | 0.86% | - |
| XYZ | 33.12 | 33.23 | 72.38 | - |
| YUV | 153.73 | 165.4 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 156 | 220 | 0.44 | 0.29 | 0 | 0.14 | 220 | 0.58 | 0.67 |
| Hex | 7C | 9C | DC | 2C | 1D | 0 | E | DC | 3A | 43 |
| Octal | 174 | 234 | 334 | 54 | 35 | 0 | 16 | 334 | 72 | 103 |
| Binary | 1111100 | 10011100 | 11011100 | 101100 | 11101 | 0 | 1110 | 11011100 | 111010 | 1000011 |
Color Harmonies of #7C9CDC
Complementary color
Monochromatic Colors of #7C9CDC
Black with #7C9CDC
Text Example
Text Example
White with #7C9CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9CDC; }
p { color: rgb(124,156,220); }
H1.HeaderClassName
{
color: #7C9CDC;
}
.AnyTagClassName
{
color: #7C9CDC;
}
</style>
background-color css
<style>
a { background-color: #7C9CDC; }
a { background-color: rgb(124,156,220); }
div.DivClassName
{
background-color: #7C9CDC;
}
.BgClassName
{
background-color: #7C9CDC;
}
</style>
border-color css
<style>
span { border-color: #7C9CDC; }
span { border-color: rgb(124,156,220); }
td.TdClassName
{
border-color: #7C9CDC;
}
.TagClassName
{
border-color: #7C9CDC;
}
</style>