Shades of Jordy Blue #7D9BEB
Tints of Jordy Blue #7D9BEB
RGB
CMYK
RGB Variations
Color information
#7D9BEB (or 0x7D9BEB) is known color: Jordy Blue. HEX triplet: 7D, 9B and EB. RGB value is (125,155,235). Sum of RGB (Red+Green+Blue) = 125+155+235=515 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.27% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D9BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9BEB is #826414. Grayscale: #9A9A9A. Windows color (decimal): -8545301 or 15440765. OLE color: 15440765.
HSL color Cylindrical-coordinate representation of color #7D9BEB: hue angle of 223.64º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D9BEB is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 155 | 235 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.08 |
| HSL | 223.64º | 0.73% | 0.71% | - |
| HSV(B) | 223.64º | 0.47% | 0.92% | - |
| XYZ | 35.17 | 33.8 | 83.27 | - |
| YUV | 155.15 | 173.06 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 155 | 235 | 0.47 | 0.34 | 0 | 0.08 | 223.64 | 0.73 | 0.71 |
| Hex | 7D | 9B | EB | 2F | 22 | 0 | 8 | E0 | 49 | 47 |
| Octal | 175 | 233 | 353 | 57 | 42 | 0 | 10 | 340 | 111 | 107 |
| Binary | 1111101 | 10011011 | 11101011 | 101111 | 100010 | 0 | 1000 | 11100000 | 1001001 | 1000111 |
Color Harmonies of #7D9BEB
Complementary color
Monochromatic Colors of #7D9BEB
Black with #7D9BEB
Text Example
Text Example
White with #7D9BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9BEB; }
p { color: rgb(125,155,235); }
H1.HeaderClassName
{
color: #7D9BEB;
}
.AnyTagClassName
{
color: #7D9BEB;
}
</style>
background-color css
<style>
a { background-color: #7D9BEB; }
a { background-color: rgb(125,155,235); }
div.DivClassName
{
background-color: #7D9BEB;
}
.BgClassName
{
background-color: #7D9BEB;
}
</style>
border-color css
<style>
span { border-color: #7D9BEB; }
span { border-color: rgb(125,155,235); }
td.TdClassName
{
border-color: #7D9BEB;
}
.TagClassName
{
border-color: #7D9BEB;
}
</style>