Shades of Jordy Blue #7B9FEF
Tints of Jordy Blue #7B9FEF
RGB
CMYK
RGB Variations
Color information
#7B9FEF (or 0x7B9FEF) is known color: Jordy Blue. HEX triplet: 7B, 9F and EF. RGB value is (123,159,239). Sum of RGB (Red+Green+Blue) = 123+159+239=521 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.61% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B9FEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9FEF is #846010. Grayscale: #9C9C9C. Windows color (decimal): -8675345 or 15703931. OLE color: 15703931.
HSL color Cylindrical-coordinate representation of color #7B9FEF: hue angle of 221.38º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B9FEF is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 159 | 239 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.06 |
| HSL | 221.38º | 0.78% | 0.71% | - |
| HSV(B) | 221.38º | 0.49% | 0.94% | - |
| XYZ | 36.15 | 35.24 | 86.56 | - |
| YUV | 157.36 | 174.07 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 159 | 239 | 0.49 | 0.33 | 0 | 0.06 | 221.38 | 0.78 | 0.71 |
| Hex | 7B | 9F | EF | 31 | 21 | 0 | 6 | DD | 4E | 47 |
| Octal | 173 | 237 | 357 | 61 | 41 | 0 | 6 | 335 | 116 | 107 |
| Binary | 1111011 | 10011111 | 11101111 | 110001 | 100001 | 0 | 110 | 11011101 | 1001110 | 1000111 |
Color Harmonies of #7B9FEF
Complementary color
Monochromatic Colors of #7B9FEF
Black with #7B9FEF
Text Example
Text Example
White with #7B9FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9FEF; }
p { color: rgb(123,159,239); }
H1.HeaderClassName
{
color: #7B9FEF;
}
.AnyTagClassName
{
color: #7B9FEF;
}
</style>
background-color css
<style>
a { background-color: #7B9FEF; }
a { background-color: rgb(123,159,239); }
div.DivClassName
{
background-color: #7B9FEF;
}
.BgClassName
{
background-color: #7B9FEF;
}
</style>
border-color css
<style>
span { border-color: #7B9FEF; }
span { border-color: rgb(123,159,239); }
td.TdClassName
{
border-color: #7B9FEF;
}
.TagClassName
{
border-color: #7B9FEF;
}
</style>