#87A3FF

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

Shades of Jordy Blue #87A3FF

Tints of Jordy Blue #87A3FF

Color information

#87A3FF (or 0x87A3FF) is unknown color: approx Jordy Blue. HEX triplet: 87, A3 and FF. RGB value is (135,163,255). Sum of RGB (Red+Green+Blue) = 135+163+255=553 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.41% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #87A3FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A3FF is #785C00. Grayscale: #A4A4A4. Windows color (decimal): -7887873 or 16753543. OLE color: 16753543.

HSL color Cylindrical-coordinate representation of color #87A3FF: hue angle of 226º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87A3FF is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB135163255-
CMYK0.470.3600
HSL226º100%76.47%-
HSV(B)226º47.06%100%-
XYZ41.1438.5799.88-
YUV165.12178.72106.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.41%
GREEN value IS 163 (64.06% from 255) = 29.48%
BLUE value IS 255 (100% from 255) = 46.11%
R=24.41%
G=29.48%
B=46.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1351632550.470.360022610076.47
Hex87A3FF2F2400e2644c
Octal207243377574400342144114
Binary100001111010001111111111101111100100001110001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,163,255); }

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

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

 a { background-color: rgb(135,163,255); }

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

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

 span { border-color: rgb(135,163,255); }

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