Shades of Jordy Blue #7BA4D7
Tints of Jordy Blue #7BA4D7
RGB
CMYK
RGB Variations
Color information
#7BA4D7 (or 0x7BA4D7) is known color: Jordy Blue. HEX triplet: 7B, A4 and D7. RGB value is (123,164,215). Sum of RGB (Red+Green+Blue) = 123+164+215=502 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.50% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 215 (84.38% from 255 or 42.83% from 502); Max value from RGB is 215 - color contains mainly: blue. Hex color #7BA4D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA4D7 is #845B28. Grayscale: #9D9D9D. Windows color (decimal): -8674089 or 14132347. OLE color: 14132347.
HSL color Cylindrical-coordinate representation of color #7BA4D7: hue angle of 213.26º 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 #7BA4D7 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 164 | 215 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.16 |
| HSL | 213.26º | 0.53% | 0.66% | - |
| HSV(B) | 213.26º | 0.43% | 0.84% | - |
| XYZ | 33.71 | 35.67 | 69.4 | - |
| YUV | 157.56 | 160.42 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 164 | 215 | 0.43 | 0.24 | 0 | 0.16 | 213.26 | 0.53 | 0.66 |
| Hex | 7B | A4 | D7 | 2B | 18 | 0 | 10 | D5 | 35 | 42 |
| Octal | 173 | 244 | 327 | 53 | 30 | 0 | 20 | 325 | 65 | 102 |
| Binary | 1111011 | 10100100 | 11010111 | 101011 | 11000 | 0 | 10000 | 11010101 | 110101 | 1000010 |
Color Harmonies of #7BA4D7
Complementary color
Monochromatic Colors of #7BA4D7
Black with #7BA4D7
Text Example
Text Example
White with #7BA4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA4D7; }
p { color: rgb(123,164,215); }
H1.HeaderClassName
{
color: #7BA4D7;
}
.AnyTagClassName
{
color: #7BA4D7;
}
</style>
background-color css
<style>
a { background-color: #7BA4D7; }
a { background-color: rgb(123,164,215); }
div.DivClassName
{
background-color: #7BA4D7;
}
.BgClassName
{
background-color: #7BA4D7;
}
</style>
border-color css
<style>
span { border-color: #7BA4D7; }
span { border-color: rgb(123,164,215); }
td.TdClassName
{
border-color: #7BA4D7;
}
.TagClassName
{
border-color: #7BA4D7;
}
</style>