#87a7e7

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

Shades of Jordy Blue #87A7E7

Tints of Jordy Blue #87A7E7

Color information

#87A7E7 (or 0x87A7E7) is unknown color: approx Jordy Blue. HEX triplet: 87, A7 and E7. RGB value is (135,167,231). Sum of RGB (Red+Green+Blue) = 135+167+231=533 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.33% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 231 (90.62% from 255 or 43.34% from 533); Max value from RGB is 231 - color contains mainly: blue. Hex color #87A7E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A7E7 is #785818. Grayscale: #A4A4A4. Windows color (decimal): -7886873 or 15181703. OLE color: 15181703.

HSL color Cylindrical-coordinate representation of color #87A7E7: hue angle of 220º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87A7E7 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB135167231-
CMYK0.420.2800.09
HSL220º66.67%71.76%-
HSV(B)220º41.56%90.59%-
XYZ38.2338.5681.03-
YUV164.73165.4106.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.33%
GREEN value IS 167 (65.62% from 255) = 31.33%
BLUE value IS 231 (90.62% from 255) = 43.34%
R=25.33%
G=31.33%
B=43.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1351672310.420.2800.0922066.6771.76
Hex87A7E72A1C09dc4348
Octal2072473475234011334103110
Binary10000111101001111110011110101011100010011101110010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87a7e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,167,231); }

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

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

 a { background-color: rgb(135,167,231); }

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

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

 span { border-color: rgb(135,167,231); }

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