Shades of Jordy Blue #769AD2
Tints of Jordy Blue #769AD2
RGB
CMYK
RGB Variations
Color information
#769AD2 (or 0x769AD2) is known color: Jordy Blue. HEX triplet: 76, 9A and D2. RGB value is (118,154,210). Sum of RGB (Red+Green+Blue) = 118+154+210=482 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.48% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 210 (82.42% from 255 or 43.57% from 482); Max value from RGB is 210 - color contains mainly: blue. Hex color #769AD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769AD2 is #89652D. Grayscale: #959595. Windows color (decimal): -9004334 or 13802102. OLE color: 13802102.
HSL color Cylindrical-coordinate representation of color #769AD2: hue angle of 216.52º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #769AD2 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 154 | 210 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.18 |
| HSL | 216.52º | 0.51% | 0.64% | - |
| HSV(B) | 216.52º | 0.44% | 0.82% | - |
| XYZ | 30.66 | 31.62 | 65.46 | - |
| YUV | 149.62 | 162.07 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 210 | 0.44 | 0.27 | 0 | 0.18 | 216.52 | 0.51 | 0.64 |
| Hex | 76 | 9A | D2 | 2C | 1B | 0 | 12 | D9 | 33 | 40 |
| Octal | 166 | 232 | 322 | 54 | 33 | 0 | 22 | 331 | 63 | 100 |
| Binary | 1110110 | 10011010 | 11010010 | 101100 | 11011 | 0 | 10010 | 11011001 | 110011 | 1000000 |
Color Harmonies of #769AD2
Complementary color
Monochromatic Colors of #769AD2
Black with #769AD2
Text Example
Text Example
White with #769AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769AD2; }
p { color: rgb(118,154,210); }
H1.HeaderClassName
{
color: #769AD2;
}
.AnyTagClassName
{
color: #769AD2;
}
</style>
background-color css
<style>
a { background-color: #769AD2; }
a { background-color: rgb(118,154,210); }
div.DivClassName
{
background-color: #769AD2;
}
.BgClassName
{
background-color: #769AD2;
}
</style>
border-color css
<style>
span { border-color: #769AD2; }
span { border-color: rgb(118,154,210); }
td.TdClassName
{
border-color: #769AD2;
}
.TagClassName
{
border-color: #769AD2;
}
</style>