Shades of Jordy Blue #7E9DD6
Tints of Jordy Blue #7E9DD6
RGB
CMYK
RGB Variations
Color information
#7E9DD6 (or 0x7E9DD6) is known color: Jordy Blue. HEX triplet: 7E, 9D and D6. RGB value is (126,157,214). Sum of RGB (Red+Green+Blue) = 126+157+214=497 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.35% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 214 (83.98% from 255 or 43.06% from 497); Max value from RGB is 214 - color contains mainly: blue. Hex color #7E9DD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9DD6 is #816229. Grayscale: #999999. Windows color (decimal): -8479274 or 14065022. OLE color: 14065022.
HSL color Cylindrical-coordinate representation of color #7E9DD6: hue angle of 218.86º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7E9DD6 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 157 | 214 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.16 |
| HSL | 218.86º | 0.52% | 0.67% | - |
| HSV(B) | 218.86º | 0.41% | 0.84% | - |
| XYZ | 32.8 | 33.4 | 68.34 | - |
| YUV | 154.23 | 161.73 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 157 | 214 | 0.41 | 0.27 | 0 | 0.16 | 218.86 | 0.52 | 0.67 |
| Hex | 7E | 9D | D6 | 29 | 1B | 0 | 10 | DB | 34 | 43 |
| Octal | 176 | 235 | 326 | 51 | 33 | 0 | 20 | 333 | 64 | 103 |
| Binary | 1111110 | 10011101 | 11010110 | 101001 | 11011 | 0 | 10000 | 11011011 | 110100 | 1000011 |
Color Harmonies of #7E9DD6
Complementary color
Monochromatic Colors of #7E9DD6
Black with #7E9DD6
Text Example
Text Example
White with #7E9DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9DD6; }
p { color: rgb(126,157,214); }
H1.HeaderClassName
{
color: #7E9DD6;
}
.AnyTagClassName
{
color: #7E9DD6;
}
</style>
background-color css
<style>
a { background-color: #7E9DD6; }
a { background-color: rgb(126,157,214); }
div.DivClassName
{
background-color: #7E9DD6;
}
.BgClassName
{
background-color: #7E9DD6;
}
</style>
border-color css
<style>
span { border-color: #7E9DD6; }
span { border-color: rgb(126,157,214); }
td.TdClassName
{
border-color: #7E9DD6;
}
.TagClassName
{
border-color: #7E9DD6;
}
</style>