#87A4E1

Color #87A4E1 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #87A4E1

Tints of Jordy Blue #87A4E1

Color information

#87A4E1 (or 0x87A4E1) is unknown color: approx Jordy Blue. HEX triplet: 87, A4 and E1. RGB value is (135,164,225). Sum of RGB (Red+Green+Blue) = 135+164+225=524 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.76% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 225 (88.28% from 255 or 42.94% from 524); Max value from RGB is 225 - color contains mainly: blue. Hex color #87A4E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A4E1 is #785B1E. Grayscale: #A2A2A2. Windows color (decimal): -7887647 or 14787719. OLE color: 14787719.

HSL color Cylindrical-coordinate representation of color #87A4E1: hue angle of 220.67º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87A4E1 is Cyan = 0.4, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB135164225-
CMYK0.40.2700.12
HSL220.67º60%70.59%-
HSV(B)220.67º40%88.24%-
XYZ36.8637.1476.46-
YUV162.28163.39108.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 25.76%
GREEN value IS 164 (64.45% from 255) = 31.30%
BLUE value IS 225 (88.28% from 255) = 42.94%
R=25.76%
G=31.30%
B=42.94%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1351642250.40.2700.12220.676070.59
Hex87A4E1281B0Cdd3c47
Octal207244341503301433574107
Binary1000011110100100111000011010001101101100110111011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87A4E1; }

 p { color: rgb(135,164,225); }

 H1.HeaderClassName
 {
   color: #87A4E1;
 }
 .AnyTagClassName
 {
   color: #87A4E1;
 }
</style>
background-color css

<style>
 a { background-color: #87A4E1; }

 a { background-color: rgb(135,164,225); }

 div.DivClassName
 {
   background-color: #87A4E1;
 }
 .BgClassName
 {
   background-color: #87A4E1;
 }
</style>
border-color css

<style>
 span { border-color: #87A4E1; }

 span { border-color: rgb(135,164,225); }

 td.TdClassName
 {
   border-color: #87A4E1;
 }
 .TagClassName
 {
   border-color: #87A4E1;
 }
</style>