Shades of Jordy Blue #799ADB
Tints of Jordy Blue #799ADB
RGB
CMYK
RGB Variations
Color information
#799ADB (or 0x799ADB) is known color: Jordy Blue. HEX triplet: 79, 9A and DB. RGB value is (121,154,219). Sum of RGB (Red+Green+Blue) = 121+154+219=494 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.49% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #799ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ADB is #866524. Grayscale: #979797. Windows color (decimal): -8807717 or 14391929. OLE color: 14391929.
HSL color Cylindrical-coordinate representation of color #799ADB: hue angle of 219.8º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #799ADB is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 154 | 219 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.14 |
| HSL | 219.8º | 0.58% | 0.67% | - |
| HSV(B) | 219.8º | 0.45% | 0.86% | - |
| XYZ | 32.23 | 32.29 | 71.55 | - |
| YUV | 151.54 | 166.07 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 154 | 219 | 0.45 | 0.30 | 0 | 0.14 | 219.8 | 0.58 | 0.67 |
| Hex | 79 | 9A | DB | 2D | 1E | 0 | E | DC | 3A | 43 |
| Octal | 171 | 232 | 333 | 55 | 36 | 0 | 16 | 334 | 72 | 103 |
| Binary | 1111001 | 10011010 | 11011011 | 101101 | 11110 | 0 | 1110 | 11011100 | 111010 | 1000011 |
Color Harmonies of #799ADB
Complementary color
Monochromatic Colors of #799ADB
Black with #799ADB
Text Example
Text Example
White with #799ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799ADB; }
p { color: rgb(121,154,219); }
H1.HeaderClassName
{
color: #799ADB;
}
.AnyTagClassName
{
color: #799ADB;
}
</style>
background-color css
<style>
a { background-color: #799ADB; }
a { background-color: rgb(121,154,219); }
div.DivClassName
{
background-color: #799ADB;
}
.BgClassName
{
background-color: #799ADB;
}
</style>
border-color css
<style>
span { border-color: #799ADB; }
span { border-color: rgb(121,154,219); }
td.TdClassName
{
border-color: #799ADB;
}
.TagClassName
{
border-color: #799ADB;
}
</style>