Shades of Jordy Blue #7B9EDB
Tints of Jordy Blue #7B9EDB
RGB
CMYK
RGB Variations
Color information
#7B9EDB (or 0x7B9EDB) is known color: Jordy Blue. HEX triplet: 7B, 9E and DB. RGB value is (123,158,219). Sum of RGB (Red+Green+Blue) = 123+158+219=500 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.6% from 500); Green value is 158 (62.11% from 255 or 31.6% 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 #7B9EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9EDB is #846124. Grayscale: #9A9A9A. Windows color (decimal): -8675621 or 14392955. OLE color: 14392955.
HSL color Cylindrical-coordinate representation of color #7B9EDB: hue angle of 218.12º 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 #7B9EDB is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 158 | 219 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.14 |
| HSL | 218.13º | 0.57% | 0.67% | - |
| HSV(B) | 218.13º | 0.44% | 0.86% | - |
| XYZ | 33.18 | 33.78 | 71.79 | - |
| YUV | 154.49 | 164.4 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 158 | 219 | 0.44 | 0.28 | 0 | 0.14 | 218.13 | 0.57 | 0.67 |
| Hex | 7B | 9E | DB | 2C | 1C | 0 | E | DA | 39 | 43 |
| Octal | 173 | 236 | 333 | 54 | 34 | 0 | 16 | 332 | 71 | 103 |
| Binary | 1111011 | 10011110 | 11011011 | 101100 | 11100 | 0 | 1110 | 11011010 | 111001 | 1000011 |
Color Harmonies of #7B9EDB
Complementary color
Monochromatic Colors of #7B9EDB
Black with #7B9EDB
Text Example
Text Example
White with #7B9EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9EDB; }
p { color: rgb(123,158,219); }
H1.HeaderClassName
{
color: #7B9EDB;
}
.AnyTagClassName
{
color: #7B9EDB;
}
</style>
background-color css
<style>
a { background-color: #7B9EDB; }
a { background-color: rgb(123,158,219); }
div.DivClassName
{
background-color: #7B9EDB;
}
.BgClassName
{
background-color: #7B9EDB;
}
</style>
border-color css
<style>
span { border-color: #7B9EDB; }
span { border-color: rgb(123,158,219); }
td.TdClassName
{
border-color: #7B9EDB;
}
.TagClassName
{
border-color: #7B9EDB;
}
</style>