Shades of Jordy Blue #7BA1D6
Tints of Jordy Blue #7BA1D6
RGB
CMYK
RGB Variations
Color information
#7BA1D6 (or 0x7BA1D6) is known color: Jordy Blue. HEX triplet: 7B, A1 and D6. RGB value is (123,161,214). Sum of RGB (Red+Green+Blue) = 123+161+214=498 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.70% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 214 (83.98% from 255 or 42.97% from 498); Max value from RGB is 214 - color contains mainly: blue. Hex color #7BA1D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA1D6 is #845E29. Grayscale: #9B9B9B. Windows color (decimal): -8674858 or 14066043. OLE color: 14066043.
HSL color Cylindrical-coordinate representation of color #7BA1D6: hue angle of 214.95º 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 #7BA1D6 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 161 | 214 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.16 |
| HSL | 214.95º | 0.53% | 0.66% | - |
| HSV(B) | 214.95º | 0.43% | 0.84% | - |
| XYZ | 33.05 | 34.56 | 68.55 | - |
| YUV | 155.68 | 160.91 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 161 | 214 | 0.43 | 0.25 | 0 | 0.16 | 214.95 | 0.53 | 0.66 |
| Hex | 7B | A1 | D6 | 2B | 19 | 0 | 10 | D7 | 35 | 42 |
| Octal | 173 | 241 | 326 | 53 | 31 | 0 | 20 | 327 | 65 | 102 |
| Binary | 1111011 | 10100001 | 11010110 | 101011 | 11001 | 0 | 10000 | 11010111 | 110101 | 1000010 |
Color Harmonies of #7BA1D6
Complementary color
Monochromatic Colors of #7BA1D6
Black with #7BA1D6
Text Example
Text Example
White with #7BA1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA1D6; }
p { color: rgb(123,161,214); }
H1.HeaderClassName
{
color: #7BA1D6;
}
.AnyTagClassName
{
color: #7BA1D6;
}
</style>
background-color css
<style>
a { background-color: #7BA1D6; }
a { background-color: rgb(123,161,214); }
div.DivClassName
{
background-color: #7BA1D6;
}
.BgClassName
{
background-color: #7BA1D6;
}
</style>
border-color css
<style>
span { border-color: #7BA1D6; }
span { border-color: rgb(123,161,214); }
td.TdClassName
{
border-color: #7BA1D6;
}
.TagClassName
{
border-color: #7BA1D6;
}
</style>