Shades of Jordy Blue #7D9FDE
Tints of Jordy Blue #7D9FDE
RGB
CMYK
RGB Variations
Color information
#7D9FDE (or 0x7D9FDE) is known color: Jordy Blue. HEX triplet: 7D, 9F and DE. RGB value is (125,159,222). Sum of RGB (Red+Green+Blue) = 125+159+222=506 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.70% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #7D9FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9FDE is #826021. Grayscale: #9B9B9B. Windows color (decimal): -8544290 or 14589821. OLE color: 14589821.
HSL color Cylindrical-coordinate representation of color #7D9FDE: hue angle of 218.97º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D9FDE is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 159 | 222 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.13 |
| HSL | 218.97º | 0.6% | 0.68% | - |
| HSV(B) | 218.97º | 0.44% | 0.87% | - |
| XYZ | 34.04 | 34.43 | 73.96 | - |
| YUV | 156.02 | 165.24 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 159 | 222 | 0.44 | 0.28 | 0 | 0.13 | 218.97 | 0.6 | 0.68 |
| Hex | 7D | 9F | DE | 2C | 1C | 0 | D | DB | 3C | 44 |
| Octal | 175 | 237 | 336 | 54 | 34 | 0 | 15 | 333 | 74 | 104 |
| Binary | 1111101 | 10011111 | 11011110 | 101100 | 11100 | 0 | 1101 | 11011011 | 111100 | 1000100 |
Color Harmonies of #7D9FDE
Complementary color
Monochromatic Colors of #7D9FDE
Black with #7D9FDE
Text Example
Text Example
White with #7D9FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9FDE; }
p { color: rgb(125,159,222); }
H1.HeaderClassName
{
color: #7D9FDE;
}
.AnyTagClassName
{
color: #7D9FDE;
}
</style>
background-color css
<style>
a { background-color: #7D9FDE; }
a { background-color: rgb(125,159,222); }
div.DivClassName
{
background-color: #7D9FDE;
}
.BgClassName
{
background-color: #7D9FDE;
}
</style>
border-color css
<style>
span { border-color: #7D9FDE; }
span { border-color: rgb(125,159,222); }
td.TdClassName
{
border-color: #7D9FDE;
}
.TagClassName
{
border-color: #7D9FDE;
}
</style>