Shades of Jordy Blue #7396CE
Tints of Jordy Blue #7396CE
RGB
CMYK
RGB Variations
Color information
#7396CE (or 0x7396CE) is known color: Jordy Blue. HEX triplet: 73, 96 and CE. RGB value is (115,150,206). Sum of RGB (Red+Green+Blue) = 115+150+206=471 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.42% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #7396CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7396CE is #8C6931. Grayscale: #919191. Windows color (decimal): -9201970 or 13538931. OLE color: 13538931.
HSL color Cylindrical-coordinate representation of color #7396CE: hue angle of 216.92º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7396CE is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 150 | 206 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.19 |
| HSL | 216.92º | 0.48% | 0.63% | - |
| HSV(B) | 216.92º | 0.44% | 0.81% | - |
| XYZ | 29.12 | 29.91 | 62.63 | - |
| YUV | 145.92 | 161.9 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 150 | 206 | 0.44 | 0.27 | 0 | 0.19 | 216.92 | 0.48 | 0.63 |
| Hex | 73 | 96 | CE | 2C | 1B | 0 | 13 | D9 | 30 | 3F |
| Octal | 163 | 226 | 316 | 54 | 33 | 0 | 23 | 331 | 60 | 77 |
| Binary | 1110011 | 10010110 | 11001110 | 101100 | 11011 | 0 | 10011 | 11011001 | 110000 | 111111 |
Color Harmonies of #7396CE
Complementary color
Monochromatic Colors of #7396CE
Black with #7396CE
Text Example
Text Example
White with #7396CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7396CE; }
p { color: rgb(115,150,206); }
H1.HeaderClassName
{
color: #7396CE;
}
.AnyTagClassName
{
color: #7396CE;
}
</style>
background-color css
<style>
a { background-color: #7396CE; }
a { background-color: rgb(115,150,206); }
div.DivClassName
{
background-color: #7396CE;
}
.BgClassName
{
background-color: #7396CE;
}
</style>
border-color css
<style>
span { border-color: #7396CE; }
span { border-color: rgb(115,150,206); }
td.TdClassName
{
border-color: #7396CE;
}
.TagClassName
{
border-color: #7396CE;
}
</style>