#878CE0

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

Shades of Portage #878CE0

Tints of Portage #878CE0

Color information

#878CE0 (or 0x878CE0) is unknown color: approx Portage. HEX triplet: 87, 8C and E0. RGB value is (135,140,224). Sum of RGB (Red+Green+Blue) = 135+140+224=499 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27.05% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #878CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878CE0 is #78731F. Grayscale: #939393. Windows color (decimal): -7893792 or 14716039. OLE color: 14716039.

HSL color Cylindrical-coordinate representation of color #878CE0: hue angle of 236.63º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #878CE0 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB135140224-
CMYK0.400.3800.12
HSL236.63º58.94%70.39%-
HSV(B)236.63º39.73%87.84%-
XYZ32.8229.2974.44-
YUV148.08170.84118.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.05%
GREEN value IS 140 (55.08% from 255) = 28.06%
BLUE value IS 224 (87.89% from 255) = 44.89%
R=27.05%
G=28.06%
B=44.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1351402240.400.3800.12236.6358.9470.39
Hex878CE028260Ced3b46
Octal207214340504601435573106
Binary10000111100011001110000010100010011001100111011011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,140,224); }

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

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

 a { background-color: rgb(135,140,224); }

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

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

 span { border-color: rgb(135,140,224); }

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