Shades of Jordy Blue #7698D5
Tints of Jordy Blue #7698D5
RGB
CMYK
RGB Variations
Color information
#7698D5 (or 0x7698D5) is known color: Jordy Blue. HEX triplet: 76, 98 and D5. RGB value is (118,152,213). Sum of RGB (Red+Green+Blue) = 118+152+213=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #7698D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7698D5 is #89672A. Grayscale: #949494. Windows color (decimal): -9004843 or 13998198. OLE color: 13998198.
HSL color Cylindrical-coordinate representation of color #7698D5: hue angle of 218.53º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7698D5 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 152 | 213 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.16 |
| HSL | 218.53º | 0.53% | 0.65% | - |
| HSV(B) | 218.53º | 0.45% | 0.84% | - |
| XYZ | 30.71 | 31.11 | 67.34 | - |
| YUV | 148.79 | 164.24 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 152 | 213 | 0.45 | 0.29 | 0 | 0.16 | 218.53 | 0.53 | 0.65 |
| Hex | 76 | 98 | D5 | 2D | 1D | 0 | 10 | DB | 35 | 41 |
| Octal | 166 | 230 | 325 | 55 | 35 | 0 | 20 | 333 | 65 | 101 |
| Binary | 1110110 | 10011000 | 11010101 | 101101 | 11101 | 0 | 10000 | 11011011 | 110101 | 1000001 |
Color Harmonies of #7698D5
Complementary color
Monochromatic Colors of #7698D5
Black with #7698D5
Text Example
Text Example
White with #7698D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7698D5; }
p { color: rgb(118,152,213); }
H1.HeaderClassName
{
color: #7698D5;
}
.AnyTagClassName
{
color: #7698D5;
}
</style>
background-color css
<style>
a { background-color: #7698D5; }
a { background-color: rgb(118,152,213); }
div.DivClassName
{
background-color: #7698D5;
}
.BgClassName
{
background-color: #7698D5;
}
</style>
border-color css
<style>
span { border-color: #7698D5; }
span { border-color: rgb(118,152,213); }
td.TdClassName
{
border-color: #7698D5;
}
.TagClassName
{
border-color: #7698D5;
}
</style>