Shades of Jordy Blue #7AA1DD
Tints of Jordy Blue #7AA1DD
RGB
CMYK
RGB Variations
Color information
#7AA1DD (or 0x7AA1DD) is known color: Jordy Blue. HEX triplet: 7A, A1 and DD. RGB value is (122,161,221). Sum of RGB (Red+Green+Blue) = 122+161+221=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #7AA1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA1DD is #855E22. Grayscale: #9B9B9B. Windows color (decimal): -8740387 or 14524794. OLE color: 14524794.
HSL color Cylindrical-coordinate representation of color #7AA1DD: hue angle of 216.36º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AA1DD is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 161 | 221 | - |
| CMYK | 0.45 | 0.27 | 0 | 0.13 |
| HSL | 216.36º | 0.59% | 0.67% | - |
| HSV(B) | 216.36º | 0.45% | 0.87% | - |
| XYZ | 33.82 | 34.85 | 73.35 | - |
| YUV | 156.18 | 164.58 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 161 | 221 | 0.45 | 0.27 | 0 | 0.13 | 216.36 | 0.59 | 0.67 |
| Hex | 7A | A1 | DD | 2D | 1B | 0 | D | D8 | 3B | 43 |
| Octal | 172 | 241 | 335 | 55 | 33 | 0 | 15 | 330 | 73 | 103 |
| Binary | 1111010 | 10100001 | 11011101 | 101101 | 11011 | 0 | 1101 | 11011000 | 111011 | 1000011 |
Color Harmonies of #7AA1DD
Complementary color
Monochromatic Colors of #7AA1DD
Black with #7AA1DD
Text Example
Text Example
White with #7AA1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA1DD; }
p { color: rgb(122,161,221); }
H1.HeaderClassName
{
color: #7AA1DD;
}
.AnyTagClassName
{
color: #7AA1DD;
}
</style>
background-color css
<style>
a { background-color: #7AA1DD; }
a { background-color: rgb(122,161,221); }
div.DivClassName
{
background-color: #7AA1DD;
}
.BgClassName
{
background-color: #7AA1DD;
}
</style>
border-color css
<style>
span { border-color: #7AA1DD; }
span { border-color: rgb(122,161,221); }
td.TdClassName
{
border-color: #7AA1DD;
}
.TagClassName
{
border-color: #7AA1DD;
}
</style>