Shades of Jordy Blue #7D9CDB
Tints of Jordy Blue #7D9CDB
RGB
CMYK
RGB Variations
Color information
#7D9CDB (or 0x7D9CDB) is known color: Jordy Blue. HEX triplet: 7D, 9C and DB. RGB value is (125,156,219). Sum of RGB (Red+Green+Blue) = 125+156+219=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D9CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9CDB is #826324. Grayscale: #999999. Windows color (decimal): -8545061 or 14392445. OLE color: 14392445.
HSL color Cylindrical-coordinate representation of color #7D9CDB: hue angle of 220.21º 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 #7D9CDB is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 156 | 219 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.14 |
| HSL | 220.21º | 0.57% | 0.67% | - |
| HSV(B) | 220.21º | 0.43% | 0.86% | - |
| XYZ | 33.13 | 33.25 | 71.69 | - |
| YUV | 153.91 | 164.73 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 156 | 219 | 0.43 | 0.29 | 0 | 0.14 | 220.21 | 0.57 | 0.67 |
| Hex | 7D | 9C | DB | 2B | 1D | 0 | E | DC | 39 | 43 |
| Octal | 175 | 234 | 333 | 53 | 35 | 0 | 16 | 334 | 71 | 103 |
| Binary | 1111101 | 10011100 | 11011011 | 101011 | 11101 | 0 | 1110 | 11011100 | 111001 | 1000011 |
Color Harmonies of #7D9CDB
Complementary color
Monochromatic Colors of #7D9CDB
Black with #7D9CDB
Text Example
Text Example
White with #7D9CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9CDB; }
p { color: rgb(125,156,219); }
H1.HeaderClassName
{
color: #7D9CDB;
}
.AnyTagClassName
{
color: #7D9CDB;
}
</style>
background-color css
<style>
a { background-color: #7D9CDB; }
a { background-color: rgb(125,156,219); }
div.DivClassName
{
background-color: #7D9CDB;
}
.BgClassName
{
background-color: #7D9CDB;
}
</style>
border-color css
<style>
span { border-color: #7D9CDB; }
span { border-color: rgb(125,156,219); }
td.TdClassName
{
border-color: #7D9CDB;
}
.TagClassName
{
border-color: #7D9CDB;
}
</style>