Shades of Jordy Blue #84A2FF
Tints of Jordy Blue #84A2FF
RGB
CMYK
RGB Variations
Color information
#84A2FF (or 0x84A2FF) is known color: Jordy Blue. HEX triplet: 84, A2 and FF. RGB value is (132,162,255). Sum of RGB (Red+Green+Blue) = 132+162+255=549 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.04% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #84A2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A2FF is #7B5D00. Grayscale: #A3A3A3. Windows color (decimal): -8084737 or 16753284. OLE color: 16753284.
HSL color Cylindrical-coordinate representation of color #84A2FF: hue angle of 225.37º 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 #84A2FF is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 162 | 255 | - |
| CMYK | 0.48 | 0.36 | 0 | 0 |
| HSL | 225.37º | 1% | 0.76% | - |
| HSV(B) | 225.37º | 0.48% | 1% | - |
| XYZ | 40.49 | 37.97 | 99.8 | - |
| YUV | 163.63 | 179.56 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 255 | 0.48 | 0.36 | 0 | 0 | 225.37 | 1 | 0.76 |
| Hex | 84 | A2 | FF | 30 | 24 | 0 | 0 | E1 | 64 | 4C |
| Octal | 204 | 242 | 377 | 60 | 44 | 0 | 0 | 341 | 144 | 114 |
| Binary | 10000100 | 10100010 | 11111111 | 110000 | 100100 | 0 | 0 | 11100001 | 1100100 | 1001100 |
Color Harmonies of #84A2FF
Complementary color
Monochromatic Colors of #84A2FF
Black with #84A2FF
Text Example
Text Example
White with #84A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A2FF; }
p { color: rgb(132,162,255); }
H1.HeaderClassName
{
color: #84A2FF;
}
.AnyTagClassName
{
color: #84A2FF;
}
</style>
background-color css
<style>
a { background-color: #84A2FF; }
a { background-color: rgb(132,162,255); }
div.DivClassName
{
background-color: #84A2FF;
}
.BgClassName
{
background-color: #84A2FF;
}
</style>
border-color css
<style>
span { border-color: #84A2FF; }
span { border-color: rgb(132,162,255); }
td.TdClassName
{
border-color: #84A2FF;
}
.TagClassName
{
border-color: #84A2FF;
}
</style>