Shades of Jordy Blue #7B9EEC
Tints of Jordy Blue #7B9EEC
RGB
CMYK
RGB Variations
Color information
#7B9EEC (or 0x7B9EEC) is known color: Jordy Blue. HEX triplet: 7B, 9E and EC. RGB value is (123,158,236). Sum of RGB (Red+Green+Blue) = 123+158+236=517 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.79% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B9EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9EEC is #846113. Grayscale: #9C9C9C. Windows color (decimal): -8675604 or 15507067. OLE color: 15507067.
HSL color Cylindrical-coordinate representation of color #7B9EEC: hue angle of 221.42º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B9EEC is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 158 | 236 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.07 |
| HSL | 221.42º | 0.75% | 0.7% | - |
| HSV(B) | 221.42º | 0.48% | 0.93% | - |
| XYZ | 35.54 | 34.72 | 84.19 | - |
| YUV | 156.43 | 172.9 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 158 | 236 | 0.48 | 0.33 | 0 | 0.07 | 221.42 | 0.75 | 0.7 |
| Hex | 7B | 9E | EC | 30 | 21 | 0 | 7 | DD | 4B | 46 |
| Octal | 173 | 236 | 354 | 60 | 41 | 0 | 7 | 335 | 113 | 106 |
| Binary | 1111011 | 10011110 | 11101100 | 110000 | 100001 | 0 | 111 | 11011101 | 1001011 | 1000110 |
Color Harmonies of #7B9EEC
Complementary color
Monochromatic Colors of #7B9EEC
Black with #7B9EEC
Text Example
Text Example
White with #7B9EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9EEC; }
p { color: rgb(123,158,236); }
H1.HeaderClassName
{
color: #7B9EEC;
}
.AnyTagClassName
{
color: #7B9EEC;
}
</style>
background-color css
<style>
a { background-color: #7B9EEC; }
a { background-color: rgb(123,158,236); }
div.DivClassName
{
background-color: #7B9EEC;
}
.BgClassName
{
background-color: #7B9EEC;
}
</style>
border-color css
<style>
span { border-color: #7B9EEC; }
span { border-color: rgb(123,158,236); }
td.TdClassName
{
border-color: #7B9EEC;
}
.TagClassName
{
border-color: #7B9EEC;
}
</style>