Shades of Jordy Blue #7B9CDE
Tints of Jordy Blue #7B9CDE
RGB
CMYK
RGB Variations
Color information
#7B9CDE (or 0x7B9CDE) is known color: Jordy Blue. HEX triplet: 7B, 9C and DE. RGB value is (123,156,222). Sum of RGB (Red+Green+Blue) = 123+156+222=501 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.55% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B9CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9CDE is #846321. Grayscale: #999999. Windows color (decimal): -8676130 or 14589051. OLE color: 14589051.
HSL color Cylindrical-coordinate representation of color #7B9CDE: hue angle of 220º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B9CDE is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 156 | 222 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.13 |
| HSL | 220º | 0.6% | 0.68% | - |
| HSV(B) | 220º | 0.45% | 0.87% | - |
| XYZ | 33.24 | 33.26 | 73.78 | - |
| YUV | 153.66 | 166.57 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 156 | 222 | 0.45 | 0.30 | 0 | 0.13 | 220 | 0.6 | 0.68 |
| Hex | 7B | 9C | DE | 2D | 1E | 0 | D | DC | 3C | 44 |
| Octal | 173 | 234 | 336 | 55 | 36 | 0 | 15 | 334 | 74 | 104 |
| Binary | 1111011 | 10011100 | 11011110 | 101101 | 11110 | 0 | 1101 | 11011100 | 111100 | 1000100 |
Color Harmonies of #7B9CDE
Complementary color
Monochromatic Colors of #7B9CDE
Black with #7B9CDE
Text Example
Text Example
White with #7B9CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9CDE; }
p { color: rgb(123,156,222); }
H1.HeaderClassName
{
color: #7B9CDE;
}
.AnyTagClassName
{
color: #7B9CDE;
}
</style>
background-color css
<style>
a { background-color: #7B9CDE; }
a { background-color: rgb(123,156,222); }
div.DivClassName
{
background-color: #7B9CDE;
}
.BgClassName
{
background-color: #7B9CDE;
}
</style>
border-color css
<style>
span { border-color: #7B9CDE; }
span { border-color: rgb(123,156,222); }
td.TdClassName
{
border-color: #7B9CDE;
}
.TagClassName
{
border-color: #7B9CDE;
}
</style>