Shades of Jordy Blue #87A3FB
Tints of Jordy Blue #87A3FB
RGB
CMYK
RGB Variations
Color information
#87A3FB (or 0x87A3FB) is known color: Jordy Blue. HEX triplet: 87, A3 and FB. RGB value is (135,163,251). Sum of RGB (Red+Green+Blue) = 135+163+251=549 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.59% from 549); Green value is 163 (64.06% from 255 or 29.69% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #87A3FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A3FB is #785C04. Grayscale: #A4A4A4. Windows color (decimal): -7887877 or 16491399. OLE color: 16491399.
HSL color Cylindrical-coordinate representation of color #87A3FB: hue angle of 225.52º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87A3FB is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 163 | 251 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.02 |
| HSL | 225.52º | 0.94% | 0.76% | - |
| HSV(B) | 225.52º | 0.46% | 0.98% | - |
| XYZ | 40.5 | 38.31 | 96.53 | - |
| YUV | 164.66 | 176.72 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 163 | 251 | 0.46 | 0.35 | 0 | 0.02 | 225.52 | 0.94 | 0.76 |
| Hex | 87 | A3 | FB | 2E | 23 | 0 | 2 | E2 | 5E | 4C |
| Octal | 207 | 243 | 373 | 56 | 43 | 0 | 2 | 342 | 136 | 114 |
| Binary | 10000111 | 10100011 | 11111011 | 101110 | 100011 | 0 | 10 | 11100010 | 1011110 | 1001100 |
Color Harmonies of #87A3FB
Complementary color
Monochromatic Colors of #87A3FB
Black with #87A3FB
Text Example
Text Example
White with #87A3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A3FB; }
p { color: rgb(135,163,251); }
H1.HeaderClassName
{
color: #87A3FB;
}
.AnyTagClassName
{
color: #87A3FB;
}
</style>
background-color css
<style>
a { background-color: #87A3FB; }
a { background-color: rgb(135,163,251); }
div.DivClassName
{
background-color: #87A3FB;
}
.BgClassName
{
background-color: #87A3FB;
}
</style>
border-color css
<style>
span { border-color: #87A3FB; }
span { border-color: rgb(135,163,251); }
td.TdClassName
{
border-color: #87A3FB;
}
.TagClassName
{
border-color: #87A3FB;
}
</style>