Shades of Jordy Blue #7898DF
Tints of Jordy Blue #7898DF
RGB
CMYK
RGB Variations
Color information
#7898DF (or 0x7898DF) is known color: Jordy Blue. HEX triplet: 78, 98 and DF. RGB value is (120,152,223). Sum of RGB (Red+Green+Blue) = 120+152+223=495 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.24% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #7898DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7898DF is #876720. Grayscale: #969696. Windows color (decimal): -8873761 or 14653560. OLE color: 14653560.
HSL color Cylindrical-coordinate representation of color #7898DF: hue angle of 221.36º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7898DF is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 152 | 223 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.13 |
| HSL | 221.36º | 0.62% | 0.67% | - |
| HSV(B) | 221.36º | 0.46% | 0.87% | - |
| XYZ | 32.29 | 31.78 | 74.24 | - |
| YUV | 150.53 | 168.9 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 152 | 223 | 0.46 | 0.32 | 0 | 0.13 | 221.36 | 0.62 | 0.67 |
| Hex | 78 | 98 | DF | 2E | 20 | 0 | D | DD | 3E | 43 |
| Octal | 170 | 230 | 337 | 56 | 40 | 0 | 15 | 335 | 76 | 103 |
| Binary | 1111000 | 10011000 | 11011111 | 101110 | 100000 | 0 | 1101 | 11011101 | 111110 | 1000011 |
Color Harmonies of #7898DF
Complementary color
Monochromatic Colors of #7898DF
Black with #7898DF
Text Example
Text Example
White with #7898DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7898DF; }
p { color: rgb(120,152,223); }
H1.HeaderClassName
{
color: #7898DF;
}
.AnyTagClassName
{
color: #7898DF;
}
</style>
background-color css
<style>
a { background-color: #7898DF; }
a { background-color: rgb(120,152,223); }
div.DivClassName
{
background-color: #7898DF;
}
.BgClassName
{
background-color: #7898DF;
}
</style>
border-color css
<style>
span { border-color: #7898DF; }
span { border-color: rgb(120,152,223); }
td.TdClassName
{
border-color: #7898DF;
}
.TagClassName
{
border-color: #7898DF;
}
</style>