#87A3EE

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

Shades of Portage #87A3EE

Tints of Portage #87A3EE

Color information

#87A3EE (or 0x87A3EE) is unknown color: approx Portage. HEX triplet: 87, A3 and EE. RGB value is (135,163,238). Sum of RGB (Red+Green+Blue) = 135+163+238=536 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.19% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #87A3EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A3EE is #785C11. Grayscale: #A2A2A2. Windows color (decimal): -7887890 or 15639431. OLE color: 15639431.

HSL color Cylindrical-coordinate representation of color #87A3EE: hue angle of 223.69º degrees, saturation: 0.75, 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 #87A3EE is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB135163238-
CMYK0.430.3200.07
HSL223.69º75.18%73.14%-
HSV(B)223.69º43.28%93.33%-
XYZ38.5237.5286.1-
YUV163.18170.22107.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.19%
GREEN value IS 163 (64.06% from 255) = 30.41%
BLUE value IS 238 (93.36% from 255) = 44.40%
R=25.19%
G=30.41%
B=44.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1351632380.430.3200.07223.6975.1873.14
Hex87A3EE2B2007e04b49
Octal207243356534007340113111
Binary10000111101000111110111010101110000001111110000010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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