Shades of Jordy Blue #7B9BEB
Tints of Jordy Blue #7B9BEB
RGB
CMYK
RGB Variations
Color information
#7B9BEB (or 0x7B9BEB) is known color: Jordy Blue. HEX triplet: 7B, 9B and EB. RGB value is (123,155,235). Sum of RGB (Red+Green+Blue) = 123+155+235=513 (67% of max value = 765). Red value is 123 (48.44% from 255 or 23.98% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B9BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9BEB is #846414. Grayscale: #9A9A9A. Windows color (decimal): -8676373 or 15440763. OLE color: 15440763.
HSL color Cylindrical-coordinate representation of color #7B9BEB: hue angle of 222.86º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B9BEB is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 155 | 235 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.08 |
| HSL | 222.86º | 0.74% | 0.7% | - |
| HSV(B) | 222.86º | 0.48% | 0.92% | - |
| XYZ | 34.89 | 33.65 | 83.25 | - |
| YUV | 154.55 | 173.4 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 155 | 235 | 0.48 | 0.34 | 0 | 0.08 | 222.86 | 0.74 | 0.7 |
| Hex | 7B | 9B | EB | 30 | 22 | 0 | 8 | DF | 4A | 46 |
| Octal | 173 | 233 | 353 | 60 | 42 | 0 | 10 | 337 | 112 | 106 |
| Binary | 1111011 | 10011011 | 11101011 | 110000 | 100010 | 0 | 1000 | 11011111 | 1001010 | 1000110 |
Color Harmonies of #7B9BEB
Complementary color
Monochromatic Colors of #7B9BEB
Black with #7B9BEB
Text Example
Text Example
White with #7B9BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9BEB; }
p { color: rgb(123,155,235); }
H1.HeaderClassName
{
color: #7B9BEB;
}
.AnyTagClassName
{
color: #7B9BEB;
}
</style>
background-color css
<style>
a { background-color: #7B9BEB; }
a { background-color: rgb(123,155,235); }
div.DivClassName
{
background-color: #7B9BEB;
}
.BgClassName
{
background-color: #7B9BEB;
}
</style>
border-color css
<style>
span { border-color: #7B9BEB; }
span { border-color: rgb(123,155,235); }
td.TdClassName
{
border-color: #7B9BEB;
}
.TagClassName
{
border-color: #7B9BEB;
}
</style>