Shades of Jordy Blue #7BA1DF
Tints of Jordy Blue #7BA1DF
RGB
CMYK
RGB Variations
Color information
#7BA1DF (or 0x7BA1DF) is known color: Jordy Blue. HEX triplet: 7B, A1 and DF. RGB value is (123,161,223). Sum of RGB (Red+Green+Blue) = 123+161+223=507 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.26% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #7BA1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA1DF is #845E20. Grayscale: #9C9C9C. Windows color (decimal): -8674849 or 14655867. OLE color: 14655867.
HSL color Cylindrical-coordinate representation of color #7BA1DF: hue angle of 217.2º 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 #7BA1DF is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 161 | 223 | - |
| CMYK | 0.45 | 0.28 | 0 | 0.13 |
| HSL | 217.2º | 0.61% | 0.68% | - |
| HSV(B) | 217.2º | 0.45% | 0.87% | - |
| XYZ | 34.23 | 35.03 | 74.77 | - |
| YUV | 156.71 | 165.41 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 161 | 223 | 0.45 | 0.28 | 0 | 0.13 | 217.2 | 0.61 | 0.68 |
| Hex | 7B | A1 | DF | 2D | 1C | 0 | D | D9 | 3D | 44 |
| Octal | 173 | 241 | 337 | 55 | 34 | 0 | 15 | 331 | 75 | 104 |
| Binary | 1111011 | 10100001 | 11011111 | 101101 | 11100 | 0 | 1101 | 11011001 | 111101 | 1000100 |
Color Harmonies of #7BA1DF
Complementary color
Monochromatic Colors of #7BA1DF
Black with #7BA1DF
Text Example
Text Example
White with #7BA1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA1DF; }
p { color: rgb(123,161,223); }
H1.HeaderClassName
{
color: #7BA1DF;
}
.AnyTagClassName
{
color: #7BA1DF;
}
</style>
background-color css
<style>
a { background-color: #7BA1DF; }
a { background-color: rgb(123,161,223); }
div.DivClassName
{
background-color: #7BA1DF;
}
.BgClassName
{
background-color: #7BA1DF;
}
</style>
border-color css
<style>
span { border-color: #7BA1DF; }
span { border-color: rgb(123,161,223); }
td.TdClassName
{
border-color: #7BA1DF;
}
.TagClassName
{
border-color: #7BA1DF;
}
</style>