Shades of Jordy Blue #7799D8
Tints of Jordy Blue #7799D8
RGB
CMYK
RGB Variations
Color information
#7799D8 (or 0x7799D8) is known color: Jordy Blue. HEX triplet: 77, 99 and D8. RGB value is (119,153,216). Sum of RGB (Red+Green+Blue) = 119+153+216=488 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.39% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 216 - color contains mainly: blue. Hex color #7799D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7799D8 is #886627. Grayscale: #959595. Windows color (decimal): -8939048 or 14195063. OLE color: 14195063.
HSL color Cylindrical-coordinate representation of color #7799D8: hue angle of 218.97º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7799D8 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 153 | 216 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.15 |
| HSL | 218.97º | 0.55% | 0.66% | - |
| HSV(B) | 218.97º | 0.45% | 0.85% | - |
| XYZ | 31.39 | 31.66 | 69.42 | - |
| YUV | 150.02 | 165.24 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 216 | 0.45 | 0.29 | 0 | 0.15 | 218.97 | 0.55 | 0.66 |
| Hex | 77 | 99 | D8 | 2D | 1D | 0 | F | DB | 37 | 42 |
| Octal | 167 | 231 | 330 | 55 | 35 | 0 | 17 | 333 | 67 | 102 |
| Binary | 1110111 | 10011001 | 11011000 | 101101 | 11101 | 0 | 1111 | 11011011 | 110111 | 1000010 |
Color Harmonies of #7799D8
Complementary color
Monochromatic Colors of #7799D8
Black with #7799D8
Text Example
Text Example
White with #7799D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7799D8; }
p { color: rgb(119,153,216); }
H1.HeaderClassName
{
color: #7799D8;
}
.AnyTagClassName
{
color: #7799D8;
}
</style>
background-color css
<style>
a { background-color: #7799D8; }
a { background-color: rgb(119,153,216); }
div.DivClassName
{
background-color: #7799D8;
}
.BgClassName
{
background-color: #7799D8;
}
</style>
border-color css
<style>
span { border-color: #7799D8; }
span { border-color: rgb(119,153,216); }
td.TdClassName
{
border-color: #7799D8;
}
.TagClassName
{
border-color: #7799D8;
}
</style>