Shades of Jordy Blue #7597D5
Tints of Jordy Blue #7597D5
RGB
CMYK
RGB Variations
Color information
#7597D5 (or 0x7597D5) is known color: Jordy Blue. HEX triplet: 75, 97 and D5. RGB value is (117,151,213). Sum of RGB (Red+Green+Blue) = 117+151+213=481 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.32% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #7597D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7597D5 is #8A682A. Grayscale: #939393. Windows color (decimal): -9070635 or 13997941. OLE color: 13997941.
HSL color Cylindrical-coordinate representation of color #7597D5: hue angle of 218.75º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7597D5 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 151 | 213 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.16 |
| HSL | 218.75º | 0.53% | 0.65% | - |
| HSV(B) | 218.75º | 0.45% | 0.84% | - |
| XYZ | 30.41 | 30.72 | 67.28 | - |
| YUV | 147.9 | 164.74 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 151 | 213 | 0.45 | 0.29 | 0 | 0.16 | 218.75 | 0.53 | 0.65 |
| Hex | 75 | 97 | D5 | 2D | 1D | 0 | 10 | DB | 35 | 41 |
| Octal | 165 | 227 | 325 | 55 | 35 | 0 | 20 | 333 | 65 | 101 |
| Binary | 1110101 | 10010111 | 11010101 | 101101 | 11101 | 0 | 10000 | 11011011 | 110101 | 1000001 |
Color Harmonies of #7597D5
Complementary color
Monochromatic Colors of #7597D5
Black with #7597D5
Text Example
Text Example
White with #7597D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7597D5; }
p { color: rgb(117,151,213); }
H1.HeaderClassName
{
color: #7597D5;
}
.AnyTagClassName
{
color: #7597D5;
}
</style>
background-color css
<style>
a { background-color: #7597D5; }
a { background-color: rgb(117,151,213); }
div.DivClassName
{
background-color: #7597D5;
}
.BgClassName
{
background-color: #7597D5;
}
</style>
border-color css
<style>
span { border-color: #7597D5; }
span { border-color: rgb(117,151,213); }
td.TdClassName
{
border-color: #7597D5;
}
.TagClassName
{
border-color: #7597D5;
}
</style>