Shades of Jordy Blue #7E9FDB
Tints of Jordy Blue #7E9FDB
RGB
CMYK
RGB Variations
Color information
#7E9FDB (or 0x7E9FDB) is known color: Jordy Blue. HEX triplet: 7E, 9F and DB. RGB value is (126,159,219). Sum of RGB (Red+Green+Blue) = 126+159+219=504 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E9FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9FDB is #816024. Grayscale: #9B9B9B. Windows color (decimal): -8478757 or 14393214. OLE color: 14393214.
HSL color Cylindrical-coordinate representation of color #7E9FDB: hue angle of 218.71º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E9FDB is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 159 | 219 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.14 |
| HSL | 218.71º | 0.56% | 0.68% | - |
| HSV(B) | 218.71º | 0.42% | 0.86% | - |
| XYZ | 33.79 | 34.35 | 71.87 | - |
| YUV | 155.97 | 163.57 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 159 | 219 | 0.42 | 0.27 | 0 | 0.14 | 218.71 | 0.56 | 0.68 |
| Hex | 7E | 9F | DB | 2A | 1B | 0 | E | DB | 38 | 44 |
| Octal | 176 | 237 | 333 | 52 | 33 | 0 | 16 | 333 | 70 | 104 |
| Binary | 1111110 | 10011111 | 11011011 | 101010 | 11011 | 0 | 1110 | 11011011 | 111000 | 1000100 |
Color Harmonies of #7E9FDB
Complementary color
Monochromatic Colors of #7E9FDB
Black with #7E9FDB
Text Example
Text Example
White with #7E9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9FDB; }
p { color: rgb(126,159,219); }
H1.HeaderClassName
{
color: #7E9FDB;
}
.AnyTagClassName
{
color: #7E9FDB;
}
</style>
background-color css
<style>
a { background-color: #7E9FDB; }
a { background-color: rgb(126,159,219); }
div.DivClassName
{
background-color: #7E9FDB;
}
.BgClassName
{
background-color: #7E9FDB;
}
</style>
border-color css
<style>
span { border-color: #7E9FDB; }
span { border-color: rgb(126,159,219); }
td.TdClassName
{
border-color: #7E9FDB;
}
.TagClassName
{
border-color: #7E9FDB;
}
</style>