Shades of Jordy Blue #7B9FDF
Tints of Jordy Blue #7B9FDF
RGB
CMYK
RGB Variations
Color information
#7B9FDF (or 0x7B9FDF) is known color: Jordy Blue. HEX triplet: 7B, 9F and DF. RGB value is (123,159,223). Sum of RGB (Red+Green+Blue) = 123+159+223=505 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.36% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B9FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9FDF is #846020. Grayscale: #9B9B9B. Windows color (decimal): -8675361 or 14655355. OLE color: 14655355.
HSL color Cylindrical-coordinate representation of color #7B9FDF: hue angle of 218.4º degrees, saturation: 0.61, 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 #7B9FDF is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 159 | 223 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.13 |
| HSL | 218.4º | 0.61% | 0.68% | - |
| HSV(B) | 218.4º | 0.45% | 0.87% | - |
| XYZ | 33.89 | 34.33 | 74.65 | - |
| YUV | 155.53 | 166.07 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 159 | 223 | 0.45 | 0.29 | 0 | 0.13 | 218.4 | 0.61 | 0.68 |
| Hex | 7B | 9F | DF | 2D | 1D | 0 | D | DA | 3D | 44 |
| Octal | 173 | 237 | 337 | 55 | 35 | 0 | 15 | 332 | 75 | 104 |
| Binary | 1111011 | 10011111 | 11011111 | 101101 | 11101 | 0 | 1101 | 11011010 | 111101 | 1000100 |
Color Harmonies of #7B9FDF
Complementary color
Monochromatic Colors of #7B9FDF
Black with #7B9FDF
Text Example
Text Example
White with #7B9FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9FDF; }
p { color: rgb(123,159,223); }
H1.HeaderClassName
{
color: #7B9FDF;
}
.AnyTagClassName
{
color: #7B9FDF;
}
</style>
background-color css
<style>
a { background-color: #7B9FDF; }
a { background-color: rgb(123,159,223); }
div.DivClassName
{
background-color: #7B9FDF;
}
.BgClassName
{
background-color: #7B9FDF;
}
</style>
border-color css
<style>
span { border-color: #7B9FDF; }
span { border-color: rgb(123,159,223); }
td.TdClassName
{
border-color: #7B9FDF;
}
.TagClassName
{
border-color: #7B9FDF;
}
</style>