Shades of Jordy Blue #799CEB
Tints of Jordy Blue #799CEB
RGB
CMYK
RGB Variations
Color information
#799CEB (or 0x799CEB) is known color: Jordy Blue. HEX triplet: 79, 9C and EB. RGB value is (121,156,235). Sum of RGB (Red+Green+Blue) = 121+156+235=512 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.63% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #799CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799CEB is #866314. Grayscale: #9A9A9A. Windows color (decimal): -8807189 or 15441017. OLE color: 15441017.
HSL color Cylindrical-coordinate representation of color #799CEB: hue angle of 221.58º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #799CEB is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 156 | 235 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.08 |
| HSL | 221.58º | 0.74% | 0.7% | - |
| HSV(B) | 221.58º | 0.49% | 0.92% | - |
| XYZ | 34.77 | 33.84 | 83.3 | - |
| YUV | 154.54 | 173.4 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 156 | 235 | 0.49 | 0.34 | 0 | 0.08 | 221.58 | 0.74 | 0.7 |
| Hex | 79 | 9C | EB | 31 | 22 | 0 | 8 | DE | 4A | 46 |
| Octal | 171 | 234 | 353 | 61 | 42 | 0 | 10 | 336 | 112 | 106 |
| Binary | 1111001 | 10011100 | 11101011 | 110001 | 100010 | 0 | 1000 | 11011110 | 1001010 | 1000110 |
Color Harmonies of #799CEB
Complementary color
Monochromatic Colors of #799CEB
Black with #799CEB
Text Example
Text Example
White with #799CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799CEB; }
p { color: rgb(121,156,235); }
H1.HeaderClassName
{
color: #799CEB;
}
.AnyTagClassName
{
color: #799CEB;
}
</style>
background-color css
<style>
a { background-color: #799CEB; }
a { background-color: rgb(121,156,235); }
div.DivClassName
{
background-color: #799CEB;
}
.BgClassName
{
background-color: #799CEB;
}
</style>
border-color css
<style>
span { border-color: #799CEB; }
span { border-color: rgb(121,156,235); }
td.TdClassName
{
border-color: #799CEB;
}
.TagClassName
{
border-color: #799CEB;
}
</style>