Shades of Jordy Blue #77A4CF
Tints of Jordy Blue #77A4CF
RGB
CMYK
RGB Variations
Color information
#77A4CF (or 0x77A4CF) is known color: Jordy Blue. HEX triplet: 77, A4 and CF. RGB value is (119,164,207). Sum of RGB (Red+Green+Blue) = 119+164+207=490 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.29% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #77A4CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A4CF is #885B30. Grayscale: #9B9B9B. Windows color (decimal): -8936241 or 13608055. OLE color: 13608055.
HSL color Cylindrical-coordinate representation of color #77A4CF: hue angle of 209.32º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77A4CF is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 164 | 207 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.19 |
| HSL | 209.32º | 0.48% | 0.64% | - |
| HSV(B) | 209.32º | 0.43% | 0.81% | - |
| XYZ | 32.15 | 34.98 | 64.09 | - |
| YUV | 155.45 | 157.09 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 164 | 207 | 0.43 | 0.21 | 0 | 0.19 | 209.32 | 0.48 | 0.64 |
| Hex | 77 | A4 | CF | 2B | 15 | 0 | 13 | D1 | 30 | 40 |
| Octal | 167 | 244 | 317 | 53 | 25 | 0 | 23 | 321 | 60 | 100 |
| Binary | 1110111 | 10100100 | 11001111 | 101011 | 10101 | 0 | 10011 | 11010001 | 110000 | 1000000 |
Color Harmonies of #77A4CF
Complementary color
Monochromatic Colors of #77A4CF
Black with #77A4CF
Text Example
Text Example
White with #77A4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A4CF; }
p { color: rgb(119,164,207); }
H1.HeaderClassName
{
color: #77A4CF;
}
.AnyTagClassName
{
color: #77A4CF;
}
</style>
background-color css
<style>
a { background-color: #77A4CF; }
a { background-color: rgb(119,164,207); }
div.DivClassName
{
background-color: #77A4CF;
}
.BgClassName
{
background-color: #77A4CF;
}
</style>
border-color css
<style>
span { border-color: #77A4CF; }
span { border-color: rgb(119,164,207); }
td.TdClassName
{
border-color: #77A4CF;
}
.TagClassName
{
border-color: #77A4CF;
}
</style>