Shades of Jordy Blue #7BA6DA
Tints of Jordy Blue #7BA6DA
RGB
CMYK
RGB Variations
Color information
#7BA6DA (or 0x7BA6DA) is known color: Jordy Blue. HEX triplet: 7B, A6 and DA. RGB value is (123,166,218). Sum of RGB (Red+Green+Blue) = 123+166+218=507 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.26% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #7BA6DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA6DA is #845925. Grayscale: #9E9E9E. Windows color (decimal): -8673574 or 14329467. OLE color: 14329467.
HSL color Cylindrical-coordinate representation of color #7BA6DA: hue angle of 212.84º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BA6DA is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 166 | 218 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.15 |
| HSL | 212.84º | 0.56% | 0.67% | - |
| HSV(B) | 212.84º | 0.44% | 0.85% | - |
| XYZ | 34.46 | 36.55 | 71.57 | - |
| YUV | 159.07 | 161.25 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 166 | 218 | 0.44 | 0.24 | 0 | 0.15 | 212.84 | 0.56 | 0.67 |
| Hex | 7B | A6 | DA | 2C | 18 | 0 | F | D5 | 38 | 43 |
| Octal | 173 | 246 | 332 | 54 | 30 | 0 | 17 | 325 | 70 | 103 |
| Binary | 1111011 | 10100110 | 11011010 | 101100 | 11000 | 0 | 1111 | 11010101 | 111000 | 1000011 |
Color Harmonies of #7BA6DA
Complementary color
Monochromatic Colors of #7BA6DA
Black with #7BA6DA
Text Example
Text Example
White with #7BA6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA6DA; }
p { color: rgb(123,166,218); }
H1.HeaderClassName
{
color: #7BA6DA;
}
.AnyTagClassName
{
color: #7BA6DA;
}
</style>
background-color css
<style>
a { background-color: #7BA6DA; }
a { background-color: rgb(123,166,218); }
div.DivClassName
{
background-color: #7BA6DA;
}
.BgClassName
{
background-color: #7BA6DA;
}
</style>
border-color css
<style>
span { border-color: #7BA6DA; }
span { border-color: rgb(123,166,218); }
td.TdClassName
{
border-color: #7BA6DA;
}
.TagClassName
{
border-color: #7BA6DA;
}
</style>