Shades of Jordy Blue #7D9FED
Tints of Jordy Blue #7D9FED
RGB
CMYK
RGB Variations
Color information
#7D9FED (or 0x7D9FED) is known color: Jordy Blue. HEX triplet: 7D, 9F and ED. RGB value is (125,159,237). Sum of RGB (Red+Green+Blue) = 125+159+237=521 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.99% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #7D9FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9FED is #826012. Grayscale: #9D9D9D. Windows color (decimal): -8544275 or 15572861. OLE color: 15572861.
HSL color Cylindrical-coordinate representation of color #7D9FED: hue angle of 221.79º degrees, saturation: 0.76, 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 #7D9FED is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 125 | 159 | 237 | - |
CMYK | 0.47 | 0.33 | 0 | 0.07 |
HSL | 221.79º | 0.76% | 0.71% | - |
HSV(B) | 221.79º | 0.47% | 0.93% | - |
XYZ | 36.14 | 35.27 | 85.02 | - |
YUV | 157.73 | 172.74 | 104.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 159 | 237 | 0.47 | 0.33 | 0 | 0.07 | 221.79 | 0.76 | 0.71 |
Hex | 7D | 9F | ED | 2F | 21 | 0 | 7 | DE | 4C | 47 |
Octal | 175 | 237 | 355 | 57 | 41 | 0 | 7 | 336 | 114 | 107 |
Binary | 1111101 | 10011111 | 11101101 | 101111 | 100001 | 0 | 111 | 11011110 | 1001100 | 1000111 |
Color Harmonies of #7D9FED
Complementary color
Monochromatic Colors of #7D9FED
Black with #7D9FED
Text Example
Text Example
White with #7D9FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9FED; }
p { color: rgb(125,159,237); }
H1.HeaderClassName
{
color: #7D9FED;
}
.AnyTagClassName
{
color: #7D9FED;
}
</style>
background-color css
<style>
a { background-color: #7D9FED; }
a { background-color: rgb(125,159,237); }
div.DivClassName
{
background-color: #7D9FED;
}
.BgClassName
{
background-color: #7D9FED;
}
</style>
border-color css
<style>
span { border-color: #7D9FED; }
span { border-color: rgb(125,159,237); }
td.TdClassName
{
border-color: #7D9FED;
}
.TagClassName
{
border-color: #7D9FED;
}
</style>