Shades of Jordy Blue #7D9CEB
Tints of Jordy Blue #7D9CEB
RGB
CMYK
RGB Variations
Color information
#7D9CEB (or 0x7D9CEB) is known color: Jordy Blue. HEX triplet: 7D, 9C and EB. RGB value is (125,156,235). Sum of RGB (Red+Green+Blue) = 125+156+235=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D9CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9CEB is #826314. Grayscale: #9B9B9B. Windows color (decimal): -8545045 or 15441021. OLE color: 15441021.
HSL color Cylindrical-coordinate representation of color #7D9CEB: hue angle of 223.09º 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 #7D9CEB is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 156 | 235 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.08 |
| HSL | 223.09º | 0.73% | 0.71% | - |
| HSV(B) | 223.09º | 0.47% | 0.92% | - |
| XYZ | 35.34 | 34.14 | 83.32 | - |
| YUV | 155.74 | 172.73 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 156 | 235 | 0.47 | 0.34 | 0 | 0.08 | 223.09 | 0.73 | 0.71 |
| Hex | 7D | 9C | EB | 2F | 22 | 0 | 8 | DF | 49 | 47 |
| Octal | 175 | 234 | 353 | 57 | 42 | 0 | 10 | 337 | 111 | 107 |
| Binary | 1111101 | 10011100 | 11101011 | 101111 | 100010 | 0 | 1000 | 11011111 | 1001001 | 1000111 |
Color Harmonies of #7D9CEB
Complementary color
Monochromatic Colors of #7D9CEB
Black with #7D9CEB
Text Example
Text Example
White with #7D9CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9CEB; }
p { color: rgb(125,156,235); }
H1.HeaderClassName
{
color: #7D9CEB;
}
.AnyTagClassName
{
color: #7D9CEB;
}
</style>
background-color css
<style>
a { background-color: #7D9CEB; }
a { background-color: rgb(125,156,235); }
div.DivClassName
{
background-color: #7D9CEB;
}
.BgClassName
{
background-color: #7D9CEB;
}
</style>
border-color css
<style>
span { border-color: #7D9CEB; }
span { border-color: rgb(125,156,235); }
td.TdClassName
{
border-color: #7D9CEB;
}
.TagClassName
{
border-color: #7D9CEB;
}
</style>