Shades of Jordy Blue #87A5DC
Tints of Jordy Blue #87A5DC
RGB
CMYK
RGB Variations
Color information
#87A5DC (or 0x87A5DC) is known color: Jordy Blue. HEX triplet: 87, A5 and DC. RGB value is (135,165,220). Sum of RGB (Red+Green+Blue) = 135+165+220=520 (68% of max value = 765). Red value is 135 (53.12% from 255 or 25.96% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #87A5DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A5DC is #785A23. Grayscale: #A2A2A2. Windows color (decimal): -7887396 or 14460295. OLE color: 14460295.
HSL color Cylindrical-coordinate representation of color #87A5DC: hue angle of 218.82º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87A5DC is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 165 | 220 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.14 |
| HSL | 218.82º | 0.55% | 0.7% | - |
| HSV(B) | 218.82º | 0.39% | 0.86% | - |
| XYZ | 36.37 | 37.23 | 72.98 | - |
| YUV | 162.3 | 160.56 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 165 | 220 | 0.39 | 0.25 | 0 | 0.14 | 218.82 | 0.55 | 0.7 |
| Hex | 87 | A5 | DC | 27 | 19 | 0 | E | DB | 37 | 46 |
| Octal | 207 | 245 | 334 | 47 | 31 | 0 | 16 | 333 | 67 | 106 |
| Binary | 10000111 | 10100101 | 11011100 | 100111 | 11001 | 0 | 1110 | 11011011 | 110111 | 1000110 |
Color Harmonies of #87A5DC
Complementary color
Monochromatic Colors of #87A5DC
Black with #87A5DC
Text Example
Text Example
White with #87A5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A5DC; }
p { color: rgb(135,165,220); }
H1.HeaderClassName
{
color: #87A5DC;
}
.AnyTagClassName
{
color: #87A5DC;
}
</style>
background-color css
<style>
a { background-color: #87A5DC; }
a { background-color: rgb(135,165,220); }
div.DivClassName
{
background-color: #87A5DC;
}
.BgClassName
{
background-color: #87A5DC;
}
</style>
border-color css
<style>
span { border-color: #87A5DC; }
span { border-color: rgb(135,165,220); }
td.TdClassName
{
border-color: #87A5DC;
}
.TagClassName
{
border-color: #87A5DC;
}
</style>