Shades of Jordy Blue #84A3DA
Tints of Jordy Blue #84A3DA
RGB
CMYK
RGB Variations
Color information
#84A3DA (or 0x84A3DA) is known color: Jordy Blue. HEX triplet: 84, A3 and DA. RGB value is (132,163,218). Sum of RGB (Red+Green+Blue) = 132+163+218=513 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.73% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #84A3DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A3DA is #7B5C25. Grayscale: #9F9F9F. Windows color (decimal): -8084518 or 14328708. OLE color: 14328708.
HSL color Cylindrical-coordinate representation of color #84A3DA: hue angle of 218.37º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84A3DA is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 163 | 218 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.15 |
| HSL | 218.37º | 0.54% | 0.69% | - |
| HSV(B) | 218.37º | 0.39% | 0.85% | - |
| XYZ | 35.27 | 36.16 | 71.45 | - |
| YUV | 160 | 160.73 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 163 | 218 | 0.39 | 0.25 | 0 | 0.15 | 218.37 | 0.54 | 0.69 |
| Hex | 84 | A3 | DA | 27 | 19 | 0 | F | DA | 36 | 45 |
| Octal | 204 | 243 | 332 | 47 | 31 | 0 | 17 | 332 | 66 | 105 |
| Binary | 10000100 | 10100011 | 11011010 | 100111 | 11001 | 0 | 1111 | 11011010 | 110110 | 1000101 |
Color Harmonies of #84A3DA
Complementary color
Monochromatic Colors of #84A3DA
Black with #84A3DA
Text Example
Text Example
White with #84A3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A3DA; }
p { color: rgb(132,163,218); }
H1.HeaderClassName
{
color: #84A3DA;
}
.AnyTagClassName
{
color: #84A3DA;
}
</style>
background-color css
<style>
a { background-color: #84A3DA; }
a { background-color: rgb(132,163,218); }
div.DivClassName
{
background-color: #84A3DA;
}
.BgClassName
{
background-color: #84A3DA;
}
</style>
border-color css
<style>
span { border-color: #84A3DA; }
span { border-color: rgb(132,163,218); }
td.TdClassName
{
border-color: #84A3DA;
}
.TagClassName
{
border-color: #84A3DA;
}
</style>