#878DCC

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

Shades of Portage #878DCC

Tints of Portage #878DCC

Color information

#878DCC (or 0x878DCC) is unknown color: approx Portage. HEX triplet: 87, 8D and CC. RGB value is (135,141,204). Sum of RGB (Red+Green+Blue) = 135+141+204=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #878DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878DCC is #787233. Grayscale: #929292. Windows color (decimal): -7893556 or 13405575. OLE color: 13405575.

HSL color Cylindrical-coordinate representation of color #878DCC: hue angle of 234.78º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #878DCC is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB135141204-
CMYK0.340.3100.2
HSL234.78º40.35%66.47%-
HSV(B)234.78º33.82%80%-
XYZ30.4228.5661.04-
YUV146.39160.51119.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.12%
GREEN value IS 141 (55.47% from 255) = 29.38%
BLUE value IS 204 (80.08% from 255) = 42.5%
R=28.12%
G=29.38%
B=42.5%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1351412040.340.3100.2234.7840.3566.47
Hex878DCC221F014eb2842
Octal207215314423702435350102
Binary10000111100011011100110010001011111010100111010111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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