Shades of Jordy Blue #7B9ADB
Tints of Jordy Blue #7B9ADB
RGB
CMYK
RGB Variations
Color information
#7B9ADB (or 0x7B9ADB) is known color: Jordy Blue. HEX triplet: 7B, 9A and DB. RGB value is (123,154,219). Sum of RGB (Red+Green+Blue) = 123+154+219=496 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.80% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B9ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9ADB is #846524. Grayscale: #979797. Windows color (decimal): -8676645 or 14391931. OLE color: 14391931.
HSL color Cylindrical-coordinate representation of color #7B9ADB: hue angle of 220.62º 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 #7B9ADB is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 154 | 219 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.14 |
| HSL | 220.63º | 0.57% | 0.67% | - |
| HSV(B) | 220.63º | 0.44% | 0.86% | - |
| XYZ | 32.51 | 32.44 | 71.57 | - |
| YUV | 152.14 | 165.73 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 154 | 219 | 0.44 | 0.30 | 0 | 0.14 | 220.63 | 0.57 | 0.67 |
| Hex | 7B | 9A | DB | 2C | 1E | 0 | E | DD | 39 | 43 |
| Octal | 173 | 232 | 333 | 54 | 36 | 0 | 16 | 335 | 71 | 103 |
| Binary | 1111011 | 10011010 | 11011011 | 101100 | 11110 | 0 | 1110 | 11011101 | 111001 | 1000011 |
Color Harmonies of #7B9ADB
Complementary color
Monochromatic Colors of #7B9ADB
Black with #7B9ADB
Text Example
Text Example
White with #7B9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9ADB; }
p { color: rgb(123,154,219); }
H1.HeaderClassName
{
color: #7B9ADB;
}
.AnyTagClassName
{
color: #7B9ADB;
}
</style>
background-color css
<style>
a { background-color: #7B9ADB; }
a { background-color: rgb(123,154,219); }
div.DivClassName
{
background-color: #7B9ADB;
}
.BgClassName
{
background-color: #7B9ADB;
}
</style>
border-color css
<style>
span { border-color: #7B9ADB; }
span { border-color: rgb(123,154,219); }
td.TdClassName
{
border-color: #7B9ADB;
}
.TagClassName
{
border-color: #7B9ADB;
}
</style>