#878FEE

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

Shades of Portage #878FEE

Tints of Portage #878FEE

Color information

#878FEE (or 0x878FEE) is unknown color: approx Portage. HEX triplet: 87, 8F and EE. RGB value is (135,143,238). Sum of RGB (Red+Green+Blue) = 135+143+238=516 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.16% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #878FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878FEE is #787011. Grayscale: #979797. Windows color (decimal): -7893010 or 15634311. OLE color: 15634311.

HSL color Cylindrical-coordinate representation of color #878FEE: hue angle of 235.34º 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 #878FEE is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB135143238-
CMYK0.430.4000.07
HSL235.34º75.18%73.14%-
HSV(B)235.34º43.28%93.33%-
XYZ35.2530.9785.01-
YUV151.44176.85116.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.16%
GREEN value IS 143 (56.25% from 255) = 27.71%
BLUE value IS 238 (93.36% from 255) = 46.12%
R=26.16%
G=27.71%
B=46.12%

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
Decimal1351432380.430.4000.07235.3475.1873.14
Hex878FEE2B2807eb4b49
Octal207217356535007353113111
Binary10000111100011111110111010101110100001111110101110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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