Shades of Jordy Blue #7E9DDF
Tints of Jordy Blue #7E9DDF
RGB
CMYK
RGB Variations
Color information
#7E9DDF (or 0x7E9DDF) is known color: Jordy Blue. HEX triplet: 7E, 9D and DF. RGB value is (126,157,223). Sum of RGB (Red+Green+Blue) = 126+157+223=506 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.90% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #7E9DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9DDF is #816220. Grayscale: #9A9A9A. Windows color (decimal): -8479265 or 14654846. OLE color: 14654846.
HSL color Cylindrical-coordinate representation of color #7E9DDF: hue angle of 220.82º 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 #7E9DDF is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 157 | 223 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.13 |
| HSL | 220.82º | 0.6% | 0.68% | - |
| HSV(B) | 220.82º | 0.43% | 0.87% | - |
| XYZ | 33.98 | 33.88 | 74.56 | - |
| YUV | 155.26 | 166.23 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 157 | 223 | 0.43 | 0.30 | 0 | 0.13 | 220.82 | 0.6 | 0.68 |
| Hex | 7E | 9D | DF | 2B | 1E | 0 | D | DD | 3C | 44 |
| Octal | 176 | 235 | 337 | 53 | 36 | 0 | 15 | 335 | 74 | 104 |
| Binary | 1111110 | 10011101 | 11011111 | 101011 | 11110 | 0 | 1101 | 11011101 | 111100 | 1000100 |
Color Harmonies of #7E9DDF
Complementary color
Monochromatic Colors of #7E9DDF
Black with #7E9DDF
Text Example
Text Example
White with #7E9DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9DDF; }
p { color: rgb(126,157,223); }
H1.HeaderClassName
{
color: #7E9DDF;
}
.AnyTagClassName
{
color: #7E9DDF;
}
</style>
background-color css
<style>
a { background-color: #7E9DDF; }
a { background-color: rgb(126,157,223); }
div.DivClassName
{
background-color: #7E9DDF;
}
.BgClassName
{
background-color: #7E9DDF;
}
</style>
border-color css
<style>
span { border-color: #7E9DDF; }
span { border-color: rgb(126,157,223); }
td.TdClassName
{
border-color: #7E9DDF;
}
.TagClassName
{
border-color: #7E9DDF;
}
</style>