Shades of Jordy Blue #7D9FEF
Tints of Jordy Blue #7D9FEF
RGB
CMYK
RGB Variations
Color information
#7D9FEF (or 0x7D9FEF) is known color: Jordy Blue. HEX triplet: 7D, 9F and EF. RGB value is (125,159,239). Sum of RGB (Red+Green+Blue) = 125+159+239=523 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.90% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D9FEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9FEF is #826010. Grayscale: #9D9D9D. Windows color (decimal): -8544273 or 15703933. OLE color: 15703933.
HSL color Cylindrical-coordinate representation of color #7D9FEF: hue angle of 222.11º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D9FEF is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 159 | 239 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.06 |
| HSL | 222.11º | 0.78% | 0.71% | - |
| HSV(B) | 222.11º | 0.48% | 0.94% | - |
| XYZ | 36.44 | 35.39 | 86.57 | - |
| YUV | 157.95 | 173.74 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 159 | 239 | 0.48 | 0.33 | 0 | 0.06 | 222.11 | 0.78 | 0.71 |
| Hex | 7D | 9F | EF | 30 | 21 | 0 | 6 | DE | 4E | 47 |
| Octal | 175 | 237 | 357 | 60 | 41 | 0 | 6 | 336 | 116 | 107 |
| Binary | 1111101 | 10011111 | 11101111 | 110000 | 100001 | 0 | 110 | 11011110 | 1001110 | 1000111 |
Color Harmonies of #7D9FEF
Complementary color
Monochromatic Colors of #7D9FEF
Black with #7D9FEF
Text Example
Text Example
White with #7D9FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9FEF; }
p { color: rgb(125,159,239); }
H1.HeaderClassName
{
color: #7D9FEF;
}
.AnyTagClassName
{
color: #7D9FEF;
}
</style>
background-color css
<style>
a { background-color: #7D9FEF; }
a { background-color: rgb(125,159,239); }
div.DivClassName
{
background-color: #7D9FEF;
}
.BgClassName
{
background-color: #7D9FEF;
}
</style>
border-color css
<style>
span { border-color: #7D9FEF; }
span { border-color: rgb(125,159,239); }
td.TdClassName
{
border-color: #7D9FEF;
}
.TagClassName
{
border-color: #7D9FEF;
}
</style>