Shades of Jordy Blue #7B9EDC
Tints of Jordy Blue #7B9EDC
RGB
CMYK
RGB Variations
Color information
#7B9EDC (or 0x7B9EDC) is known color: Jordy Blue. HEX triplet: 7B, 9E and DC. RGB value is (123,158,220). Sum of RGB (Red+Green+Blue) = 123+158+220=501 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.55% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B9EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9EDC is #846123. Grayscale: #9A9A9A. Windows color (decimal): -8675620 or 14458491. OLE color: 14458491.
HSL color Cylindrical-coordinate representation of color #7B9EDC: hue angle of 218.35º degrees, saturation: 0.58, 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 #7B9EDC is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 158 | 220 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.14 |
| HSL | 218.35º | 0.58% | 0.67% | - |
| HSV(B) | 218.35º | 0.44% | 0.86% | - |
| XYZ | 33.31 | 33.83 | 72.48 | - |
| YUV | 154.6 | 164.9 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 158 | 220 | 0.44 | 0.28 | 0 | 0.14 | 218.35 | 0.58 | 0.67 |
| Hex | 7B | 9E | DC | 2C | 1C | 0 | E | DA | 3A | 43 |
| Octal | 173 | 236 | 334 | 54 | 34 | 0 | 16 | 332 | 72 | 103 |
| Binary | 1111011 | 10011110 | 11011100 | 101100 | 11100 | 0 | 1110 | 11011010 | 111010 | 1000011 |
Color Harmonies of #7B9EDC
Complementary color
Monochromatic Colors of #7B9EDC
Black with #7B9EDC
Text Example
Text Example
White with #7B9EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9EDC; }
p { color: rgb(123,158,220); }
H1.HeaderClassName
{
color: #7B9EDC;
}
.AnyTagClassName
{
color: #7B9EDC;
}
</style>
background-color css
<style>
a { background-color: #7B9EDC; }
a { background-color: rgb(123,158,220); }
div.DivClassName
{
background-color: #7B9EDC;
}
.BgClassName
{
background-color: #7B9EDC;
}
</style>
border-color css
<style>
span { border-color: #7B9EDC; }
span { border-color: rgb(123,158,220); }
td.TdClassName
{
border-color: #7B9EDC;
}
.TagClassName
{
border-color: #7B9EDC;
}
</style>