Shades of Jordy Blue #7B9CDF
Tints of Jordy Blue #7B9CDF
RGB
CMYK
RGB Variations
Color information
#7B9CDF (or 0x7B9CDF) is known color: Jordy Blue. HEX triplet: 7B, 9C and DF. RGB value is (123,156,223). Sum of RGB (Red+Green+Blue) = 123+156+223=502 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.50% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B9CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9CDF is #846320. Grayscale: #999999. Windows color (decimal): -8676129 or 14654587. OLE color: 14654587.
HSL color Cylindrical-coordinate representation of color #7B9CDF: hue angle of 220.2º degrees, saturation: 0.61, 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 #7B9CDF is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 156 | 223 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.13 |
| HSL | 220.2º | 0.61% | 0.68% | - |
| HSV(B) | 220.2º | 0.45% | 0.87% | - |
| XYZ | 33.38 | 33.32 | 74.48 | - |
| YUV | 153.77 | 167.07 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 156 | 223 | 0.45 | 0.30 | 0 | 0.13 | 220.2 | 0.61 | 0.68 |
| Hex | 7B | 9C | DF | 2D | 1E | 0 | D | DC | 3D | 44 |
| Octal | 173 | 234 | 337 | 55 | 36 | 0 | 15 | 334 | 75 | 104 |
| Binary | 1111011 | 10011100 | 11011111 | 101101 | 11110 | 0 | 1101 | 11011100 | 111101 | 1000100 |
Color Harmonies of #7B9CDF
Complementary color
Monochromatic Colors of #7B9CDF
Black with #7B9CDF
Text Example
Text Example
White with #7B9CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9CDF; }
p { color: rgb(123,156,223); }
H1.HeaderClassName
{
color: #7B9CDF;
}
.AnyTagClassName
{
color: #7B9CDF;
}
</style>
background-color css
<style>
a { background-color: #7B9CDF; }
a { background-color: rgb(123,156,223); }
div.DivClassName
{
background-color: #7B9CDF;
}
.BgClassName
{
background-color: #7B9CDF;
}
</style>
border-color css
<style>
span { border-color: #7B9CDF; }
span { border-color: rgb(123,156,223); }
td.TdClassName
{
border-color: #7B9CDF;
}
.TagClassName
{
border-color: #7B9CDF;
}
</style>