#878BCF

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

Shades of Portage #878BCF

Tints of Portage #878BCF

Color information

#878BCF (or 0x878BCF) is unknown color: approx Portage. HEX triplet: 87, 8B and CF. RGB value is (135,139,207). Sum of RGB (Red+Green+Blue) = 135+139+207=481 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.07% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #878BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878BCF is #787430. Grayscale: #919191. Windows color (decimal): -7894065 or 13601671. OLE color: 13601671.

HSL color Cylindrical-coordinate representation of color #878BCF: hue angle of 236.67º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #878BCF is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB135139207-
CMYK0.350.3300.19
HSL236.67º42.86%67.06%-
HSV(B)236.67º34.78%81.18%-
XYZ30.4928.1262.85-
YUV145.56162.67120.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.07%
GREEN value IS 139 (54.69% from 255) = 28.90%
BLUE value IS 207 (81.25% from 255) = 43.04%
R=28.07%
G=28.90%
B=43.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1351392070.350.3300.19236.6742.8667.06
Hex878BCF2321013ed2b43
Octal207213317434102335553103
Binary100001111000101111001111100011100001010011111011011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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