Shades of Jordy Blue #77A1DA
Tints of Jordy Blue #77A1DA
RGB
CMYK
RGB Variations
Color information
#77A1DA (or 0x77A1DA) is known color: Jordy Blue. HEX triplet: 77, A1 and DA. RGB value is (119,161,218). Sum of RGB (Red+Green+Blue) = 119+161+218=498 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.90% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #77A1DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A1DA is #885E25. Grayscale: #9A9A9A. Windows color (decimal): -8936998 or 14328183. OLE color: 14328183.
HSL color Cylindrical-coordinate representation of color #77A1DA: hue angle of 214.55º degrees, saturation: 0.57, 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 #77A1DA is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 161 | 218 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.15 |
| HSL | 214.55º | 0.57% | 0.66% | - |
| HSV(B) | 214.55º | 0.45% | 0.85% | - |
| XYZ | 33.01 | 34.47 | 71.24 | - |
| YUV | 154.94 | 163.59 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 161 | 218 | 0.45 | 0.26 | 0 | 0.15 | 214.55 | 0.57 | 0.66 |
| Hex | 77 | A1 | DA | 2D | 1A | 0 | F | D7 | 39 | 42 |
| Octal | 167 | 241 | 332 | 55 | 32 | 0 | 17 | 327 | 71 | 102 |
| Binary | 1110111 | 10100001 | 11011010 | 101101 | 11010 | 0 | 1111 | 11010111 | 111001 | 1000010 |
Color Harmonies of #77A1DA
Complementary color
Monochromatic Colors of #77A1DA
Black with #77A1DA
Text Example
Text Example
White with #77A1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A1DA; }
p { color: rgb(119,161,218); }
H1.HeaderClassName
{
color: #77A1DA;
}
.AnyTagClassName
{
color: #77A1DA;
}
</style>
background-color css
<style>
a { background-color: #77A1DA; }
a { background-color: rgb(119,161,218); }
div.DivClassName
{
background-color: #77A1DA;
}
.BgClassName
{
background-color: #77A1DA;
}
</style>
border-color css
<style>
span { border-color: #77A1DA; }
span { border-color: rgb(119,161,218); }
td.TdClassName
{
border-color: #77A1DA;
}
.TagClassName
{
border-color: #77A1DA;
}
</style>