Shades of Jordy Blue #7F9EDB
Tints of Jordy Blue #7F9EDB
RGB
CMYK
RGB Variations
Color information
#7F9EDB (or 0x7F9EDB) is known color: Jordy Blue. HEX triplet: 7F, 9E and DB. RGB value is (127,158,219). Sum of RGB (Red+Green+Blue) = 127+158+219=504 (66% of max value = 765). Red value is 127 (50% from 255 or 25.20% from 504); Green value is 158 (62.11% from 255 or 31.35% 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 #7F9EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9EDB is #806124. Grayscale: #9B9B9B. Windows color (decimal): -8413477 or 14392959. OLE color: 14392959.
HSL color Cylindrical-coordinate representation of color #7F9EDB: hue angle of 219.78º 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 #7F9EDB is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 158 | 219 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.14 |
| HSL | 219.78º | 0.56% | 0.68% | - |
| HSV(B) | 219.78º | 0.42% | 0.86% | - |
| XYZ | 33.77 | 34.08 | 71.82 | - |
| YUV | 155.69 | 163.73 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 158 | 219 | 0.42 | 0.28 | 0 | 0.14 | 219.78 | 0.56 | 0.68 |
| Hex | 7F | 9E | DB | 2A | 1C | 0 | E | DC | 38 | 44 |
| Octal | 177 | 236 | 333 | 52 | 34 | 0 | 16 | 334 | 70 | 104 |
| Binary | 1111111 | 10011110 | 11011011 | 101010 | 11100 | 0 | 1110 | 11011100 | 111000 | 1000100 |
Color Harmonies of #7F9EDB
Complementary color
Monochromatic Colors of #7F9EDB
Black with #7F9EDB
Text Example
Text Example
White with #7F9EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9EDB; }
p { color: rgb(127,158,219); }
H1.HeaderClassName
{
color: #7F9EDB;
}
.AnyTagClassName
{
color: #7F9EDB;
}
</style>
background-color css
<style>
a { background-color: #7F9EDB; }
a { background-color: rgb(127,158,219); }
div.DivClassName
{
background-color: #7F9EDB;
}
.BgClassName
{
background-color: #7F9EDB;
}
</style>
border-color css
<style>
span { border-color: #7F9EDB; }
span { border-color: rgb(127,158,219); }
td.TdClassName
{
border-color: #7F9EDB;
}
.TagClassName
{
border-color: #7F9EDB;
}
</style>