Shades of Jordy Blue #7BA4DB
Tints of Jordy Blue #7BA4DB
RGB
CMYK
RGB Variations
Color information
#7BA4DB (or 0x7BA4DB) is known color: Jordy Blue. HEX triplet: 7B, A4 and DB. RGB value is (123,164,219). Sum of RGB (Red+Green+Blue) = 123+164+219=506 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.31% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #7BA4DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA4DB is #845B24. Grayscale: #9D9D9D. Windows color (decimal): -8674085 or 14394491. OLE color: 14394491.
HSL color Cylindrical-coordinate representation of color #7BA4DB: hue angle of 214.38º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BA4DB is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 123 | 164 | 219 | - |
CMYK | 0.44 | 0.25 | 0 | 0.14 |
HSL | 214.38º | 0.57% | 0.67% | - |
HSV(B) | 214.38º | 0.44% | 0.86% | - |
XYZ | 34.23 | 35.88 | 72.14 | - |
YUV | 158.01 | 162.42 | 103.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 164 | 219 | 0.44 | 0.25 | 0 | 0.14 | 214.38 | 0.57 | 0.67 |
Hex | 7B | A4 | DB | 2C | 19 | 0 | E | D6 | 39 | 43 |
Octal | 173 | 244 | 333 | 54 | 31 | 0 | 16 | 326 | 71 | 103 |
Binary | 1111011 | 10100100 | 11011011 | 101100 | 11001 | 0 | 1110 | 11010110 | 111001 | 1000011 |
Color Harmonies of #7BA4DB
Complementary color
Monochromatic Colors of #7BA4DB
Black with #7BA4DB
Text Example
Text Example
White with #7BA4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA4DB; }
p { color: rgb(123,164,219); }
H1.HeaderClassName
{
color: #7BA4DB;
}
.AnyTagClassName
{
color: #7BA4DB;
}
</style>
background-color css
<style>
a { background-color: #7BA4DB; }
a { background-color: rgb(123,164,219); }
div.DivClassName
{
background-color: #7BA4DB;
}
.BgClassName
{
background-color: #7BA4DB;
}
</style>
border-color css
<style>
span { border-color: #7BA4DB; }
span { border-color: rgb(123,164,219); }
td.TdClassName
{
border-color: #7BA4DB;
}
.TagClassName
{
border-color: #7BA4DB;
}
</style>