#87A2DA

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

Shades of Portage #87A2DA

Tints of Portage #87A2DA

Color information

#87A2DA (or 0x87A2DA) is unknown color: approx Portage. HEX triplet: 87, A2 and DA. RGB value is (135,162,218). Sum of RGB (Red+Green+Blue) = 135+162+218=515 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.21% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #87A2DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A2DA is #785D25. Grayscale: #A0A0A0. Windows color (decimal): -7888166 or 14328455. OLE color: 14328455.

HSL color Cylindrical-coordinate representation of color #87A2DA: hue angle of 220.48º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87A2DA is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB135162218-
CMYK0.380.2600.15
HSL220.48º52.87%69.22%-
HSV(B)220.48º38.07%85.49%-
XYZ35.5736.0571.41-
YUV160.31160.55109.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.21%
GREEN value IS 162 (63.67% from 255) = 31.46%
BLUE value IS 218 (85.55% from 255) = 42.33%
R=26.21%
G=31.46%
B=42.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1351622180.380.2600.15220.4852.8769.22
Hex87A2DA261A0Fdc3545
Octal207242332463201733465105
Binary1000011110100010110110101001101101001111110111001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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