#87A7F1

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

Shades of Jordy Blue #87A7F1

Tints of Jordy Blue #87A7F1

Color information

#87A7F1 (or 0x87A7F1) is unknown color: approx Jordy Blue. HEX triplet: 87, A7 and F1. RGB value is (135,167,241). Sum of RGB (Red+Green+Blue) = 135+167+241=543 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.86% from 543); Green value is 167 (65.62% from 255 or 30.76% from 543); Blue value is 241 (94.53% from 255 or 44.38% from 543); Max value from RGB is 241 - color contains mainly: blue. Hex color #87A7F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A7F1 is #78580E. Grayscale: #A5A5A5. Windows color (decimal): -7886863 or 15837063. OLE color: 15837063.

HSL color Cylindrical-coordinate representation of color #87A7F1: hue angle of 221.89º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87A7F1 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB135167241-
CMYK0.440.3100.05
HSL221.89º79.1%73.73%-
HSV(B)221.89º43.98%94.51%-
XYZ39.6939.1488.68-
YUV165.87170.4105.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.86%
GREEN value IS 167 (65.62% from 255) = 30.76%
BLUE value IS 241 (94.53% from 255) = 44.38%
R=24.86%
G=30.76%
B=44.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1351672410.440.3100.05221.8979.173.73
Hex87A7F12C1F05de4f4a
Octal207247361543705336117112
Binary1000011110100111111100011011001111101011101111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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