#878EF3

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

Shades of Portage #878EF3

Tints of Portage #878EF3

Color information

#878EF3 (or 0x878EF3) is unknown color: approx Portage. HEX triplet: 87, 8E and F3. RGB value is (135,142,243). Sum of RGB (Red+Green+Blue) = 135+142+243=520 (68% of max value = 765). Red value is 135 (53.12% from 255 or 25.96% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 243 (95.31% from 255 or 46.73% from 520); Max value from RGB is 243 - color contains mainly: blue. Hex color #878EF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878EF3 is #78710C. Grayscale: #979797. Windows color (decimal): -7893261 or 15961735. OLE color: 15961735.

HSL color Cylindrical-coordinate representation of color #878EF3: hue angle of 236.11º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #878EF3 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB135142243-
CMYK0.440.4200.05
HSL236.11º81.82%74.12%-
HSV(B)236.11º44.44%95.29%-
XYZ35.8430.9788.88-
YUV151.42179.68116.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.96%
GREEN value IS 142 (55.86% from 255) = 27.31%
BLUE value IS 243 (95.31% from 255) = 46.73%
R=25.96%
G=27.31%
B=46.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1351422430.440.4200.05236.1181.8274.12
Hex878EF32C2A05ec524a
Octal207216363545205354122112
Binary10000111100011101111001110110010101001011110110010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,142,243); }

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

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

 a { background-color: rgb(135,142,243); }

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

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

 span { border-color: rgb(135,142,243); }

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