#878BCD

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

Shades of Portage #878BCD

Tints of Portage #878BCD

Color information

#878BCD (or 0x878BCD) is unknown color: approx Portage. HEX triplet: 87, 8B and CD. RGB value is (135,139,205). Sum of RGB (Red+Green+Blue) = 135+139+205=479 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.18% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #878BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878BCD is #787432. Grayscale: #919191. Windows color (decimal): -7894067 or 13470599. OLE color: 13470599.

HSL color Cylindrical-coordinate representation of color #878BCD: hue angle of 236.57º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #878BCD is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB135139205-
CMYK0.340.3200.20
HSL236.57º41.18%66.67%-
HSV(B)236.57º34.15%80.39%-
XYZ30.2428.0261.57-
YUV145.33161.67120.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.18%
GREEN value IS 139 (54.69% from 255) = 29.02%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=28.18%
G=29.02%
B=42.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351392050.340.3200.20236.5741.1866.67
Hex878BCD2220014ed2943
Octal207213315424002435551103
Binary100001111000101111001101100010100000010100111011011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,139,205); }

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

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

 a { background-color: rgb(135,139,205); }

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

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

 span { border-color: rgb(135,139,205); }

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