#878DD2

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

Shades of Portage #878DD2

Tints of Portage #878DD2

Color information

#878DD2 (or 0x878DD2) is unknown color: approx Portage. HEX triplet: 87, 8D and D2. RGB value is (135,141,210). Sum of RGB (Red+Green+Blue) = 135+141+210=486 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.78% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 210 - color contains mainly: blue. Hex color #878DD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878DD2 is #78722D. Grayscale: #929292. Windows color (decimal): -7893550 or 13798791. OLE color: 13798791.

HSL color Cylindrical-coordinate representation of color #878DD2: hue angle of 235.2º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #878DD2 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB135141210-
CMYK0.360.3300.18
HSL235.2º45.45%67.65%-
HSV(B)235.2º35.71%82.35%-
XYZ31.1528.8564.9-
YUV147.07163.51119.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.78%
GREEN value IS 141 (55.47% from 255) = 29.01%
BLUE value IS 210 (82.42% from 255) = 43.21%
R=27.78%
G=29.01%
B=43.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1351412100.360.3300.18235.245.4567.65
Hex878DD22421012eb2d44
Octal207215322444102235355104
Binary100001111000110111010010100100100001010010111010111011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,141,210); }

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

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

 a { background-color: rgb(135,141,210); }

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

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

 span { border-color: rgb(135,141,210); }

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