Shades of Jordy Blue #7D9BEA
Tints of Jordy Blue #7D9BEA
RGB
CMYK
RGB Variations
Color information
#7D9BEA (or 0x7D9BEA) is known color: Jordy Blue. HEX triplet: 7D, 9B and EA. RGB value is (125,155,234). Sum of RGB (Red+Green+Blue) = 125+155+234=514 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.32% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D9BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9BEA is #826415. Grayscale: #9A9A9A. Windows color (decimal): -8545302 or 15375229. OLE color: 15375229.
HSL color Cylindrical-coordinate representation of color #7D9BEA: hue angle of 223.49º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D9BEA is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 155 | 234 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.08 |
| HSL | 223.49º | 0.72% | 0.7% | - |
| HSV(B) | 223.49º | 0.47% | 0.92% | - |
| XYZ | 35.03 | 33.74 | 82.51 | - |
| YUV | 155.04 | 172.56 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 155 | 234 | 0.47 | 0.34 | 0 | 0.08 | 223.49 | 0.72 | 0.7 |
| Hex | 7D | 9B | EA | 2F | 22 | 0 | 8 | DF | 48 | 46 |
| Octal | 175 | 233 | 352 | 57 | 42 | 0 | 10 | 337 | 110 | 106 |
| Binary | 1111101 | 10011011 | 11101010 | 101111 | 100010 | 0 | 1000 | 11011111 | 1001000 | 1000110 |
Color Harmonies of #7D9BEA
Complementary color
Monochromatic Colors of #7D9BEA
Black with #7D9BEA
Text Example
Text Example
White with #7D9BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9BEA; }
p { color: rgb(125,155,234); }
H1.HeaderClassName
{
color: #7D9BEA;
}
.AnyTagClassName
{
color: #7D9BEA;
}
</style>
background-color css
<style>
a { background-color: #7D9BEA; }
a { background-color: rgb(125,155,234); }
div.DivClassName
{
background-color: #7D9BEA;
}
.BgClassName
{
background-color: #7D9BEA;
}
</style>
border-color css
<style>
span { border-color: #7D9BEA; }
span { border-color: rgb(125,155,234); }
td.TdClassName
{
border-color: #7D9BEA;
}
.TagClassName
{
border-color: #7D9BEA;
}
</style>