Shades of Jordy Blue #7E9FDF
Tints of Jordy Blue #7E9FDF
RGB
CMYK
RGB Variations
Color information
#7E9FDF (or 0x7E9FDF) is known color: Jordy Blue. HEX triplet: 7E, 9F and DF. RGB value is (126,159,223). Sum of RGB (Red+Green+Blue) = 126+159+223=508 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.80% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #7E9FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9FDF is #816020. Grayscale: #9C9C9C. Windows color (decimal): -8478753 or 14655358. OLE color: 14655358.
HSL color Cylindrical-coordinate representation of color #7E9FDF: hue angle of 219.59º degrees, saturation: 0.6, 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 #7E9FDF is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 159 | 223 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.13 |
| HSL | 219.59º | 0.6% | 0.68% | - |
| HSV(B) | 219.59º | 0.43% | 0.87% | - |
| XYZ | 34.32 | 34.56 | 74.67 | - |
| YUV | 156.43 | 165.57 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 159 | 223 | 0.43 | 0.29 | 0 | 0.13 | 219.59 | 0.6 | 0.68 |
| Hex | 7E | 9F | DF | 2B | 1D | 0 | D | DC | 3C | 44 |
| Octal | 176 | 237 | 337 | 53 | 35 | 0 | 15 | 334 | 74 | 104 |
| Binary | 1111110 | 10011111 | 11011111 | 101011 | 11101 | 0 | 1101 | 11011100 | 111100 | 1000100 |
Color Harmonies of #7E9FDF
Complementary color
Monochromatic Colors of #7E9FDF
Black with #7E9FDF
Text Example
Text Example
White with #7E9FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9FDF; }
p { color: rgb(126,159,223); }
H1.HeaderClassName
{
color: #7E9FDF;
}
.AnyTagClassName
{
color: #7E9FDF;
}
</style>
background-color css
<style>
a { background-color: #7E9FDF; }
a { background-color: rgb(126,159,223); }
div.DivClassName
{
background-color: #7E9FDF;
}
.BgClassName
{
background-color: #7E9FDF;
}
</style>
border-color css
<style>
span { border-color: #7E9FDF; }
span { border-color: rgb(126,159,223); }
td.TdClassName
{
border-color: #7E9FDF;
}
.TagClassName
{
border-color: #7E9FDF;
}
</style>