#878EEE

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

Shades of Portage #878EEE

Tints of Portage #878EEE

Color information

#878EEE (or 0x878EEE) is unknown color: approx Portage. HEX triplet: 87, 8E and EE. RGB value is (135,142,238). Sum of RGB (Red+Green+Blue) = 135+142+238=515 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.21% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #878EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878EEE is #787111. Grayscale: #969696. Windows color (decimal): -7893266 or 15634055. OLE color: 15634055.

HSL color Cylindrical-coordinate representation of color #878EEE: hue angle of 235.92º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #878EEE is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB135142238-
CMYK0.430.4000.07
HSL235.92º75.18%73.14%-
HSV(B)235.92º43.28%93.33%-
XYZ35.130.6784.96-
YUV150.85177.18116.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.21%
GREEN value IS 142 (55.86% from 255) = 27.57%
BLUE value IS 238 (93.36% from 255) = 46.21%
R=26.21%
G=27.57%
B=46.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1351422380.430.4000.07235.9275.1873.14
Hex878EEE2B2807ec4b49
Octal207216356535007354113111
Binary10000111100011101110111010101110100001111110110010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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