#878BDF

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

Shades of Portage #878BDF

Tints of Portage #878BDF

Color information

#878BDF (or 0x878BDF) is unknown color: approx Portage. HEX triplet: 87, 8B and DF. RGB value is (135,139,223). Sum of RGB (Red+Green+Blue) = 135+139+223=497 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.16% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #878BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878BDF is #787420. Grayscale: #939393. Windows color (decimal): -7894049 or 14650247. OLE color: 14650247.

HSL color Cylindrical-coordinate representation of color #878BDF: hue angle of 237.27º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #878BDF is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135139223-
CMYK0.390.3800.13
HSL237.27º57.89%70.2%-
HSV(B)237.27º39.46%87.45%-
XYZ32.5428.9473.68-
YUV147.38170.67119.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.16%
GREEN value IS 139 (54.69% from 255) = 27.97%
BLUE value IS 223 (87.5% from 255) = 44.87%
R=27.16%
G=27.97%
B=44.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351392230.390.3800.13237.2757.8970.2
Hex878BDF27260Ded3a46
Octal207213337474601535572106
Binary10000111100010111101111110011110011001101111011011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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