Shades of Jordy Blue #84A3DB
Tints of Jordy Blue #84A3DB
RGB
CMYK
RGB Variations
Color information
#84A3DB (or 0x84A3DB) is known color: Jordy Blue. HEX triplet: 84, A3 and DB. RGB value is (132,163,219). Sum of RGB (Red+Green+Blue) = 132+163+219=514 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.68% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #84A3DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A3DB is #7B5C24. Grayscale: #9F9F9F. Windows color (decimal): -8084517 or 14394244. OLE color: 14394244.
HSL color Cylindrical-coordinate representation of color #84A3DB: hue angle of 218.62º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84A3DB is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 163 | 219 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.14 |
| HSL | 218.62º | 0.55% | 0.69% | - |
| HSV(B) | 218.62º | 0.4% | 0.86% | - |
| XYZ | 35.4 | 36.21 | 72.14 | - |
| YUV | 160.12 | 161.23 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 163 | 219 | 0.40 | 0.26 | 0 | 0.14 | 218.62 | 0.55 | 0.69 |
| Hex | 84 | A3 | DB | 28 | 1A | 0 | E | DB | 37 | 45 |
| Octal | 204 | 243 | 333 | 50 | 32 | 0 | 16 | 333 | 67 | 105 |
| Binary | 10000100 | 10100011 | 11011011 | 101000 | 11010 | 0 | 1110 | 11011011 | 110111 | 1000101 |
Color Harmonies of #84A3DB
Complementary color
Monochromatic Colors of #84A3DB
Black with #84A3DB
Text Example
Text Example
White with #84A3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A3DB; }
p { color: rgb(132,163,219); }
H1.HeaderClassName
{
color: #84A3DB;
}
.AnyTagClassName
{
color: #84A3DB;
}
</style>
background-color css
<style>
a { background-color: #84A3DB; }
a { background-color: rgb(132,163,219); }
div.DivClassName
{
background-color: #84A3DB;
}
.BgClassName
{
background-color: #84A3DB;
}
</style>
border-color css
<style>
span { border-color: #84A3DB; }
span { border-color: rgb(132,163,219); }
td.TdClassName
{
border-color: #84A3DB;
}
.TagClassName
{
border-color: #84A3DB;
}
</style>