Shades of Jordy Blue #7D9DEC
Tints of Jordy Blue #7D9DEC
RGB
CMYK
RGB Variations
Color information
#7D9DEC (or 0x7D9DEC) is known color: Jordy Blue. HEX triplet: 7D, 9D and EC. RGB value is (125,157,236). Sum of RGB (Red+Green+Blue) = 125+157+236=518 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.13% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D9DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9DEC is #826213. Grayscale: #9C9C9C. Windows color (decimal): -8544788 or 15506813. OLE color: 15506813.
HSL color Cylindrical-coordinate representation of color #7D9DEC: hue angle of 222.7º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D9DEC is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 157 | 236 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.07 |
| HSL | 222.7º | 0.74% | 0.71% | - |
| HSV(B) | 222.7º | 0.47% | 0.93% | - |
| XYZ | 35.65 | 34.53 | 84.14 | - |
| YUV | 156.44 | 172.9 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 157 | 236 | 0.47 | 0.33 | 0 | 0.07 | 222.7 | 0.74 | 0.71 |
| Hex | 7D | 9D | EC | 2F | 21 | 0 | 7 | DF | 4A | 47 |
| Octal | 175 | 235 | 354 | 57 | 41 | 0 | 7 | 337 | 112 | 107 |
| Binary | 1111101 | 10011101 | 11101100 | 101111 | 100001 | 0 | 111 | 11011111 | 1001010 | 1000111 |
Color Harmonies of #7D9DEC
Complementary color
Monochromatic Colors of #7D9DEC
Black with #7D9DEC
Text Example
Text Example
White with #7D9DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9DEC; }
p { color: rgb(125,157,236); }
H1.HeaderClassName
{
color: #7D9DEC;
}
.AnyTagClassName
{
color: #7D9DEC;
}
</style>
background-color css
<style>
a { background-color: #7D9DEC; }
a { background-color: rgb(125,157,236); }
div.DivClassName
{
background-color: #7D9DEC;
}
.BgClassName
{
background-color: #7D9DEC;
}
</style>
border-color css
<style>
span { border-color: #7D9DEC; }
span { border-color: rgb(125,157,236); }
td.TdClassName
{
border-color: #7D9DEC;
}
.TagClassName
{
border-color: #7D9DEC;
}
</style>