Shades of Jordy Blue #7899D9
Tints of Jordy Blue #7899D9
RGB
CMYK
RGB Variations
Color information
#7899D9 (or 0x7899D9) is known color: Jordy Blue. HEX triplet: 78, 99 and D9. RGB value is (120,153,217). Sum of RGB (Red+Green+Blue) = 120+153+217=490 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.49% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 217 - color contains mainly: blue. Hex color #7899D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7899D9 is #876626. Grayscale: #969696. Windows color (decimal): -8873511 or 14260600. OLE color: 14260600.
HSL color Cylindrical-coordinate representation of color #7899D9: hue angle of 219.59º degrees, saturation: 0.56, 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 #7899D9 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 153 | 217 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.15 |
| HSL | 219.59º | 0.56% | 0.66% | - |
| HSV(B) | 219.59º | 0.45% | 0.85% | - |
| XYZ | 31.66 | 31.79 | 70.11 | - |
| YUV | 150.43 | 165.57 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 217 | 0.45 | 0.29 | 0 | 0.15 | 219.59 | 0.56 | 0.66 |
| Hex | 78 | 99 | D9 | 2D | 1D | 0 | F | DC | 38 | 42 |
| Octal | 170 | 231 | 331 | 55 | 35 | 0 | 17 | 334 | 70 | 102 |
| Binary | 1111000 | 10011001 | 11011001 | 101101 | 11101 | 0 | 1111 | 11011100 | 111000 | 1000010 |
Color Harmonies of #7899D9
Complementary color
Monochromatic Colors of #7899D9
Black with #7899D9
Text Example
Text Example
White with #7899D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7899D9; }
p { color: rgb(120,153,217); }
H1.HeaderClassName
{
color: #7899D9;
}
.AnyTagClassName
{
color: #7899D9;
}
</style>
background-color css
<style>
a { background-color: #7899D9; }
a { background-color: rgb(120,153,217); }
div.DivClassName
{
background-color: #7899D9;
}
.BgClassName
{
background-color: #7899D9;
}
</style>
border-color css
<style>
span { border-color: #7899D9; }
span { border-color: rgb(120,153,217); }
td.TdClassName
{
border-color: #7899D9;
}
.TagClassName
{
border-color: #7899D9;
}
</style>