Shades of Jordy Blue #7799D5
Tints of Jordy Blue #7799D5
RGB
CMYK
RGB Variations
Color information
#7799D5 (or 0x7799D5) is known color: Jordy Blue. HEX triplet: 77, 99 and D5. RGB value is (119,153,213). Sum of RGB (Red+Green+Blue) = 119+153+213=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #7799D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7799D5 is #88662A. Grayscale: #959595. Windows color (decimal): -8939051 or 13998455. OLE color: 13998455.
HSL color Cylindrical-coordinate representation of color #7799D5: hue angle of 218.3º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7799D5 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 153 | 213 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.16 |
| HSL | 218.3º | 0.53% | 0.65% | - |
| HSV(B) | 218.3º | 0.44% | 0.84% | - |
| XYZ | 31.01 | 31.51 | 67.4 | - |
| YUV | 149.67 | 163.74 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 213 | 0.44 | 0.28 | 0 | 0.16 | 218.3 | 0.53 | 0.65 |
| Hex | 77 | 99 | D5 | 2C | 1C | 0 | 10 | DA | 35 | 41 |
| Octal | 167 | 231 | 325 | 54 | 34 | 0 | 20 | 332 | 65 | 101 |
| Binary | 1110111 | 10011001 | 11010101 | 101100 | 11100 | 0 | 10000 | 11011010 | 110101 | 1000001 |
Color Harmonies of #7799D5
Complementary color
Monochromatic Colors of #7799D5
Black with #7799D5
Text Example
Text Example
White with #7799D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7799D5; }
p { color: rgb(119,153,213); }
H1.HeaderClassName
{
color: #7799D5;
}
.AnyTagClassName
{
color: #7799D5;
}
</style>
background-color css
<style>
a { background-color: #7799D5; }
a { background-color: rgb(119,153,213); }
div.DivClassName
{
background-color: #7799D5;
}
.BgClassName
{
background-color: #7799D5;
}
</style>
border-color css
<style>
span { border-color: #7799D5; }
span { border-color: rgb(119,153,213); }
td.TdClassName
{
border-color: #7799D5;
}
.TagClassName
{
border-color: #7799D5;
}
</style>