Shades of Jordy Blue #84A1FF
Tints of Jordy Blue #84A1FF
RGB
CMYK
RGB Variations
Color information
#84A1FF (or 0x84A1FF) is known color: Jordy Blue. HEX triplet: 84, A1 and FF. RGB value is (132,161,255). Sum of RGB (Red+Green+Blue) = 132+161+255=548 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.09% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #84A1FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A1FF is #7B5E00. Grayscale: #A2A2A2. Windows color (decimal): -8084993 or 16753028. OLE color: 16753028.
HSL color Cylindrical-coordinate representation of color #84A1FF: hue angle of 225.85º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84A1FF is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 161 | 255 | - |
| CMYK | 0.48 | 0.37 | 0 | 0 |
| HSL | 225.85º | 1% | 0.76% | - |
| HSV(B) | 225.85º | 0.48% | 1% | - |
| XYZ | 40.31 | 37.62 | 99.74 | - |
| YUV | 163.05 | 179.89 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 255 | 0.48 | 0.37 | 0 | 0 | 225.85 | 1 | 0.76 |
| Hex | 84 | A1 | FF | 30 | 25 | 0 | 0 | E2 | 64 | 4C |
| Octal | 204 | 241 | 377 | 60 | 45 | 0 | 0 | 342 | 144 | 114 |
| Binary | 10000100 | 10100001 | 11111111 | 110000 | 100101 | 0 | 0 | 11100010 | 1100100 | 1001100 |
Color Harmonies of #84A1FF
Complementary color
Monochromatic Colors of #84A1FF
Black with #84A1FF
Text Example
Text Example
White with #84A1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A1FF; }
p { color: rgb(132,161,255); }
H1.HeaderClassName
{
color: #84A1FF;
}
.AnyTagClassName
{
color: #84A1FF;
}
</style>
background-color css
<style>
a { background-color: #84A1FF; }
a { background-color: rgb(132,161,255); }
div.DivClassName
{
background-color: #84A1FF;
}
.BgClassName
{
background-color: #84A1FF;
}
</style>
border-color css
<style>
span { border-color: #84A1FF; }
span { border-color: rgb(132,161,255); }
td.TdClassName
{
border-color: #84A1FF;
}
.TagClassName
{
border-color: #84A1FF;
}
</style>