Shades of Jordy Blue #84A4DB
Tints of Jordy Blue #84A4DB
RGB
CMYK
RGB Variations
Color information
#84A4DB (or 0x84A4DB) is known color: Jordy Blue. HEX triplet: 84, A4 and DB. RGB value is (132,164,219). Sum of RGB (Red+Green+Blue) = 132+164+219=515 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.63% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #84A4DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A4DB is #7B5B24. Grayscale: #A0A0A0. Windows color (decimal): -8084261 or 14394500. OLE color: 14394500.
HSL color Cylindrical-coordinate representation of color #84A4DB: hue angle of 217.93º 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 #84A4DB is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 164 | 219 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.14 |
| HSL | 217.93º | 0.55% | 0.69% | - |
| HSV(B) | 217.93º | 0.4% | 0.86% | - |
| XYZ | 35.58 | 36.57 | 72.2 | - |
| YUV | 160.7 | 160.9 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 164 | 219 | 0.40 | 0.25 | 0 | 0.14 | 217.93 | 0.55 | 0.69 |
| Hex | 84 | A4 | DB | 28 | 19 | 0 | E | DA | 37 | 45 |
| Octal | 204 | 244 | 333 | 50 | 31 | 0 | 16 | 332 | 67 | 105 |
| Binary | 10000100 | 10100100 | 11011011 | 101000 | 11001 | 0 | 1110 | 11011010 | 110111 | 1000101 |
Color Harmonies of #84A4DB
Complementary color
Monochromatic Colors of #84A4DB
Black with #84A4DB
Text Example
Text Example
White with #84A4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A4DB; }
p { color: rgb(132,164,219); }
H1.HeaderClassName
{
color: #84A4DB;
}
.AnyTagClassName
{
color: #84A4DB;
}
</style>
background-color css
<style>
a { background-color: #84A4DB; }
a { background-color: rgb(132,164,219); }
div.DivClassName
{
background-color: #84A4DB;
}
.BgClassName
{
background-color: #84A4DB;
}
</style>
border-color css
<style>
span { border-color: #84A4DB; }
span { border-color: rgb(132,164,219); }
td.TdClassName
{
border-color: #84A4DB;
}
.TagClassName
{
border-color: #84A4DB;
}
</style>