#878EF2

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

Shades of Portage #878EF2

Tints of Portage #878EF2

Color information

#878EF2 (or 0x878EF2) is unknown color: approx Portage. HEX triplet: 87, 8E and F2. RGB value is (135,142,242). Sum of RGB (Red+Green+Blue) = 135+142+242=519 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.01% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #878EF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878EF2 is #78710D. Grayscale: #969696. Windows color (decimal): -7893262 or 15896199. OLE color: 15896199.

HSL color Cylindrical-coordinate representation of color #878EF2: hue angle of 236.07º degrees, saturation: 0.8, 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 #878EF2 is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB135142242-
CMYK0.440.4100.05
HSL236.07º80.45%73.92%-
HSV(B)236.07º44.21%94.9%-
XYZ35.6930.9188.09-
YUV151.31179.18116.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.01%
GREEN value IS 142 (55.86% from 255) = 27.36%
BLUE value IS 242 (94.92% from 255) = 46.63%
R=26.01%
G=27.36%
B=46.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1351422420.440.4100.05236.0780.4573.92
Hex878EF22C2905ec504a
Octal207216362545105354120112
Binary10000111100011101111001010110010100101011110110010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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