Shades of Jordy Blue #7D9CDC
Tints of Jordy Blue #7D9CDC
RGB
CMYK
RGB Variations
Color information
#7D9CDC (or 0x7D9CDC) is known color: Jordy Blue. HEX triplet: 7D, 9C and DC. RGB value is (125,156,220). Sum of RGB (Red+Green+Blue) = 125+156+220=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D9CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9CDC is #826323. Grayscale: #999999. Windows color (decimal): -8545060 or 14457981. OLE color: 14457981.
HSL color Cylindrical-coordinate representation of color #7D9CDC: hue angle of 220.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D9CDC is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 156 | 220 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.14 |
| HSL | 220.42º | 0.58% | 0.68% | - |
| HSV(B) | 220.42º | 0.43% | 0.86% | - |
| XYZ | 33.26 | 33.3 | 72.39 | - |
| YUV | 154.03 | 165.23 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 156 | 220 | 0.43 | 0.29 | 0 | 0.14 | 220.42 | 0.58 | 0.68 |
| Hex | 7D | 9C | DC | 2B | 1D | 0 | E | DC | 3A | 44 |
| Octal | 175 | 234 | 334 | 53 | 35 | 0 | 16 | 334 | 72 | 104 |
| Binary | 1111101 | 10011100 | 11011100 | 101011 | 11101 | 0 | 1110 | 11011100 | 111010 | 1000100 |
Color Harmonies of #7D9CDC
Complementary color
Monochromatic Colors of #7D9CDC
Black with #7D9CDC
Text Example
Text Example
White with #7D9CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9CDC; }
p { color: rgb(125,156,220); }
H1.HeaderClassName
{
color: #7D9CDC;
}
.AnyTagClassName
{
color: #7D9CDC;
}
</style>
background-color css
<style>
a { background-color: #7D9CDC; }
a { background-color: rgb(125,156,220); }
div.DivClassName
{
background-color: #7D9CDC;
}
.BgClassName
{
background-color: #7D9CDC;
}
</style>
border-color css
<style>
span { border-color: #7D9CDC; }
span { border-color: rgb(125,156,220); }
td.TdClassName
{
border-color: #7D9CDC;
}
.TagClassName
{
border-color: #7D9CDC;
}
</style>