Shades of Jordy Blue #769ADE
Tints of Jordy Blue #769ADE
RGB
CMYK
RGB Variations
Color information
#769ADE (or 0x769ADE) is known color: Jordy Blue. HEX triplet: 76, 9A and DE. RGB value is (118,154,222). Sum of RGB (Red+Green+Blue) = 118+154+222=494 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.89% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #769ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769ADE is #896521. Grayscale: #969696. Windows color (decimal): -9004322 or 14588534. OLE color: 14588534.
HSL color Cylindrical-coordinate representation of color #769ADE: hue angle of 219.23º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #769ADE is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 154 | 222 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.13 |
| HSL | 219.23º | 0.61% | 0.67% | - |
| HSV(B) | 219.23º | 0.47% | 0.87% | - |
| XYZ | 32.21 | 32.24 | 73.63 | - |
| YUV | 150.99 | 168.07 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 222 | 0.47 | 0.31 | 0 | 0.13 | 219.23 | 0.61 | 0.67 |
| Hex | 76 | 9A | DE | 2F | 1F | 0 | D | DB | 3D | 43 |
| Octal | 166 | 232 | 336 | 57 | 37 | 0 | 15 | 333 | 75 | 103 |
| Binary | 1110110 | 10011010 | 11011110 | 101111 | 11111 | 0 | 1101 | 11011011 | 111101 | 1000011 |
Color Harmonies of #769ADE
Complementary color
Monochromatic Colors of #769ADE
Black with #769ADE
Text Example
Text Example
White with #769ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769ADE; }
p { color: rgb(118,154,222); }
H1.HeaderClassName
{
color: #769ADE;
}
.AnyTagClassName
{
color: #769ADE;
}
</style>
background-color css
<style>
a { background-color: #769ADE; }
a { background-color: rgb(118,154,222); }
div.DivClassName
{
background-color: #769ADE;
}
.BgClassName
{
background-color: #769ADE;
}
</style>
border-color css
<style>
span { border-color: #769ADE; }
span { border-color: rgb(118,154,222); }
td.TdClassName
{
border-color: #769ADE;
}
.TagClassName
{
border-color: #769ADE;
}
</style>