Shades of Jordy Blue #7B9BE0
Tints of Jordy Blue #7B9BE0
RGB
CMYK
RGB Variations
Color information
#7B9BE0 (or 0x7B9BE0) is known color: Jordy Blue. HEX triplet: 7B, 9B and E0. RGB value is (123,155,224). Sum of RGB (Red+Green+Blue) = 123+155+224=502 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.50% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #7B9BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9BE0 is #84641F. Grayscale: #989898. Windows color (decimal): -8676384 or 14719867. OLE color: 14719867.
HSL color Cylindrical-coordinate representation of color #7B9BE0: hue angle of 220.99º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B9BE0 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 123 | 155 | 224 | - |
| CMYK | 0.45 | 0.31 | 0 | 0.12 |
| HSL | 220.99º | 0.62% | 0.68% | - |
| HSV(B) | 220.99º | 0.45% | 0.88% | - |
| XYZ | 33.34 | 33.04 | 75.14 | - |
| YUV | 153.3 | 167.9 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 155 | 224 | 0.45 | 0.31 | 0 | 0.12 | 220.99 | 0.62 | 0.68 |
| Hex | 7B | 9B | E0 | 2D | 1F | 0 | C | DD | 3E | 44 |
| Octal | 173 | 233 | 340 | 55 | 37 | 0 | 14 | 335 | 76 | 104 |
| Binary | 1111011 | 10011011 | 11100000 | 101101 | 11111 | 0 | 1100 | 11011101 | 111110 | 1000100 |
Color Harmonies of #7B9BE0
Complementary color
Monochromatic Colors of #7B9BE0
Black with #7B9BE0
Text Example
Text Example
White with #7B9BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9BE0; }
p { color: rgb(123,155,224); }
H1.HeaderClassName
{
color: #7B9BE0;
}
.AnyTagClassName
{
color: #7B9BE0;
}
</style>
background-color css
<style>
a { background-color: #7B9BE0; }
a { background-color: rgb(123,155,224); }
div.DivClassName
{
background-color: #7B9BE0;
}
.BgClassName
{
background-color: #7B9BE0;
}
</style>
border-color css
<style>
span { border-color: #7B9BE0; }
span { border-color: rgb(123,155,224); }
td.TdClassName
{
border-color: #7B9BE0;
}
.TagClassName
{
border-color: #7B9BE0;
}
</style>