Shades of Jordy Blue #87A4F4
Tints of Jordy Blue #87A4F4
RGB
CMYK
RGB Variations
Color information
#87A4F4 (or 0x87A4F4) is known color: Jordy Blue. HEX triplet: 87, A4 and F4. RGB value is (135,164,244). Sum of RGB (Red+Green+Blue) = 135+164+244=543 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.86% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 244 (95.70% from 255 or 44.94% from 543); Max value from RGB is 244 - color contains mainly: blue. Hex color #87A4F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A4F4 is #785B0B. Grayscale: #A4A4A4. Windows color (decimal): -7887628 or 16032903. OLE color: 16032903.
HSL color Cylindrical-coordinate representation of color #87A4F4: hue angle of 224.04º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87A4F4 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 135 | 164 | 244 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.04 |
| HSL | 224.04º | 0.83% | 0.74% | - |
| HSV(B) | 224.04º | 0.45% | 0.96% | - |
| XYZ | 39.6 | 38.23 | 90.88 | - |
| YUV | 164.45 | 172.89 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 164 | 244 | 0.45 | 0.33 | 0 | 0.04 | 224.04 | 0.83 | 0.74 |
| Hex | 87 | A4 | F4 | 2D | 21 | 0 | 4 | E0 | 53 | 4A |
| Octal | 207 | 244 | 364 | 55 | 41 | 0 | 4 | 340 | 123 | 112 |
| Binary | 10000111 | 10100100 | 11110100 | 101101 | 100001 | 0 | 100 | 11100000 | 1010011 | 1001010 |
Color Harmonies of #87A4F4
Complementary color
Monochromatic Colors of #87A4F4
Black with #87A4F4
Text Example
Text Example
White with #87A4F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A4F4; }
p { color: rgb(135,164,244); }
H1.HeaderClassName
{
color: #87A4F4;
}
.AnyTagClassName
{
color: #87A4F4;
}
</style>
background-color css
<style>
a { background-color: #87A4F4; }
a { background-color: rgb(135,164,244); }
div.DivClassName
{
background-color: #87A4F4;
}
.BgClassName
{
background-color: #87A4F4;
}
</style>
border-color css
<style>
span { border-color: #87A4F4; }
span { border-color: rgb(135,164,244); }
td.TdClassName
{
border-color: #87A4F4;
}
.TagClassName
{
border-color: #87A4F4;
}
</style>