Shades of Jordy Blue #7799DC
Tints of Jordy Blue #7799DC
RGB
CMYK
RGB Variations
Color information
#7799DC (or 0x7799DC) is known color: Jordy Blue. HEX triplet: 77, 99 and DC. RGB value is (119,153,220). Sum of RGB (Red+Green+Blue) = 119+153+220=492 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.19% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #7799DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7799DC is #886623. Grayscale: #969696. Windows color (decimal): -8939044 or 14457207. OLE color: 14457207.
HSL color Cylindrical-coordinate representation of color #7799DC: hue angle of 219.8º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7799DC is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 153 | 220 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.14 |
| HSL | 219.8º | 0.59% | 0.66% | - |
| HSV(B) | 219.8º | 0.46% | 0.86% | - |
| XYZ | 31.92 | 31.87 | 72.18 | - |
| YUV | 150.47 | 167.24 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 220 | 0.46 | 0.30 | 0 | 0.14 | 219.8 | 0.59 | 0.66 |
| Hex | 77 | 99 | DC | 2E | 1E | 0 | E | DC | 3B | 42 |
| Octal | 167 | 231 | 334 | 56 | 36 | 0 | 16 | 334 | 73 | 102 |
| Binary | 1110111 | 10011001 | 11011100 | 101110 | 11110 | 0 | 1110 | 11011100 | 111011 | 1000010 |
Color Harmonies of #7799DC
Complementary color
Monochromatic Colors of #7799DC
Black with #7799DC
Text Example
Text Example
White with #7799DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7799DC; }
p { color: rgb(119,153,220); }
H1.HeaderClassName
{
color: #7799DC;
}
.AnyTagClassName
{
color: #7799DC;
}
</style>
background-color css
<style>
a { background-color: #7799DC; }
a { background-color: rgb(119,153,220); }
div.DivClassName
{
background-color: #7799DC;
}
.BgClassName
{
background-color: #7799DC;
}
</style>
border-color css
<style>
span { border-color: #7799DC; }
span { border-color: rgb(119,153,220); }
td.TdClassName
{
border-color: #7799DC;
}
.TagClassName
{
border-color: #7799DC;
}
</style>