#878DD7

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

Shades of Portage #878DD7

Tints of Portage #878DD7

Color information

#878DD7 (or 0x878DD7) is unknown color: approx Portage. HEX triplet: 87, 8D and D7. RGB value is (135,141,215). Sum of RGB (Red+Green+Blue) = 135+141+215=491 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.49% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #878DD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878DD7 is #787228. Grayscale: #939393. Windows color (decimal): -7893545 or 14126471. OLE color: 14126471.

HSL color Cylindrical-coordinate representation of color #878DD7: hue angle of 235.5º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #878DD7 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB135141215-
CMYK0.370.3400.16
HSL235.5º50%68.63%-
HSV(B)235.5º37.21%84.31%-
XYZ31.7829.1168.23-
YUV147.64166.01118.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.49%
GREEN value IS 141 (55.47% from 255) = 28.72%
BLUE value IS 215 (84.38% from 255) = 43.79%
R=27.49%
G=28.72%
B=43.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1351412150.370.3400.16235.55068.63
Hex878DD72522010ec3245
Octal207215327454202035462105
Binary100001111000110111010111100101100010010000111011001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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