Shades of Jordy Blue #7B9FDE
Tints of Jordy Blue #7B9FDE
RGB
CMYK
RGB Variations
Color information
#7B9FDE (or 0x7B9FDE) is known color: Jordy Blue. HEX triplet: 7B, 9F and DE. RGB value is (123,159,222). Sum of RGB (Red+Green+Blue) = 123+159+222=504 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.40% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B9FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9FDE is #846021. Grayscale: #9B9B9B. Windows color (decimal): -8675362 or 14589819. OLE color: 14589819.
HSL color Cylindrical-coordinate representation of color #7B9FDE: hue angle of 218.18º 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 #7B9FDE is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 159 | 222 | - |
| CMYK | 0.45 | 0.28 | 0 | 0.13 |
| HSL | 218.18º | 0.6% | 0.68% | - |
| HSV(B) | 218.18º | 0.45% | 0.87% | - |
| XYZ | 33.75 | 34.28 | 73.95 | - |
| YUV | 155.42 | 165.57 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 159 | 222 | 0.45 | 0.28 | 0 | 0.13 | 218.18 | 0.6 | 0.68 |
| Hex | 7B | 9F | DE | 2D | 1C | 0 | D | DA | 3C | 44 |
| Octal | 173 | 237 | 336 | 55 | 34 | 0 | 15 | 332 | 74 | 104 |
| Binary | 1111011 | 10011111 | 11011110 | 101101 | 11100 | 0 | 1101 | 11011010 | 111100 | 1000100 |
Color Harmonies of #7B9FDE
Complementary color
Monochromatic Colors of #7B9FDE
Black with #7B9FDE
Text Example
Text Example
White with #7B9FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9FDE; }
p { color: rgb(123,159,222); }
H1.HeaderClassName
{
color: #7B9FDE;
}
.AnyTagClassName
{
color: #7B9FDE;
}
</style>
background-color css
<style>
a { background-color: #7B9FDE; }
a { background-color: rgb(123,159,222); }
div.DivClassName
{
background-color: #7B9FDE;
}
.BgClassName
{
background-color: #7B9FDE;
}
</style>
border-color css
<style>
span { border-color: #7B9FDE; }
span { border-color: rgb(123,159,222); }
td.TdClassName
{
border-color: #7B9FDE;
}
.TagClassName
{
border-color: #7B9FDE;
}
</style>