Shades of Jordy Blue #7B9BDB
Tints of Jordy Blue #7B9BDB
RGB
CMYK
RGB Variations
Color information
#7B9BDB (or 0x7B9BDB) is known color: Jordy Blue. HEX triplet: 7B, 9B and DB. RGB value is (123,155,219). Sum of RGB (Red+Green+Blue) = 123+155+219=497 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.75% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B9BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9BDB is #846424. Grayscale: #989898. Windows color (decimal): -8676389 or 14392187. OLE color: 14392187.
HSL color Cylindrical-coordinate representation of color #7B9BDB: hue angle of 220º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B9BDB is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 155 | 219 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.14 |
| HSL | 220º | 0.57% | 0.67% | - |
| HSV(B) | 220º | 0.44% | 0.86% | - |
| XYZ | 32.68 | 32.77 | 71.62 | - |
| YUV | 152.73 | 165.4 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 155 | 219 | 0.44 | 0.29 | 0 | 0.14 | 220 | 0.57 | 0.67 |
| Hex | 7B | 9B | DB | 2C | 1D | 0 | E | DC | 39 | 43 |
| Octal | 173 | 233 | 333 | 54 | 35 | 0 | 16 | 334 | 71 | 103 |
| Binary | 1111011 | 10011011 | 11011011 | 101100 | 11101 | 0 | 1110 | 11011100 | 111001 | 1000011 |
Color Harmonies of #7B9BDB
Complementary color
Monochromatic Colors of #7B9BDB
Black with #7B9BDB
Text Example
Text Example
White with #7B9BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9BDB; }
p { color: rgb(123,155,219); }
H1.HeaderClassName
{
color: #7B9BDB;
}
.AnyTagClassName
{
color: #7B9BDB;
}
</style>
background-color css
<style>
a { background-color: #7B9BDB; }
a { background-color: rgb(123,155,219); }
div.DivClassName
{
background-color: #7B9BDB;
}
.BgClassName
{
background-color: #7B9BDB;
}
</style>
border-color css
<style>
span { border-color: #7B9BDB; }
span { border-color: rgb(123,155,219); }
td.TdClassName
{
border-color: #7B9BDB;
}
.TagClassName
{
border-color: #7B9BDB;
}
</style>