Shades of Jordy Blue #7B9CDC
Tints of Jordy Blue #7B9CDC
RGB
CMYK
RGB Variations
Color information
#7B9CDC (or 0x7B9CDC) is known color: Jordy Blue. HEX triplet: 7B, 9C and DC. RGB value is (123,156,220). Sum of RGB (Red+Green+Blue) = 123+156+220=499 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.65% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B9CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9CDC is #846323. Grayscale: #999999. Windows color (decimal): -8676132 or 14457979. OLE color: 14457979.
HSL color Cylindrical-coordinate representation of color #7B9CDC: hue angle of 219.59º degrees, saturation: 0.58, 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 #7B9CDC is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 156 | 220 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.14 |
| HSL | 219.59º | 0.58% | 0.67% | - |
| HSV(B) | 219.59º | 0.44% | 0.86% | - |
| XYZ | 32.98 | 33.16 | 72.37 | - |
| YUV | 153.43 | 165.57 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 156 | 220 | 0.44 | 0.29 | 0 | 0.14 | 219.59 | 0.58 | 0.67 |
| Hex | 7B | 9C | DC | 2C | 1D | 0 | E | DC | 3A | 43 |
| Octal | 173 | 234 | 334 | 54 | 35 | 0 | 16 | 334 | 72 | 103 |
| Binary | 1111011 | 10011100 | 11011100 | 101100 | 11101 | 0 | 1110 | 11011100 | 111010 | 1000011 |
Color Harmonies of #7B9CDC
Complementary color
Monochromatic Colors of #7B9CDC
Black with #7B9CDC
Text Example
Text Example
White with #7B9CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9CDC; }
p { color: rgb(123,156,220); }
H1.HeaderClassName
{
color: #7B9CDC;
}
.AnyTagClassName
{
color: #7B9CDC;
}
</style>
background-color css
<style>
a { background-color: #7B9CDC; }
a { background-color: rgb(123,156,220); }
div.DivClassName
{
background-color: #7B9CDC;
}
.BgClassName
{
background-color: #7B9CDC;
}
</style>
border-color css
<style>
span { border-color: #7B9CDC; }
span { border-color: rgb(123,156,220); }
td.TdClassName
{
border-color: #7B9CDC;
}
.TagClassName
{
border-color: #7B9CDC;
}
</style>