Shades of Jordy Blue #7C9BDC
Tints of Jordy Blue #7C9BDC
RGB
CMYK
RGB Variations
Color information
#7C9BDC (or 0x7C9BDC) is known color: Jordy Blue. HEX triplet: 7C, 9B and DC. RGB value is (124,155,220). Sum of RGB (Red+Green+Blue) = 124+155+220=499 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.85% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C9BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9BDC is #836423. Grayscale: #989898. Windows color (decimal): -8610852 or 14457724. OLE color: 14457724.
HSL color Cylindrical-coordinate representation of color #7C9BDC: hue angle of 220.62º 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 #7C9BDC is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 155 | 220 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.14 |
| HSL | 220.63º | 0.58% | 0.67% | - |
| HSV(B) | 220.63º | 0.44% | 0.86% | - |
| XYZ | 32.95 | 32.9 | 72.32 | - |
| YUV | 153.14 | 165.73 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 155 | 220 | 0.44 | 0.30 | 0 | 0.14 | 220.63 | 0.58 | 0.67 |
| Hex | 7C | 9B | DC | 2C | 1E | 0 | E | DD | 3A | 43 |
| Octal | 174 | 233 | 334 | 54 | 36 | 0 | 16 | 335 | 72 | 103 |
| Binary | 1111100 | 10011011 | 11011100 | 101100 | 11110 | 0 | 1110 | 11011101 | 111010 | 1000011 |
Color Harmonies of #7C9BDC
Complementary color
Monochromatic Colors of #7C9BDC
Black with #7C9BDC
Text Example
Text Example
White with #7C9BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9BDC; }
p { color: rgb(124,155,220); }
H1.HeaderClassName
{
color: #7C9BDC;
}
.AnyTagClassName
{
color: #7C9BDC;
}
</style>
background-color css
<style>
a { background-color: #7C9BDC; }
a { background-color: rgb(124,155,220); }
div.DivClassName
{
background-color: #7C9BDC;
}
.BgClassName
{
background-color: #7C9BDC;
}
</style>
border-color css
<style>
span { border-color: #7C9BDC; }
span { border-color: rgb(124,155,220); }
td.TdClassName
{
border-color: #7C9BDC;
}
.TagClassName
{
border-color: #7C9BDC;
}
</style>