#87A3EC

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

Shades of Portage #87A3EC

Tints of Portage #87A3EC

Color information

#87A3EC (or 0x87A3EC) is unknown color: approx Portage. HEX triplet: 87, A3 and EC. RGB value is (135,163,236). Sum of RGB (Red+Green+Blue) = 135+163+236=534 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.28% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #87A3EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A3EC is #785C13. Grayscale: #A2A2A2. Windows color (decimal): -7887892 or 15508359. OLE color: 15508359.

HSL color Cylindrical-coordinate representation of color #87A3EC: hue angle of 223.37º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87A3EC is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB135163236-
CMYK0.430.3100.07
HSL223.37º72.66%72.75%-
HSV(B)223.37º42.8%92.55%-
XYZ38.2337.484.56-
YUV162.95169.22108.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.28%
GREEN value IS 163 (64.06% from 255) = 30.52%
BLUE value IS 236 (92.58% from 255) = 44.19%
R=25.28%
G=30.52%
B=44.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1351632360.430.3100.07223.3772.6672.75
Hex87A3EC2B1F07df4949
Octal207243354533707337111111
Binary1000011110100011111011001010111111101111101111110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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