Shades of Jordy Blue #87A3FA
Tints of Jordy Blue #87A3FA
RGB
CMYK
RGB Variations
Color information
#87A3FA (or 0x87A3FA) is known color: Jordy Blue. HEX triplet: 87, A3 and FA. RGB value is (135,163,250). Sum of RGB (Red+Green+Blue) = 135+163+250=548 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.64% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #87A3FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A3FA is #785C05. Grayscale: #A4A4A4. Windows color (decimal): -7887878 or 16425863. OLE color: 16425863.
HSL color Cylindrical-coordinate representation of color #87A3FA: hue angle of 225.39º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87A3FA is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 163 | 250 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.02 |
| HSL | 225.39º | 0.92% | 0.75% | - |
| HSV(B) | 225.39º | 0.46% | 0.98% | - |
| XYZ | 40.34 | 38.25 | 95.7 | - |
| YUV | 164.55 | 176.22 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 163 | 250 | 0.46 | 0.35 | 0 | 0.02 | 225.39 | 0.92 | 0.75 |
| Hex | 87 | A3 | FA | 2E | 23 | 0 | 2 | E1 | 5C | 4B |
| Octal | 207 | 243 | 372 | 56 | 43 | 0 | 2 | 341 | 134 | 113 |
| Binary | 10000111 | 10100011 | 11111010 | 101110 | 100011 | 0 | 10 | 11100001 | 1011100 | 1001011 |
Color Harmonies of #87A3FA
Complementary color
Monochromatic Colors of #87A3FA
Black with #87A3FA
Text Example
Text Example
White with #87A3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A3FA; }
p { color: rgb(135,163,250); }
H1.HeaderClassName
{
color: #87A3FA;
}
.AnyTagClassName
{
color: #87A3FA;
}
</style>
background-color css
<style>
a { background-color: #87A3FA; }
a { background-color: rgb(135,163,250); }
div.DivClassName
{
background-color: #87A3FA;
}
.BgClassName
{
background-color: #87A3FA;
}
</style>
border-color css
<style>
span { border-color: #87A3FA; }
span { border-color: rgb(135,163,250); }
td.TdClassName
{
border-color: #87A3FA;
}
.TagClassName
{
border-color: #87A3FA;
}
</style>