#878AEA

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

Shades of Portage #878AEA

Tints of Portage #878AEA

Color information

#878AEA (or 0x878AEA) is unknown color: approx Portage. HEX triplet: 87, 8A and EA. RGB value is (135,138,234). Sum of RGB (Red+Green+Blue) = 135+138+234=507 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.63% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #878AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878AEA is #787515. Grayscale: #939393. Windows color (decimal): -7894294 or 15370887. OLE color: 15370887.

HSL color Cylindrical-coordinate representation of color #878AEA: hue angle of 238.18º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #878AEA is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB135138234-
CMYK0.420.4100.08
HSL238.18º70.21%72.35%-
HSV(B)238.18º42.31%91.76%-
XYZ33.9329.2781.7-
YUV148.05176.51118.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.63%
GREEN value IS 138 (54.30% from 255) = 27.22%
BLUE value IS 234 (91.80% from 255) = 46.15%
R=26.63%
G=27.22%
B=46.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1351382340.420.4100.08238.1870.2172.35
Hex878AEA2A2908ee4648
Octal2072123525251010356106110
Binary100001111000101011101010101010101001010001110111010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878AEA; }

 p { color: rgb(135,138,234); }

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

<style>
 a { background-color: #878AEA; }

 a { background-color: rgb(135,138,234); }

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

<style>
 span { border-color: #878AEA; }

 span { border-color: rgb(135,138,234); }

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