Shades of Jordy Blue #87A7FA
Tints of Jordy Blue #87A7FA
RGB
CMYK
RGB Variations
Color information
#87A7FA (or 0x87A7FA) is known color: Jordy Blue. HEX triplet: 87, A7 and FA. RGB value is (135,167,250). Sum of RGB (Red+Green+Blue) = 135+167+250=552 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.46% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #87A7FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A7FA is #785805. Grayscale: #A6A6A6. Windows color (decimal): -7886854 or 16426887. OLE color: 16426887.
HSL color Cylindrical-coordinate representation of color #87A7FA: hue angle of 223.3º 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 #87A7FA is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 167 | 250 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.02 |
| HSL | 223.3º | 0.92% | 0.75% | - |
| HSV(B) | 223.3º | 0.46% | 0.98% | - |
| XYZ | 41.07 | 39.69 | 95.94 | - |
| YUV | 166.89 | 174.9 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 167 | 250 | 0.46 | 0.33 | 0 | 0.02 | 223.3 | 0.92 | 0.75 |
| Hex | 87 | A7 | FA | 2E | 21 | 0 | 2 | DF | 5C | 4B |
| Octal | 207 | 247 | 372 | 56 | 41 | 0 | 2 | 337 | 134 | 113 |
| Binary | 10000111 | 10100111 | 11111010 | 101110 | 100001 | 0 | 10 | 11011111 | 1011100 | 1001011 |
Color Harmonies of #87A7FA
Complementary color
Monochromatic Colors of #87A7FA
Black with #87A7FA
Text Example
Text Example
White with #87A7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A7FA; }
p { color: rgb(135,167,250); }
H1.HeaderClassName
{
color: #87A7FA;
}
.AnyTagClassName
{
color: #87A7FA;
}
</style>
background-color css
<style>
a { background-color: #87A7FA; }
a { background-color: rgb(135,167,250); }
div.DivClassName
{
background-color: #87A7FA;
}
.BgClassName
{
background-color: #87A7FA;
}
</style>
border-color css
<style>
span { border-color: #87A7FA; }
span { border-color: rgb(135,167,250); }
td.TdClassName
{
border-color: #87A7FA;
}
.TagClassName
{
border-color: #87A7FA;
}
</style>