#87A4EB

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

Shades of Jordy Blue #87A4EB

Tints of Jordy Blue #87A4EB

Color information

#87A4EB (or 0x87A4EB) is unknown color: approx Jordy Blue. HEX triplet: 87, A4 and EB. RGB value is (135,164,235). Sum of RGB (Red+Green+Blue) = 135+164+235=534 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.28% from 534); Green value is 164 (64.45% from 255 or 30.71% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #87A4EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A4EB is #785B14. Grayscale: #A3A3A3. Windows color (decimal): -7887637 or 15443079. OLE color: 15443079.

HSL color Cylindrical-coordinate representation of color #87A4EB: hue angle of 222.6º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87A4EB is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB135164235-
CMYK0.430.3000.08
HSL222.6º71.43%72.55%-
HSV(B)222.6º42.55%92.16%-
XYZ38.2637.783.86-
YUV163.42168.39107.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.28%
GREEN value IS 164 (64.45% from 255) = 30.71%
BLUE value IS 235 (92.19% from 255) = 44.01%
R=25.28%
G=30.71%
B=44.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1351642350.430.3000.08222.671.4372.55
Hex87A4EB2B1E08df4749
Octal2072443535336010337107111
Binary10000111101001001110101110101111110010001101111110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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