Shades of Jordy Blue #7B9EDE
Tints of Jordy Blue #7B9EDE
RGB
CMYK
RGB Variations
Color information
#7B9EDE (or 0x7B9EDE) is known color: Jordy Blue. HEX triplet: 7B, 9E and DE. RGB value is (123,158,222). Sum of RGB (Red+Green+Blue) = 123+158+222=503 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.45% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B9EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9EDE is #846121. Grayscale: #9A9A9A. Windows color (decimal): -8675618 or 14589563. OLE color: 14589563.
HSL color Cylindrical-coordinate representation of color #7B9EDE: hue angle of 218.79º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B9EDE is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 158 | 222 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.13 |
| HSL | 218.79º | 0.6% | 0.68% | - |
| HSV(B) | 218.79º | 0.45% | 0.87% | - |
| XYZ | 33.58 | 33.94 | 73.89 | - |
| YUV | 154.83 | 165.9 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 158 | 222 | 0.45 | 0.29 | 0 | 0.13 | 218.79 | 0.6 | 0.68 |
| Hex | 7B | 9E | DE | 2D | 1D | 0 | D | DB | 3C | 44 |
| Octal | 173 | 236 | 336 | 55 | 35 | 0 | 15 | 333 | 74 | 104 |
| Binary | 1111011 | 10011110 | 11011110 | 101101 | 11101 | 0 | 1101 | 11011011 | 111100 | 1000100 |
Color Harmonies of #7B9EDE
Complementary color
Monochromatic Colors of #7B9EDE
Black with #7B9EDE
Text Example
Text Example
White with #7B9EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9EDE; }
p { color: rgb(123,158,222); }
H1.HeaderClassName
{
color: #7B9EDE;
}
.AnyTagClassName
{
color: #7B9EDE;
}
</style>
background-color css
<style>
a { background-color: #7B9EDE; }
a { background-color: rgb(123,158,222); }
div.DivClassName
{
background-color: #7B9EDE;
}
.BgClassName
{
background-color: #7B9EDE;
}
</style>
border-color css
<style>
span { border-color: #7B9EDE; }
span { border-color: rgb(123,158,222); }
td.TdClassName
{
border-color: #7B9EDE;
}
.TagClassName
{
border-color: #7B9EDE;
}
</style>