#87A2EE

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

Shades of Portage #87A2EE

Tints of Portage #87A2EE

Color information

#87A2EE (or 0x87A2EE) is unknown color: approx Portage. HEX triplet: 87, A2 and EE. RGB value is (135,162,238). Sum of RGB (Red+Green+Blue) = 135+162+238=535 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.23% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #87A2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A2EE is #785D11. Grayscale: #A2A2A2. Windows color (decimal): -7888146 or 15639175. OLE color: 15639175.

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

Color convert

RGB135162238-
CMYK0.430.3200.07
HSL224.27º75.18%73.14%-
HSV(B)224.27º43.28%93.33%-
XYZ38.3437.1686.04-
YUV162.59170.55108.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.23%
GREEN value IS 162 (63.67% from 255) = 30.28%
BLUE value IS 238 (93.36% from 255) = 44.49%
R=25.23%
G=30.28%
B=44.49%

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
Decimal1351622380.430.3200.07224.2775.1873.14
Hex87A2EE2B2007e04b49
Octal207242356534007340113111
Binary10000111101000101110111010101110000001111110000010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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