#87A0EE

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

Shades of Portage #87A0EE

Tints of Portage #87A0EE

Color information

#87A0EE (or 0x87A0EE) is unknown color: approx Portage. HEX triplet: 87, A0 and EE. RGB value is (135,160,238). Sum of RGB (Red+Green+Blue) = 135+160+238=533 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.33% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #87A0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A0EE is #785F11. Grayscale: #A1A1A1. Windows color (decimal): -7888658 or 15638663. OLE color: 15638663.

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

Color convert

RGB135160238-
CMYK0.430.3300.07
HSL225.44º75.18%73.14%-
HSV(B)225.44º43.28%93.33%-
XYZ3836.4785.92-
YUV161.42171.22109.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.33%
GREEN value IS 160 (62.89% from 255) = 30.02%
BLUE value IS 238 (93.36% from 255) = 44.65%
R=25.33%
G=30.02%
B=44.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1351602380.430.3300.07225.4475.1873.14
Hex87A0EE2B2107e14b49
Octal207240356534107341113111
Binary10000111101000001110111010101110000101111110000110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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