Shades of Jordy Blue #7BA1D7
Tints of Jordy Blue #7BA1D7
RGB
CMYK
RGB Variations
Color information
#7BA1D7 (or 0x7BA1D7) is known color: Jordy Blue. HEX triplet: 7B, A1 and D7. RGB value is (123,161,215). Sum of RGB (Red+Green+Blue) = 123+161+215=499 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.65% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #7BA1D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA1D7 is #845E28. Grayscale: #9B9B9B. Windows color (decimal): -8674857 or 14131579. OLE color: 14131579.
HSL color Cylindrical-coordinate representation of color #7BA1D7: hue angle of 215.22º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BA1D7 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 161 | 215 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.16 |
| HSL | 215.22º | 0.53% | 0.66% | - |
| HSV(B) | 215.22º | 0.43% | 0.84% | - |
| XYZ | 33.18 | 34.61 | 69.22 | - |
| YUV | 155.79 | 161.41 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 161 | 215 | 0.43 | 0.25 | 0 | 0.16 | 215.22 | 0.53 | 0.66 |
| Hex | 7B | A1 | D7 | 2B | 19 | 0 | 10 | D7 | 35 | 42 |
| Octal | 173 | 241 | 327 | 53 | 31 | 0 | 20 | 327 | 65 | 102 |
| Binary | 1111011 | 10100001 | 11010111 | 101011 | 11001 | 0 | 10000 | 11010111 | 110101 | 1000010 |
Color Harmonies of #7BA1D7
Complementary color
Monochromatic Colors of #7BA1D7
Black with #7BA1D7
Text Example
Text Example
White with #7BA1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA1D7; }
p { color: rgb(123,161,215); }
H1.HeaderClassName
{
color: #7BA1D7;
}
.AnyTagClassName
{
color: #7BA1D7;
}
</style>
background-color css
<style>
a { background-color: #7BA1D7; }
a { background-color: rgb(123,161,215); }
div.DivClassName
{
background-color: #7BA1D7;
}
.BgClassName
{
background-color: #7BA1D7;
}
</style>
border-color css
<style>
span { border-color: #7BA1D7; }
span { border-color: rgb(123,161,215); }
td.TdClassName
{
border-color: #7BA1D7;
}
.TagClassName
{
border-color: #7BA1D7;
}
</style>