Shades of Jordy Blue #7798D3
Tints of Jordy Blue #7798D3
RGB
CMYK
RGB Variations
Color information
#7798D3 (or 0x7798D3) is known color: Jordy Blue. HEX triplet: 77, 98 and D3. RGB value is (119,152,211). Sum of RGB (Red+Green+Blue) = 119+152+211=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 211 - color contains mainly: blue. Hex color #7798D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7798D3 is #88672C. Grayscale: #949494. Windows color (decimal): -8939309 or 13867127. OLE color: 13867127.
HSL color Cylindrical-coordinate representation of color #7798D3: hue angle of 218.48º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7798D3 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 152 | 211 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.17 |
| HSL | 218.48º | 0.51% | 0.65% | - |
| HSV(B) | 218.48º | 0.44% | 0.83% | - |
| XYZ | 30.59 | 31.08 | 66.01 | - |
| YUV | 148.86 | 163.07 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 152 | 211 | 0.44 | 0.28 | 0 | 0.17 | 218.48 | 0.51 | 0.65 |
| Hex | 77 | 98 | D3 | 2C | 1C | 0 | 11 | DA | 33 | 41 |
| Octal | 167 | 230 | 323 | 54 | 34 | 0 | 21 | 332 | 63 | 101 |
| Binary | 1110111 | 10011000 | 11010011 | 101100 | 11100 | 0 | 10001 | 11011010 | 110011 | 1000001 |
Color Harmonies of #7798D3
Complementary color
Monochromatic Colors of #7798D3
Black with #7798D3
Text Example
Text Example
White with #7798D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7798D3; }
p { color: rgb(119,152,211); }
H1.HeaderClassName
{
color: #7798D3;
}
.AnyTagClassName
{
color: #7798D3;
}
</style>
background-color css
<style>
a { background-color: #7798D3; }
a { background-color: rgb(119,152,211); }
div.DivClassName
{
background-color: #7798D3;
}
.BgClassName
{
background-color: #7798D3;
}
</style>
border-color css
<style>
span { border-color: #7798D3; }
span { border-color: rgb(119,152,211); }
td.TdClassName
{
border-color: #7798D3;
}
.TagClassName
{
border-color: #7798D3;
}
</style>