Shades of Jordy Blue #7D9DDD
Tints of Jordy Blue #7D9DDD
RGB
CMYK
RGB Variations
Color information
#7D9DDD (or 0x7D9DDD) is known color: Jordy Blue. HEX triplet: 7D, 9D and DD. RGB value is (125,157,221). Sum of RGB (Red+Green+Blue) = 125+157+221=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D9DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9DDD is #826222. Grayscale: #9A9A9A. Windows color (decimal): -8544803 or 14523773. OLE color: 14523773.
HSL color Cylindrical-coordinate representation of color #7D9DDD: hue angle of 220º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D9DDD is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 157 | 221 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.13 |
| HSL | 220º | 0.59% | 0.68% | - |
| HSV(B) | 220º | 0.43% | 0.87% | - |
| XYZ | 33.57 | 33.69 | 73.14 | - |
| YUV | 154.73 | 165.4 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 157 | 221 | 0.43 | 0.29 | 0 | 0.13 | 220 | 0.59 | 0.68 |
| Hex | 7D | 9D | DD | 2B | 1D | 0 | D | DC | 3B | 44 |
| Octal | 175 | 235 | 335 | 53 | 35 | 0 | 15 | 334 | 73 | 104 |
| Binary | 1111101 | 10011101 | 11011101 | 101011 | 11101 | 0 | 1101 | 11011100 | 111011 | 1000100 |
Color Harmonies of #7D9DDD
Complementary color
Monochromatic Colors of #7D9DDD
Black with #7D9DDD
Text Example
Text Example
White with #7D9DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9DDD; }
p { color: rgb(125,157,221); }
H1.HeaderClassName
{
color: #7D9DDD;
}
.AnyTagClassName
{
color: #7D9DDD;
}
</style>
background-color css
<style>
a { background-color: #7D9DDD; }
a { background-color: rgb(125,157,221); }
div.DivClassName
{
background-color: #7D9DDD;
}
.BgClassName
{
background-color: #7D9DDD;
}
</style>
border-color css
<style>
span { border-color: #7D9DDD; }
span { border-color: rgb(125,157,221); }
td.TdClassName
{
border-color: #7D9DDD;
}
.TagClassName
{
border-color: #7D9DDD;
}
</style>