Shades of Jordy Blue #7D9DDB
Tints of Jordy Blue #7D9DDB
RGB
CMYK
RGB Variations
Color information
#7D9DDB (or 0x7D9DDB) is known color: Jordy Blue. HEX triplet: 7D, 9D and DB. RGB value is (125,157,219). Sum of RGB (Red+Green+Blue) = 125+157+219=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D9DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9DDB is #826224. Grayscale: #9A9A9A. Windows color (decimal): -8544805 or 14392701. OLE color: 14392701.
HSL color Cylindrical-coordinate representation of color #7D9DDB: hue angle of 219.57º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D9DDB is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 125 | 157 | 219 | - |
CMYK | 0.43 | 0.28 | 0 | 0.14 |
HSL | 219.57º | 0.57% | 0.67% | - |
HSV(B) | 219.57º | 0.43% | 0.86% | - |
XYZ | 33.3 | 33.59 | 71.75 | - |
YUV | 154.5 | 164.4 | 106.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 157 | 219 | 0.43 | 0.28 | 0 | 0.14 | 219.57 | 0.57 | 0.67 |
Hex | 7D | 9D | DB | 2B | 1C | 0 | E | DC | 39 | 43 |
Octal | 175 | 235 | 333 | 53 | 34 | 0 | 16 | 334 | 71 | 103 |
Binary | 1111101 | 10011101 | 11011011 | 101011 | 11100 | 0 | 1110 | 11011100 | 111001 | 1000011 |
Color Harmonies of #7D9DDB
Complementary color
Monochromatic Colors of #7D9DDB
Black with #7D9DDB
Text Example
Text Example
White with #7D9DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9DDB; }
p { color: rgb(125,157,219); }
H1.HeaderClassName
{
color: #7D9DDB;
}
.AnyTagClassName
{
color: #7D9DDB;
}
</style>
background-color css
<style>
a { background-color: #7D9DDB; }
a { background-color: rgb(125,157,219); }
div.DivClassName
{
background-color: #7D9DDB;
}
.BgClassName
{
background-color: #7D9DDB;
}
</style>
border-color css
<style>
span { border-color: #7D9DDB; }
span { border-color: rgb(125,157,219); }
td.TdClassName
{
border-color: #7D9DDB;
}
.TagClassName
{
border-color: #7D9DDB;
}
</style>