Shades of Jordy Blue #84A0F7
Tints of Jordy Blue #84A0F7
RGB
CMYK
RGB Variations
Color information
#84A0F7 (or 0x84A0F7) is known color: Jordy Blue. HEX triplet: 84, A0 and F7. RGB value is (132,160,247). Sum of RGB (Red+Green+Blue) = 132+160+247=539 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.49% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 247 (96.88% from 255 or 45.83% from 539); Max value from RGB is 247 - color contains mainly: blue. Hex color #84A0F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A0F7 is #7B5F08. Grayscale: #A1A1A1. Windows color (decimal): -8085257 or 16228484. OLE color: 16228484.
HSL color Cylindrical-coordinate representation of color #84A0F7: hue angle of 225.39º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84A0F7 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 160 | 247 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.03 |
| HSL | 225.39º | 0.88% | 0.74% | - |
| HSV(B) | 225.39º | 0.47% | 0.97% | - |
| XYZ | 38.88 | 36.76 | 93.04 | - |
| YUV | 161.55 | 176.22 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 247 | 0.47 | 0.35 | 0 | 0.03 | 225.39 | 0.88 | 0.74 |
| Hex | 84 | A0 | F7 | 2F | 23 | 0 | 3 | E1 | 58 | 4A |
| Octal | 204 | 240 | 367 | 57 | 43 | 0 | 3 | 341 | 130 | 112 |
| Binary | 10000100 | 10100000 | 11110111 | 101111 | 100011 | 0 | 11 | 11100001 | 1011000 | 1001010 |
Color Harmonies of #84A0F7
Complementary color
Monochromatic Colors of #84A0F7
Black with #84A0F7
Text Example
Text Example
White with #84A0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A0F7; }
p { color: rgb(132,160,247); }
H1.HeaderClassName
{
color: #84A0F7;
}
.AnyTagClassName
{
color: #84A0F7;
}
</style>
background-color css
<style>
a { background-color: #84A0F7; }
a { background-color: rgb(132,160,247); }
div.DivClassName
{
background-color: #84A0F7;
}
.BgClassName
{
background-color: #84A0F7;
}
</style>
border-color css
<style>
span { border-color: #84A0F7; }
span { border-color: rgb(132,160,247); }
td.TdClassName
{
border-color: #84A0F7;
}
.TagClassName
{
border-color: #84A0F7;
}
</style>