#87A7EA

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

Shades of Jordy Blue #87A7EA

Tints of Jordy Blue #87A7EA

Color information

#87A7EA (or 0x87A7EA) is unknown color: approx Jordy Blue. HEX triplet: 87, A7 and EA. RGB value is (135,167,234). Sum of RGB (Red+Green+Blue) = 135+167+234=536 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.19% from 536); Green value is 167 (65.62% from 255 or 31.16% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #87A7EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A7EA is #785815. Grayscale: #A4A4A4. Windows color (decimal): -7886870 or 15378311. OLE color: 15378311.

HSL color Cylindrical-coordinate representation of color #87A7EA: hue angle of 220.61º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87A7EA is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB135167234-
CMYK0.420.2900.08
HSL220.61º70.21%72.35%-
HSV(B)220.61º42.31%91.76%-
XYZ38.6638.7383.28-
YUV165.07166.9106.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.19%
GREEN value IS 167 (65.62% from 255) = 31.16%
BLUE value IS 234 (91.80% from 255) = 43.66%
R=25.19%
G=31.16%
B=43.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1351672340.420.2900.08220.6170.2172.35
Hex87A7EA2A1D08dd4648
Octal2072473525235010335106110
Binary10000111101001111110101010101011101010001101110110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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